https://github.com/bitcoin-com/slp-sdk
Simple Ledger Protocol SDK powered by BITBOX
https://github.com/bitcoin-com/slp-sdk
Last synced: 8 months ago
JSON representation
Simple Ledger Protocol SDK powered by BITBOX
- Host: GitHub
- URL: https://github.com/bitcoin-com/slp-sdk
- Owner: Bitcoin-com
- License: mit
- Created: 2018-10-24T12:45:20.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-04-29T17:23:33.000Z (about 3 years ago)
- Last Synced: 2025-09-20T16:06:25.457Z (9 months ago)
- Language: JavaScript
- Homepage: https://developer.bitcoin.com/slp
- Size: 2.5 MB
- Stars: 20
- Watchers: 8
- Forks: 27
- Open Issues: 43
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SLP SDK
[Simple Ledger Protocol](https://simpleledger.cash) is an emerging standard for issuing secure tokens on the Bitcoin Cash blockchain.
[SLP SDK](https://developer.bitcoin.com/slp) is powered by [BITBOX](https://developer.bitcoin.com/bitbox).
## Installation and Usage
- Ensure you have node.js v10 or higher installed.
- Clone this repository
```bash
git clone https://github.com/Bitcoin-com/slp-sdk
cd slp-sdk
```
- Install dependencies: `npm install`
- Explore the [example apps](examples/README.md)
### Handy Links
- [SLP API introduction](https://developer.bitcoin.com/slp)
- [SLP API docs](https://developer.bitcoin.com/slp/docs/js/getting-started)
- [SLP specification](https://github.com/simpleledger/slp-specifications/blob/master/slp-token-type-1.md)
- [SLP website](https://simpleledger.cash/)
- [Bitcoin.com SLP explorer](https://simpleledger.info/)
- [Fountainhead SLP explorer](https://simpleledger.info/)
- [SLP specification unit tests](https://github.com/simpleledger/slp-unit-test-data) (Python)
### Token-Aware Wallets
- [Badger Wallet](https://badger.bitcoin.com/)
- [Electron Cash SLP](https://github.com/simpleledger/Electron-Cash-SLP)