erc-721

Add an ERC-721 NFT contract to a Scaffold-ETH 2 project.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

The Skill provides a ready-to-use blueprint for adding ERC-721 NFT functionality to a Scaffold-ETH 2 project, including contract integration and deployment guidance.

Core Features & Use Cases

  • ERC-721 contract integration with OpenZeppelin implementation
  • Deployment scripts and front-end scaffolding for minting, listing, and transferring NFTs
  • Guidance on optional extensions (enumeration, metadata storage, royalties) and SE-2 compatibility

Quick Start

Scaffold and deploy an ERC-721 contract with minting and a simple gallery on Scaffold-ETH 2.

Frequently Asked Questions about erc-721

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

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

To add ERC-721 NFT contracts to Scaffold-ETH 2, use this Skill to integrate OpenZeppelin implementations, generate deployment scripts, and scaffold minting and gallery frontends within your existing SE-2 workflow.

Does this ERC-721 scaffold work with OpenZeppelin implementations?

Yes, this ERC-721 scaffold enforces using OpenZeppelin implementations for NFT contracts. It provides guidance on optional extensions like enumeration, metadata storage, and royalties while maintaining SE-2 compatibility.

How do I build a minting frontend for ERC-721 tokens using Scaffold-ETH 2?

You can build an ERC-721 minting frontend using Scaffold-ETH 2 by applying this Skill to scaffold UI components for minting, listing, and transferring NFTs, integrating directly with your deployed OpenZeppelin contracts.

Can I deploy NFT contracts using Hardhat or Foundry with Scaffold-ETH 2?

Yes, this Skill provides guidance for integrating ERC-721 NFT contracts with Hardhat or Foundry and SE-2 tooling, ensuring proper constructor semantics while avoiding unnecessary dependencies during deployment.

What is the best way to scaffold NFT galleries and transfer UIs in Scaffold-ETH 2?

The best way to scaffold NFT galleries and transfer UIs in Scaffold-ETH 2 is applying this Skill, which provides front-end scaffolding and deployment scripts for listing and transferring ERC-721 tokens.

Do I need extra dependencies to support ERC-721 tokens in Scaffold-ETH 2?

No, you do not need extra dependencies to support ERC-721 tokens in Scaffold-ETH 2. This Skill enforces OpenZeppelin implementations and SE-2 compatibility while specifically avoiding unnecessary dependencies.