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
- Host: GitHub
- URL: https://github.com/prettymuchbryce/chainreaction
- Owner: prettymuchbryce
- Created: 2014-11-01T22:23:07.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-11-02T20:20:19.000Z (over 11 years ago)
- Last Synced: 2025-03-17T16:55:45.702Z (over 1 year ago)
- Language: JavaScript
- Size: 246 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`