digiassets-sdk

0.4.8 • Public • Published

DigiAssets SDK

Build Status Coverage Status npm version Slack channel

Standard - JavaScript Style Guide

Easy to use SDK for issuing and transferring digital assets using Colored-Coins protocol on top of blockchain technology. Coupled with state-of-the-art BIP32 & BIP44 hierarchical deterministic wallet to hold your assets.

Installation

$ npm i digiassets-sdk

Usage

var DigiAssets = require('digiassets-sdk')
var da = new DigiAssets()
da.init(function (err) {
  // Colored-Coins SDK is now ready
})

Testing

$ mocha

Note: without some configuration, some tests (all those which actually need funding) will fail.
In order for all the tests to pass, you'll need to have some funds, i.e. Bitcoins (or testnet-coins when network is 'testnet').
Do this by creating a JSON file, which includes privateSeed \ mnemonic where which the address in the BIP44 path m/44'/0'/0'/0/0 for mainnet (m/44'/1'/0'/0/0 for tetsnet) has enough Bitcoins (or testnet-coins):

cd /path/to/coloredcoins-sdk
echo '{"network":"testnet", "privateSeed":"YourPrivateSeed"}' >> test/settings.json
$ mocha

License

Apache-2.0

Package Sidebar

Install

npm i digiassets-sdk

Weekly Downloads

2

Version

0.4.8

License

Apache-2.0

Unpacked Size

8.96 MB

Total Files

11

Last publish

Collaborators

  • digibyte