opensea-sdk
TypeScript icon, indicating that this package has built-in type declarations

1.2.1 • Public • Published

OpenSea SDK

Utility functions for interacting with OpenSea API

Usage

npm install opensea-sdk --save


const openSea = new OpenSeaSDK();
const openSeaTestnet = new OpenSeaSDK('rinkeby');

...
const = openSeaOptions = {};
openSea.mintNFT(openSeaOptions, 'ERC721');
openSea.mintNFT(openSeaOptions, 'ERC1155');

Readme

Keywords

none

Package Sidebar

Install

npm i opensea-sdk

Weekly Downloads

5

Version

1.2.1

License

AGPL

Unpacked Size

7.39 kB

Total Files

10

Last publish

Collaborators

  • timhc22