Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/colored-coins/full-node

Colored Coins Full-node
https://github.com/colored-coins/full-node

Last synced: 2 months ago
JSON representation

Colored Coins Full-node

Awesome Lists containing this project

README

        

# ColoredCoins Full-Node

[![npm version](https://badge.fury.io/js/coloredcoins-full-node.svg)](http://badge.fury.io/js/coloredcoins-full-node)
[![Slack channel](http://slack.coloredcoins.org/badge.svg)](http://slack.coloredcoins.org)

* This module, coupled with [bitcoin-core](https://bitcoin.org) reference client, will add the colored layer to bitcoin transactions and their inputs \ outputs.
* It will expose the same api as the reference client with an addition of `assets` array on each transaction input \ output.
* It will enable a user to setup an easy to deploy colored coins full node with relatively short parsing time with low disk \ memory space.
* It will replace the heavy [Colored Coins Block Explorer](https://github.com/Colored-Coins/Colored-Coins-Block-Explorer) for most use-cases.

### Dependencies:
* [bitcoin-core](https://bitcoin.org).
* [redis](https://redis.io).