5οΈβ£NFT View (Optional)
Walkthrough for tracking NFT views
Setting Up NFT View Tracking
// Example of w3aSDK.nftView
w3aSDK.nftView({
label: "Crypto Kitties", // Optional: label for the NFT
chainId: "0x1", // Chain ID of the NFT
contractAddress: "0x06012c8cf97bead5deae237070f9587f8e7a266d", // Contract address of the NFT
tokenId: "1561299" // Token ID of the NFT
});Practical Implementation
Last updated