zh / slp-mutable-data

A JavaScript npm library for retrieving mutable data associated with a SLP token.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

slp-mutable-data

This is a JavaScript library that is packaged with Browserify, to make it accessible to both browser-based and node.js-based JavaScript apps. It allows Bitcoin Cash (BCH) wallets to create, read, and update tokens that have both mutable (changeable) and immutable (unchangeable) data. Data is stored off-chain, and available via IPFS.

This library implements this PS002 specification for token mutable data. It follows a series of pointers on the Bitcoin Cash blockchain to retrieve a JSON file from the IPFS network. This is a way to track changing data associated with a token. It's a way for video game characters, supply chain items, and other unique changing assets to be represented by a token. This library is an extension of the Cash Stack.

Installation

Here are different ways to consume this library in your app, depending on the environment you are using.

HTML Scripts

<script src="https://unpkg.com/slp-mutable-data"></script>

Node.js

npm install --save slp-mutable-data

// module import
import SlpMutableData from 'slp-mutable-data'

// nodejs modules
const SlpMutableData = require('slp-mutable-data/index')

Examples

Examples are provided in the examples directory:

Sponsor

Development and maintenance of this library is sponsored by Launchpad IP. If you need protection for your intellectual property, contact Launchpad.

Maintenance and development is managed by the Permissionless Software Foundation. If this library provides value to you, please consider making a donation to support the PSF developers:

bitcoincash:qqsrke9lh257tqen99dkyy2emh4uty0vky9y0z0lsr

Licence

GPL v2

About

A JavaScript npm library for retrieving mutable data associated with a SLP token.

License:GNU General Public License v2.0


Languages

Language:JavaScript 100.0%