Skip to content

hanzochang/erc721-get-owned-token-ids

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snippet for getting token ids

Snippet for Getting token ids using ethers.js.

Setup

Setup env

cp .env.sample .env
NFT_CONTRACT_ADDRESS={{Insert ERC721 contract address}}
RPC_URL={{EVM RPC URL e.g. alchemy, infra}}
NETWORK={{network e.g. mainnet, goerli, munbai}}
YOUR_WALLET_ADDRESS={{Wallet address you want to check}}

Get RPC URL

alchemy

Install

yarn install

Run

yarn start

About

Snippet for getting token ids ERC721

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published