truffle 框架使用
uiste@uiste:~$ testrpc
1 | uiste@uiste:~/www/blockchain/test_truffle_2$ truffle unbox webpack |
geth 方式
1 | `geth --datadir "./Mychains/dev" --identity "mydev" --rpccorsdomain "*" --networkid 99 console` |
1 | geth --datadir "./chain" --identity "mydev" --rpc --rpcapi "db,eth,net,web3,personal,web3" --nodiscover --rpccorsdomain "*" --networkid 100 console 2>>eth_output.log |