Skip to content

The encoding/decoding functions for the colored-coins scheme Issuance set of OP_CODES

License

Notifications You must be signed in to change notification settings

inbitcoin/Issuance-Encoder

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Issuance-Encoder

Issuance-Encoder provides the encode/decode functions between a Colored Coins issuance Object to buffer

Installation

$ npm install cc-issuance-encoder

Encode

Params:

Returns a new Buffer holding the encoded issuance.

Example:
var issuanceEncoder = require('cc-issuance-encoder')

Decode

Params:

  • consume - takes a consumable buffer (You can use buffer-consumer like in the example to create one)

Returns a Colored Coins payment Object

Example:
var issuanceEncoder = require('cc-issuance-encoder')

Testing

In order to test you need to install mocha globaly on your machine

$ cd /"module-path"/cc-issuance-Encoder
$ mocha

License

This software is licensed under the Apache License, Version 2.0. See LICENSE for the full license text.

About

The encoding/decoding functions for the colored-coins scheme Issuance set of OP_CODES

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%