Make sure you have your NodeJS stack working; give it a shot to the official documentation and get your hands dirty!
You will also need to run Parity or MetaMask (choose whenever you like) so our app can interact with the blockchain
Now run:
$ git clone git@github.com:lucca65/thedapp.git
$ cd thedapp
$ npm i
$ npm start
Now navigate to localhost:8080
and test your solution
- This project uses ES Script 2015+, so some browsers may not run it well, check your updates!
- We do a little of dirty coding to update some UI elements, but we do that so no external framework is involved. That way you have a purer reference
- The video of our presentation we can be found here
- Special thanks to @esdrasedu!