Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/colored-coins/full-node
- Owner: Colored-Coins
- Created: 2017-02-14T13:45:24.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-04T19:57:07.000Z (over 7 years ago)
- Last Synced: 2024-10-15T09:23:07.746Z (4 months ago)
- Language: JavaScript
- Homepage: http://coloredcoins.org/
- Size: 197 MB
- Stars: 12
- Watchers: 9
- Forks: 17
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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).