slp-sdk-slp-dividend
v4.13.2
Published
SLP SDK powered by BITBOX
Downloads
1
Readme
SLP SDK
Simple Ledger Protocol is an emerging standard for issuing secure tokens on the Bitcoin Cash blockchain.
Installation and Usage
Ensure you have node.js v10 or higher installed.
Clone this repository
git clone https://github.com/Bitcoin-com/slp-sdk
cd slp-sdk
Install dependencies:
npm install
Explore the example apps
Handy Links
- SLP API introduction
- SLP API docs
- SLP specification
- SLP website
- Bitcoin.com SLP explorer
- Fountainhead SLP explorer
- SLP specification unit tests (Python)