erc-721

Integrate an ERC-721 NFT contract into a Scaffold-ETH 2 project.

Updated Mar 11, 2026
One-click install
npx skills add https://github.com/hopefulobject/gangilon --skill erc-721
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: erc-721
Source: https://github.com/hopefulobject/gangilon/tree/main/.agents/skills/erc-721
Command: npx skills add https://github.com/hopefulobject/gangilon --skill erc-721

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill enables developers to seamlessly integrate ERC-721 NFT functionality into their Scaffold-ETH 2 projects, simplifying the creation and management of non-fungible tokens.

Core Features & Use Cases

  • ERC-721 Contract Integration: Adds a standard ERC-721 NFT contract using OpenZeppelin.
  • Frontend Support: Includes basic frontend components for minting, listing, and transferring NFTs.
  • Metadata Handling: Guides on correct metadata JSON schema and IPFS usage.
  • Use Case: A user wants to launch an NFT collection for their art project. This skill will help them deploy the contract, set up metadata storage, and build a minting interface within their existing Scaffold-ETH 2 application.

Quick Start

Use the erc-721 skill to add an ERC-721 NFT contract to your Scaffold-ETH 2 project.

Frequently Asked Questions about erc-721

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

FAQPage Schema
How do I add an ERC-721 NFT contract to a Scaffold-ETH 2 project?

To add an ERC-721 NFT contract to Scaffold-ETH 2, use this Skill to integrate OpenZeppelin's standard, providing deployment scripts and frontend components for minting, listing, and transferring tokens.

What do I need to build an NFT minting interface in Scaffold-ETH 2?

Building an NFT minting interface in Scaffold-ETH 2 requires an ERC-721 contract and UI components. This Skill provides the necessary frontend integration to handle minting, listing, and transferring NFTs.

How does this Skill handle ERC-721 token metadata and IPFS storage?

For ERC-721 token metadata and IPFS storage, this Skill guides you on correct metadata JSON schema and proper handling of off-chain data to ensure your NFT collection maintains standard compliance.

Can I use OpenZeppelin standards for NFT collections in Scaffold-ETH 2?

Yes, you can use OpenZeppelin standards for NFT collections in Scaffold-ETH 2. This Skill integrates OpenZeppelin's ERC-721 standard to manage non-fungible tokens and deploy secure contracts.

Does this Skill support NFT transfers and listing functionality out of the box?

Yes, this Skill supports NFT transfers and listing functionality out of the box. It includes basic frontend components specifically designed for minting, listing, and transferring NFTs within your application.

What is the best way to launch an NFT art collection using SE-2?

The best way to launch an NFT art collection using SE-2 is deploying an OpenZeppelin ERC-721 contract. This Skill helps deploy contracts, set up metadata storage, and build a minting interface.