pavloaliabiev / Ballot-Dapp

DAPP sample using web3.js and solidity

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ballot Dapp

Ballot dapp application written in Solidity. this exemple intends to help developers who starts in building Ethereum Dapps. This app is a webpage (for ballot) that uses web3 and interact with the blockchain (mainet, testnet or local private).

The idea is to create a web interface for the exemple provided in the official documentation : http://solidity.readthedocs.io/en/latest/solidity-by-example.html.

##Instructions: to try this app you need :

1- setup a private localchain or use the testnet (creat account,.....).
2- Install Mist (the Dapp browser).

3- Deploy the contract provided in ballot.sol.
4- change the address in the functions.js by your contract address.

if all is ok you will get the result shown in the pic below : alt tag

About

DAPP sample using web3.js and solidity


Languages

Language:JavaScript 67.4%Language:HTML 24.6%Language:CSS 8.0%