Skip to content

Request Board written on Ethereum Blockchain using truffle

Notifications You must be signed in to change notification settings

blockchainedindia/edolas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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