This is a attempt to a successful blockchain application with minimalistic feautures.
Some basic information of Bitcoin, Blockchain and Ethereum is required. The programming language used is javascript, so having moderate proficiency is must.
These software are required to run this application on your system.
- node (v9.4.0 or higher)
- etherereum-testrpc (a node package)
- express (a node package)
- yarn (optional, but i have used it extensively)
First install node using this link.
After that run these commands in your terminal.
npm i -g ethereum-testrpc
npm i -g express
- Bashar Jaan Khan - Initial work - thisHermit
This project is licensed under the MIT License - see the LICENSE.md file for details
- Youtbe Tutorial of Vlad Wulf.
- Inspiration from Siraj Raval.