Solidity Erc Standards

🌐Community
by whackur Β· vlatest Β· Repository

This skill defines and explains ERC token standards, crucial for developers building decentralized applications on Ethereum.

Install on your platform

We auto-selected Claude Code based on this skill’s supported platforms.

1

Run in terminal (recommended)

terminal
claude mcp add solidity-erc-standards npx -- -y @trustedskills/solidity-erc-standards
2

Or manually add to ~/.claude/settings.json

~/.claude/settings.json
{
  "mcpServers": {
    "solidity-erc-standards": {
      "command": "npx",
      "args": [
        "-y",
        "@trustedskills/solidity-erc-standards"
      ]
    }
  }
}

Requires Claude Code (claude CLI). Run claude --version to verify your install.

About This Skill

What it does

This skill allows AI agents to understand and interact with Solidity code related to ERC (Ethereum Request for Comments) standards. It can analyze smart contract code, identify compliance with specific ERC standards like ERC-20 or ERC-721, and generate relevant documentation or test cases. The agent can also help debug issues related to ERC standard implementation.

When to use it

  • Smart Contract Auditing: Assess a Solidity smart contract's adherence to established ERC standards for security and functionality.
  • ERC Standard Implementation: Generate code snippets or complete contracts that conform to specific ERC standards (e.g., ERC-721 NFT implementation).
  • Debugging ERC Contracts: Identify and explain errors in existing smart contracts related to ERC standard compliance.
  • Documentation Generation: Automatically create documentation outlining how a contract adheres to, or deviates from, an ERC standard.

Key capabilities

  • ERC-20 token standard understanding
  • ERC-721 token standard understanding
  • Smart contract code analysis
  • Compliance identification
  • Code generation (for ERC implementations)

Example prompts

  • "Analyze this Solidity code and tell me if it complies with the ERC-20 standard."
  • "Generate a basic ERC-721 smart contract for an NFT collection called 'Digital Cats'."
  • "Explain why this error is occurring in my ERC-20 token's transfer function."

Tips & gotchas

The agent requires access to Solidity code as input. It’s most effective when provided with well-formatted and complete smart contracts, rather than snippets of code.

Tags

πŸ›‘οΈ

TrustedSkills Verification

Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates β€” what you install today is exactly what was reviewed and verified.

Security Audits

Gen Agent Trust HubPass
SocketPass
SnykPass

Details

Version
vlatest
License
Author
whackur
Installs
7

🌐 Community

Passed automated security scans.