blockchainedindia / edolas

Request Board written on Ethereum Blockchain using truffle

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Request Board written on Ethereum Blockchain using truffle


Languages

Language:JavaScript 42.3%Language:CSS 34.2%Language:HTML 22.3%Language:Shell 1.3%