| title | SLP |
|---|---|
| icon | elipses |
| ordinal | 6 |
Create an instance of SLP SDK
- config
Objectoptional: configuration
restURL:string. By default SLP SDK will connect to https://rest.bitcoin.com/v2/
SLP SLP: instance of SLP SDK
const SLPSDK = require("slp-sdk");
const SLP = new SLPSDK({
restURL: "https://trest.bitcoin.com/v2/"
});