erc-20

Add an ERC-20 token contract with deployment scripts and a frontend UI to Scaffold-ETH 2 projects.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Add an ERC-20 token contract to a Scaffold-ETH 2 project. Use when the user wants to: create a fungible token, deploy an ERC-20, add token minting, build a token transfer UI, or work with ERC-20 tokens in SE-2.

Core Features & Use Cases

  • OpenZeppelin ERC-20 integration with deployment scripts and a frontend for interacting with the token.
  • Minting, transferring, and managing fungible tokens within SE-2 projects.
  • Real-world scenario: integrate an ERC-20 token to enable in-game economies or a marketplace token.

Quick Start

Scaffold an ERC-20 token with OpenZeppelin, deploy it via Scaffold-ETH 2 scripts, and build a simple frontend to mint and transfer tokens.

Frequently Asked Questions about erc-20

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

FAQPage Schema
How do I add an ERC-20 token to a Scaffold-ETH 2 project?

To add an ERC-20 token to a Scaffold-ETH 2 project, use this Skill to integrate OpenZeppelin's ERC-20 implementation with automated deployment scripts and a frontend UI for minting and transferring fungible tokens.

Can I build a token minting UI in Scaffold-ETH 2 using OpenZeppelin?

Yes, you can build a token minting UI in Scaffold-ETH 2 using OpenZeppelin. This Skill integrates the OpenZeppelin ERC-20 implementation and provides a frontend for minting, transferring, and managing fungible tokens.

What do I need to deploy an ERC-20 token with Scaffold-ETH 2?

To deploy an ERC-20 token with Scaffold-ETH 2, you need an existing Scaffold-ETH 2 project structure and the OpenZeppelin ERC-20 implementation. This Skill uses these dependencies to generate deployment scripts and UI tooling.

How do I create a fungible token for an in-game economy using Scaffold-ETH 2?

You create a fungible token for an in-game economy using Scaffold-ETH 2 by deploying an ERC-20 contract. This Skill scaffolds the token and provides a frontend UI for managing in-game marketplace transactions.

Does this ERC-20 Skill support token transfer functionality in the frontend?

Yes, this ERC-20 Skill supports token transfer functionality in the frontend. It generates a user interface within Scaffold-ETH 2 that allows you to mint, transfer, and manage fungible tokens directly from the web app.