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: 4 months 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 (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-08-20T22:40:35.000Z (almost 7 years ago)
- Last Synced: 2025-01-08T20:12:00.726Z (5 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