A pure and easy-to-use Counterparty Node.js (JavaScript) library based off of https://github.com/visvirial/CounterJS
- Can generate or parse Counterparty messages without interaction with a Counterparty server (
counterparty-lib
and/orblockparty
) - Can generate or decode bitcoin transactions with Counterparty messages embedded
- No specific bitcoin library (e.g. Bitcore and BitcoinJS) dependency. You can use any bitcoin library you prefer
$ npm install counterjs
$ git clone https://github.com/IndieSquare/CounterJS-lib
$ cd CounterJSLib
$ npm install
To run all tests, run
$ mocha