Getting Started
Installation
SDK is written in Javascript. To use SDK, install it through npm
npm install pandora-express
After installation, SDK can be initialized
In the main.js file, Paste the following code, this will initialize PandoraExpressSDK
import { createPandoraExpressSDK } from "pandora-express";
const ExpressSDK = createPandoraExpressSDK();
For further usage of SDK with frontend, you can refer to SDK-Usecases section
Usage
With Express Protocol SDK, one can:
- Mint ERC721/ERC1155 Token
- Sell/Buy Tokens
- Put Tokens on Auction
- Create/accept bids for auction
- Deploy personal ERC721/ERC1155 contract(Collection)
- Mint, trade, and auction tokens inside Collection