Skip to content

ch-sc/aec_blockstarter4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blockstarter 4.0

Prerequesites

  • node >= 7.0.0
  • npm

Install

npm install -g ethereumjs-testrpc truffle
cd api/ && npm install
cd client/ && npm install
cd cli/ && npm install

Running the application

Start testrpc:

testrpc

Deploy the smart contract:

cd dapp/ && truffle deploy

Start the api app:

cd api/ && npm start

Start the client app:

cd client/ && npm run dev

Testing the voting functionality (extension)

See 'Extension' chapter in the report.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published