ToDo dapp Demo using Ethereum blockchain.
- Node.js(Version > 6.9.1)
- Truffle:
- $ npm install -g truffle
- TestRPC:
- $ npm install -g ethereumjs-testrpc
- Build the npm dependencies:
- $ npm install
- Run TestRPC
- $ testrpc
- Compile the contracts
- $ truffle compile
- Deploy contracts to the Ethereum blockchain
- $ truffle migrate --network option
- Use following values in place of option:
- development - for local test network
- ropsten - for Ropsten test network
- live - for Ethereum Main net
- kovan - for Kovan test network
- Running the Dapp
- $ npm run dev
- Open your browser and enter the following: