The bitcoin blockchain API powering Insight
Go to file
tenthirtyone b028dead40 Initial Commit
Changelog:
Setup & Foundation
- bcoin
- express
- mongo
- eslint
- logging

Status: Bcoin syncs over network, uses a local leveldb to store blocks and checkpoints. Block event saves data to mongo. Express endpoint for block hashes, stubbed to reply with blockhashes until mongo models are finalized.

ToDo:
Move config out of code
2017-08-02 14:51:06 -04:00
config Initial Commit 2017-08-02 14:51:06 -04:00
lib Initial Commit 2017-08-02 14:51:06 -04:00
models Initial Commit 2017-08-02 14:51:06 -04:00
.eslintrc.json Initial Commit 2017-08-02 14:51:06 -04:00
.gitignore Initial Commit 2017-08-02 14:51:06 -04:00
index.js Initial Commit 2017-08-02 14:51:06 -04:00
package-lock.json Initial Commit 2017-08-02 14:51:06 -04:00
package.json Initial Commit 2017-08-02 14:51:06 -04:00