Socket
Socket
Sign inDemoInstall

nft20

Package Overview
Dependencies
3
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    nft20

NFT20 SDK for easily trading NFT


Version published
Weekly downloads
38
increased by442.86%
Maintainers
1
Created
Weekly downloads
 

Readme

Source

nft20.js

Getting started

Import in your project

npm install --save nft20

then in your javascript code:

const NFT20 = require('nft20')

Or in the browser :

<script src="https://unpkg.com/nft20"></script>

And access the NFT20 global variable.

Initialize

let nft20 = new NFT20("https://mainnet.infura.io/v3/a634422ef8f84eeab6c55d89d1a38e5d")

Listing Pools

let pools = await nft20.getPools()

Listing NFTs in a pool

``

Development

dependancies for building

npm install -g browserify

Building:

browserify nft20.js --standalone NFT20 > build/nft20.js

Keywords

FAQs

Last updated on 09 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc