<<<<<<< fce40c0fcda5e37cd8eeb4b34269e015da38dce6
Source for the hackathon project to perform transactions on a Bitcoin Test Network (TestNet) using Colu API.
Installing this project is simple, run the following commands in the command prompt:
>git clone https://github.com/saurabh-chugh2358/blockchain-hackathon-project.git
>cd bitua
>npm install
>mongod -dbpath <your mongo db path here> # start mongodb locally
>npm start # fire up the project!
NOTE: You must have MongoDB installed and working locally in order to run this project.
The webpages would be accessible at http://localhost:80/ after the server starts.
Entire code base of the hackathon blockchain project