An open API service indexing awesome lists of open source software.

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

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)