SLP SDK
Simple Ledger Protocol is an emerging standard for issuing secure tokens on the Bitcoin Cash blockchain.
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
- SLP API introduction
- SLP API docs
- SLP specification
- SLP website
- Bitcoin.com SLP explorer
- Fountainhead SLP explorer
- SLP specification unit tests (Python)
- [KeepBitcoinFree.org] (https://keepbitcoinfree.org)
Token-Aware Wallets
- Badger Wallet
- Electron Cash SLP
- [Zapit] (https://Zapit.io)