Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/falehenrique/vote_dapp

Basic project to demonstrate how works decentralized applications.
https://github.com/falehenrique/vote_dapp

blockchain dapp solidity vote web3-dapp

Last synced: 16 days ago
JSON representation

Basic project to demonstrate how works decentralized applications.

Awesome Lists containing this project

README

        

# vote_dapp
Basic project to demonstrate how works decentralized applications.

## to use
- npm install solcjs
- solcjs --abi --bin "contratos/Voting.sol" -o "contratos/bin"
- deploy the contract with http://remix.ethereum.org/
- get the address of contract and set in index.js
- if you change the contract code, so is necessary update the ABI in index.js