PrivateEth
To be added.
Questions and comments to: [development@procodific.com]
How to Install?
- Run
./newAccount.bash
to create at least 2 accounts (more if desired by user) - Open MyGenesis.json and replace addresses & balance under
alloc
key to create accounts with initial balances - Run
./init.bash [MyGenesis.json]
to create the blockchain with a given Genesis json file - Install NodeJS in OS X recommended to use
brew install node
- Run
npm install
Connecting to Ethereum
Run ./console.bash
to connect with the blockchain
Running backend
Run npm start:dev