- Open 2 consoles in this project directory
- In the first console run
npm i - When it's finished run in the second console
./node_modules/.bin/testrpc - Back in the first console run
./node_modules/.bin/truffle deploy
- Run
./node_modules/.bin/webpack - In a browser open
./build/app/index.html
- Stop testrpc if it's running
cd rtcnet- Initialize the blockchain and create an account:
./rtcnet_init.sh - Start mining the blockchain:
./rtcnet_miner.sh - Wait to connect...
- Publish your address to receive RtcCoins: https://docs.google.com/spreadsheets/d/1oF9Y6GmGtKlvHNjVvqH0U9SjJUll56NNekEruqqtdEA/edit?usp=sharing
- In a new window, open a geth console:
./rtcnet_console.sh - In the geth console, unlock your account:
personal.unlockAccount(eth.accounts[0], null, 3600)password is123456 - Now send coins from the UI