Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.22 KB

README.md

File metadata and controls

35 lines (27 loc) · 1.22 KB

bitcoin-transact

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.

preview

Getting started:

clone the repository and cd into the directory

Install the npm dependencies

npm install

Install the bower dependencies

bower install

Running the project:

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/