0.1.6 • Published 2 years ago

@funfasy/minter-sdk-js v0.1.6

Weekly downloads
-
License
(MIT AND Apache-2...
Repository
github
Last release
2 years ago

minter-sdk-js

NPM Package Version Coverage Status License

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

  1. Install dependencies
yarn
  1. 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.