This project runs node-js runtime and uses truffle as the Ethereum smart contract development framework.
Install Truffle:
npm install -g truffle
Install all nodejs dependencies
npm install
We recommend using popular Ethereum test client testrpc as a default node:
npm install -g ethereumjs-testrpc
testrpc -a 10
Deploy smart contracts to your blockchain network:
truffle migrate
Launch server:
npm start
This will start edolas truffle server and edolas node server.
May the blockchain be with you!
Feel free to fork and contribute. We would love to receive any number of feedback from the community.
P.S - There is a lot of work to be done. We are just getting started. :)
Cheer!!