0.0.3 • Published 2 years ago

nft-factory-javascript-sdk v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Non-Fungible Factory Javascript SDK

SDK for game developers who want to integrate an In-App NFT marketplace for their game assets

Features

  • Associating game assets with NFTs
  • Marketplace functions to use on a game server

Install

npm install nft-factory-javascript-sdk

Usage

const instance = new NonFungibleFactory({ gameDeveloperAccount: '0x0123...0707' });

// creates a wallet for user ID = 777
await instance.onUserCreated('777');

API

api description to be provided