eth-contract-signed-tx-deployer
v1.2.1
Published
```bash docker build -t a4i3ia2 . geth -identity "a4i3ia2" init "CustomGenesis.json" -datadir "externalDataDir" docker run -p 8055:8055 -p 55555:55555 -v path/to/externalDataDir:/opt/blockchn/datadir -i -t a4i3ia2:latest # Wait the e
Downloads
17
Maintainers
Readme
DOCKER
Docker build
docker build -t a4i3ia2 .
geth -identity "a4i3ia2" init "CustomGenesis.json" -datadir "externalDataDir"
docker run -p 8055:8055 -p 55555:55555 -v path/to/externalDataDir:/opt/blockchn/datadir -i -t a4i3ia2:latest
# Wait the ethereum node synchronization.
Connection to enode
geth attach http://localhost:8055