nft-standards

Implement ERC-721 and ERC-1155 NFTs with Solidity smart contracts.

Updated Jul 8, 2026
One-click install
npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill nft-standards-priyanshkuniyal
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: nft-standards
Source: https://github.com/PriyanshKuniyal/gemini-cli-resources/tree/main/extensions/claude-code-workflows/plugins/blockchain-web3/skills/nft-standards
Command: npx skills add https://github.com/PriyanshKuniyal/gemini-cli-resources --skill nft-standards-priyanshkuniyal

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires solidity, erc721, erc1155, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This Skill unit addresses the challenge of implementing Non-Fungible Tokens (NFTs) with ERC-721 and ERC-1155 standards, providing robust metadata handling, minting strategies, and marketplace integration.

Core Features & Use Cases

  • NFT Standards Implementation: Offers support for ERC-721 and ERC-1155 token standards, essential for creating unique digital assets and multi-token collections.
  • Metadata Handling: Ensures proper metadata handling to provide detailed information about NFTs, including on-chain and off-chain metadata.
  • Minting Strategies: Includes minting strategies for creating and distributing NFTs, suitable for art, gaming, and collectibles.
  • Marketplace Integration: Facilitates integration with marketplaces for buying, selling, and trading NFTs.
  • Use Case: Develop NFT contracts, build NFT marketplaces, or implement digital asset systems with standardized, robust solutions.

Quick Start

Use the nft-standards skill to create a new ERC-721 NFT collection and mint your first token.

Frequently Asked Questions about nft-standards

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I implement ERC-721 and ERC-1155 smart contracts for NFT collections?

To implement ERC-721 and ERC-1155 smart contracts, you must write Solidity code to define token logic, manage on-chain and off-chain metadata, and establish minting strategies for digital asset distribution.

What is the best way to handle NFT metadata for marketplace integration?

The best way to handle NFT metadata for marketplace integration is to properly structure on-chain and off-chain metadata, ensuring detailed digital asset information is available for buying, selling, and trading.

Do I need Solidity to develop ERC-1155 multi-token contracts?

Yes, you need Solidity to develop ERC-1155 multi-token contracts because it is the required language for writing smart contract logic and executing blockchain interactions for digital assets.

When should I use ERC-1155 versus ERC-721 for digital asset minting?

You should use ERC-1155 for multi-token collections requiring batch minting, whereas ERC-721 is suited for creating entirely unique digital assets, with both supporting tailored minting strategies for collectibles and gaming.

Can I build an NFT marketplace using ERC-721 token standards?

Yes, you can build an NFT marketplace using ERC-721 token standards by implementing smart contracts with Solidity and ensuring proper metadata handling to facilitate buying, selling, and trading digital assets.