1.0.1 • Published 3 months ago

nftapestry v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

NFTapestry

NFTapestry is a tool designed for the crypto community to easily fetch and explore NFT collections directly from the blockchain and OpenSea API.

Features

  • Fetch detailed information about any NFT collection.
  • Retrieve a list of NFTs from a specified collection.

Installation

npm install nftapestry

Usage

const NFTapestry = require('nftapestry');
const tapestry = new NFTapestry('https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID');

// Fetch a collection
tapestry.fetchCollection('collectionSlug').then(console.log);

// Fetch NFTs from a collection
tapestry.fetchNFTs('collectionSlug', 10).then(console.log);

DeviceVerifier ensures that every action taken by your IoT devices is authenticated and recorded, offering unparalleled security and transparency.

1.0.1

3 months ago

1.0.0

3 months ago