A service-focused, knowledge-sharing business platform with decentralized, crypto-enabled marketplace that facilitates purchase and sale
To begin with, you need to install a docker CE and a docker-compose according to this instruction docker CE docker-compose
Start private net
cd bin
./dev-up.sh
Start private net truffle migration
cd bin
./migration-dev.sh
Start mining private net
cd bin
./miner-start.sh
Stop mining private net
cd bin
./miner-stop.sh
Start rinkeby net
cd bin
./rinkeby-up.sh
Start rinkeby net truffle migration
You must create a file with a password in the directory $HOME/ICO/ethernode/rinkeby/password and insert the password from the private key (49b7776ea56080439000fd54c45d72d3ac213020)
cd bin
./migration-rinkeby.sh
Connection Ethereum Wallet to private net:
Linux
ethereumwallet --rpc http://localhost:8545
Show sync stats:
cd bin
./sync_stats.sh