What problem does it solve?
Developers need an easy way to incorporate NFT artwork and blockchain functionality into Decentraland scenes while handling wallet detection, secure API calls, and smart‑contract interactions.
Core Features & Use Cases
- NFT Display – Show any Ethereum ERC‑721 NFT in a decorative frame with multiple style options.
- Wallet Verification – Detect if a player has a connected wallet and retrieve their address.
- Authenticated Requests – Use signedFetch to securely call backend services on behalf of the player.
- Smart‑Contract Interaction – Read and write data to contracts via eth‑connect, including token transfers and balance checks.
- Token‑Gating – Restrict access to areas or content based on NFT ownership or ERC‑20 balances, such as MANA.
- Marketplace Integration – Buy, list, or cancel NFT orders through dcl‑crypto‑toolkit.
Quick Start
Use the nft‑blockchain skill to display an NFT, verify the player’s wallet, and perform a signed request in a Decentraland scene.