Bitcoin-com / slp-sdk

Simple Ledger Protocol SDK powered by BITBOX
https://developer.bitcoin.com/slp
MIT License
20 stars 32 forks source link

Fix variety of errors #45

Closed blockparty-sh closed 5 years ago

blockparty-sh commented 5 years ago

This fixes a 3 month old issue (#27) as well as multiple examples, and a single unit test. I went through each example and fixed each issue I ran into, however a single example still is broken (burn-all) but some bugs in it's implementation were fixed. I'll open an issue for burn-all to be fixed.

This also switches all examples to mainnet, the current setup of half testnet half mainnet is only confusing. This way someone can work though all of this without switching back and forth.

blockparty-sh commented 5 years ago

Merged into staging with explorer-link