zaindewsi / guap-wallet

GNU General Public License v3.0
4 stars 2 forks source link

Add ability to burn SLP tokens #10

Open JettScythe opened 2 years ago

JettScythe commented 2 years ago

From what I understand, when users want to burn their SLP tokens they would need to use another wallet or service. Ideally, we can give our users options to burn a single token or burn all of their tokens from within the wallet.

The minimal-slp-wallet library offers functionality to easily burn tokens from inside the wallet. Examples can be viewed here: https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet/blob/master/examples/burn-some-tokens.js & https://github.com/Permissionless-Software-Foundation/minimal-slp-wallet/blob/master/examples/burn-all-tokens.js