/slp-sdk

Simple Ledger Protocol SDK powered by BITBOX, forked to enable multi-SLP outputs using arrays in sendConfig with SLP.TokenType1.send(sendConfig);

Primary LanguageJavaScriptMIT LicenseMIT

SLP SDK

Simple Ledger Protocol is an emerging standard for issuing secure tokens on the Bitcoin Cash blockchain.

SLP SDK is powered by BITBOX.

This fork was modified by KeepBitcoinFree-org to allow for one to many SLP transactions (up to 19 addresses/amounts at once).

Installation and Usage

  • Ensure you have node.js v10 or higher installed.

  • Clone this repository

git clone https://github.com/KeepBitcoinFree-org/slp-sdk
cd slp-sdk
  • Install dependencies: npm install

  • Explore the example apps

  • To send multi-SLP transactions, use typical syntax but include address and amount arrays instead of singular variables within sendConfig:

const sendTxId = await SLP.TokenType1.send(sendConfig);

Handy Links

Token-Aware Wallets