b-test-network
v1.0.3
Published
Javascript Minimal Starter Kit for building libraries
Downloads
2
Readme
The Bandit JavaScript SDK enables developers to easily set up a system for minting non-fungible tokens (NFTs), allowing them to quickly create and manage their own NFTs. With this tool, developers can easily incorporate NFT minting functionality into their projects, allowing them to create and distribute NFT with ease.
⭐️ Documentation
See the developer documentation
📦 Installation
Integrating your app with Bandit will need our npm package:
# Via NPM:
npm install --save bandit
# Via Yarn:
yarn add bandit
Alternatively you can load via CDN with by adding a script tag to your app’s :
<script src="https://cdn.jsdelivr.net/npm/fortmatic/dist/bandit.js"></script>
💎 Usage
import Bandit from 'bandit';
const bandit = new Bandit({consumerId: ""})
// initiating mint
bandit.initMint({/* ... */})