Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/falehenrique/vote_dapp
- Owner: falehenrique
- Created: 2018-08-20T20:55:50.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T22:40:35.000Z (over 6 years ago)
- Last Synced: 2024-11-11T04:04:15.923Z (2 months ago)
- Topics: blockchain, dapp, solidity, vote, web3-dapp
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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