An open API service indexing awesome lists of open source software.

https://github.com/prettymuchbryce/chainreaction

Just having some fun with React and the chain.com API
https://github.com/prettymuchbryce/chainreaction

Last synced: over 1 year ago
JSON representation

Just having some fun with React and the chain.com API

Awesome Lists containing this project

README

          

### Just having some fun with React and the chain.com API
[Demo Here](http://bryce.is/building/chainreaction)

### Setup

Simple frontend webapp which shows recent transactions on the BTC network

`git clone git@github.com:prettymuchbryce/chainreaction.git`

`cd chainreaction`

`npm install`

`gulp build`

`node server/app.js`

`http://127.0.0.1:3005`