-
Notifications
You must be signed in to change notification settings - Fork 12
Getting Started
phyiction edited this page Jul 15, 2017
·
1 revision
Here's how to setup your development environment to contribute to this project:
- Install the Chrome browser.
- Install MetaMask extension for the Chrome browser.
- Install Node.js.
- Install testrpc client
npm install -g ethereumjs-testrpc
- Install Truffle for DApp development
npm install -g truffle
- Install dependencies
npm install
- Start testrpc and unlock the first two accounts
testrpc --secure -u 0 -u 1
- Deploy contracts to blockchain (i.e. testrpc)
truffle migrate
- Start Express app
npm start
- Import private key of the initiator's account in testrpc to your MetaMask wallet
- Navigate to
http://localhost:3000