Skip to content

rafaelaazevedo/voting_blockchain_study

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voting Blockchain Study

Dependencies

  • web3
  • solc
  • ganache

Run

npm install 

Usage

After all dependencies are installed, run the service with:

npm run ganache

On another tab run the following script to deploy the contract:

npm run http_server

Credits

This project is the same that maheshmurthy published here, I have just updated the web3 API commands.