minter-sdk-js
A JavaScript/TypeScript library for development of DApps on the Minter platform
Documentation
Read the TypeDoc API documentation
Examples
Quick Reference
(Cheat sheet / quick reference.Here is a collection of the most commonly used methods within minter-sdk-js)
Installation
yarn add @funfasy/minter-sdk-js
#or
npm i @funfasy/minter-sdk-js
Contribute to this library
- Install dependencies
yarn
- Run continuous build with:
yarn build -w
Publish
Prepare dist
version by running:
yarn dist
When publishing to npm use np.
Integration Test
yarn test
License
This repository is distributed under the terms of both the MIT license and the Apache License (Version 2.0). See LICENSE and LICENSE-APACHE for details.