Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seresistvanandras/blockchaineumconference180523
A small demo for a workshop held at Blockchaineum Conference, Budapest 2018, May 23rd
https://github.com/seresistvanandras/blockchaineumconference180523
Last synced: 7 days ago
JSON representation
A small demo for a workshop held at Blockchaineum Conference, Budapest 2018, May 23rd
- Host: GitHub
- URL: https://github.com/seresistvanandras/blockchaineumconference180523
- Owner: seresistvanandras
- Created: 2018-05-19T08:42:32.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-05-22T20:24:42.000Z (over 6 years ago)
- Last Synced: 2024-10-28T11:31:33.096Z (about 2 months ago)
- Language: CSS
- Homepage:
- Size: 17 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# evoting smart contract workshop for Blockchaineum 2.0 Conference in Budapest, 2018 May 23rd
# This is how you should use this little demo
1) Start testrpc
2) truffle migrate --reset (to deploy the contract on testrpc)
3) npm install (to install all the dependencies needed for the node.js server)
4) npm run dev ( to run the node.js server)
5) go run go_postman.go (in the src/go folder to set up the go server)6) open a browser and go to localhost:8080 and then you play with the contract using the minimalistic user interface
7) First you need to register an eligible voter in the admin interface to be able to cast a vote from that specific address, then from that address you will be able to cast a vote
#ENJOY!