This is a simple web app and experiment that tries to demonstrate how to send bitcoins from one address to another using nodejs and bitcore. It was scaffolded with the ng-fullstack Yeoman generator. I am making use of the bicore and bitcore-explorers libraries and the blockchain.info API to fetch transaction information.
You can find a full tutorial on my blog.
clone the repository and cd into the directory
Install the npm dependencies
npm install
Install the bower dependencies
bower install
To run the project on http://localhost:3333/
npm start
You can also run in dev mode, which will autoreload using browsersync
npm run dev
Open browsersync options on http://localhost:3001/