Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/choptastic/nitrobit
A bitcoin transaction watching system using blockchain.info as the source
https://github.com/choptastic/nitrobit
Last synced: 21 days ago
JSON representation
A bitcoin transaction watching system using blockchain.info as the source
- Host: GitHub
- URL: https://github.com/choptastic/nitrobit
- Owner: choptastic
- Created: 2014-09-16T23:54:25.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-03T20:05:37.000Z (over 8 years ago)
- Last Synced: 2024-10-08T15:24:14.017Z (about 1 month ago)
- Language: JavaScript
- Homepage:
- Size: 568 KB
- Stars: 4
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# NitroBit
A simple demo of a bitcoin tracking system using Erlang and Nitrogen 2.3 Beta
and the blockchain API.You'll need at least Erlang 16 installed.
## To build
```bash
$ git clone git://github.com/choptastic/nitrobit
$ cd nitrobit
$ make fix-slim-release
$ make
$ bin/nitrogen console
```Then open your browse to: http://127.0.0.1:8002
# If you're new to Nitrogen
The file we're focusing on is
[site/src/index.erl](https://github.com/choptastic/nitrobit/blob/master/site/src/index.erl)# Author
Jesse Gumm (@jessegumm).