This commit is contained in:
Florian RICHER 2018-01-31 21:43:02 +01:00
parent d0d604bca0
commit 1fbb827e78
3 changed files with 28 additions and 1 deletions

11
Makefile Normal file
View file

@ -0,0 +1,11 @@
start:
geth --rpc --rpcaddr "localhost" --rpcport "8545" --datadir="./data" --rpccorsdomain "*" --rpcapi "eth,net,web3" --nodiscover
new:
geth account new --datadir ./data
init:
geth -datadir ./data init ./genesis.json
console:
geth --datadir ./data attach ipc:./data /geth.ipc