Read all NFTs from a wallet
Shyft APIs makes it very easy to allow your applications to read all NFTs inside a wallet
Coding begins
Get your Free Shyft API key
Setup react project
$ npx create-react-app my-first-nft-dappUpdating package.json
"dependencies": {
...
"@solana/wallet-adapter-phantom": "^0.9.7",
"@solana/web3.js": "^1.50.0",
"axios": "^0.27.2",
...
},Connecting to Phantom wallet
Creating Wallet connect UI component
Adding the REST Call
Update App.js
It's Showtime now...



Resources
Last updated
