Update
This commit is contained in:
parent
d0d604bca0
commit
1fbb827e78
3 changed files with 28 additions and 1 deletions
11
Makefile
Normal file
11
Makefile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue