-
contract 合约目录
- Guesser 猜猜看合约
- 高级ICO合约
- 简单icon合约
-
genesis.json 创世区块配置
geth --datadir "./" init genesis.json
geth --datadir "./" --rpc --rpcapi db,eth,net,web3,miner,personal --nodiscover console 2>>geth.log
tail -f geth.log
personal.newAccount("123")
miner.start()
miner.stop()
eth.fromWei(eth.getBalance(eth.accounts[0]))
"/Applications/Ethereum Wallet.app/Contents/MacOS/Ethereum Wallet" --rpc http://localhost:8545
通过命令行将mist连接上本地的geth网络,开始部署合约测试即可