Skip to content

Latest commit

 

History

History
59 lines (32 loc) · 1.77 KB

README.md

File metadata and controls

59 lines (32 loc) · 1.77 KB

Edolas

chatroom icon Join the chat at https://gitter.im/blockchained_india/edolas Build Status dependencies Status devDependencies Status

Edolas

Under development

Installation

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

Start Testrpc

testrpc -a 10

Dapp

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!

Contributions

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!!