@nftverse/web3-sdk
v1.3.0
Published
This package aims at making the calls to external APIs of NFTVerse easier through predefined functions
Downloads
3
Readme
Description
This package aims to reduce the hassle of developers by shipping pre-written code that links your Web3 app to NFTVerse's external APIs and services.
Installation
npm install @nftverse/web3-sdkUsage
import { NFTApis } from '@nftverse/web3-sdk'
NFTApis.getExternalAssetDetails(21, 11ewf589-eg1e-12asfd)
.then(response => {
console.log(response)
})
.catch(error => {
console.log(error)
})
.finally(() => {
console.log('Done')
})Refer to the official docs for more details.
