Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/colored-coins/parser
Colored-Coins blockchain parser
https://github.com/colored-coins/parser
Last synced: 2 months ago
JSON representation
Colored-Coins blockchain parser
- Host: GitHub
- URL: https://github.com/colored-coins/parser
- Owner: Colored-Coins
- Created: 2015-08-27T16:23:40.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-13T08:32:33.000Z (over 7 years ago)
- Last Synced: 2024-11-14T11:51:42.989Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 293 KB
- Stars: 2
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colored Coins Block Parser
[![Build Status](https://travis-ci.org/Colored-Coins/Parser.svg?branch=master)](https://travis-ci.org/Colored-Coins/Parser) [![Coverage Status](https://coveralls.io/repos/Colored-Coins/Parser/badge.svg?branch=master)](https://coveralls.io/r/Colored-Coins/Parser?branch=master) [![npm version](https://badge.fury.io/js/cc-block-parser.svg)](http://badge.fury.io/js/cc-block-parser) [![npm version](http://slack.coloredcoins.org/badge.svg)](http://slack.coloredcoins.org)[![js-standard-style](https://cdn.rawgit.com/feross/standard/master/badge.svg)](https://github.com/feross/standard)
Connects to Bitcoind (Json RPC) and parse the blockchain into mongodb including Colored-Coins asset data, utxo's for address and much more.
### Installation
```sh
$ npm i cc-block-parser
```### Settings
```js
var settings = {
debug:
properties:
logger:
next_hash:
last_hash:
last_block:
last_fully_parsed_block:
Blocks:
RawTransactions:
Utxo:
AddressesTransactions:
AddressesUtxos:
AssetsTransactions:
AssetsUtxos:
AssetsAddresses:
host:
port:
user:
pass:
path:
timeout:
}
```License
----[Apache-2.0](http://www.apache.org/licenses/LICENSE-2.0)
[mocha]:https://www.npmjs.com/package/mocha