AI AGENT ADDONS

Evm Token Decimals

affaan-m/ecc
Web3 & Blockchain
1,135installs

When you work with digital tokens on a blockchain, getting the decimal places wrong can ruin the math. A small mistake can make a balance look ten times bigger or smaller. This skill helps you avoid that problem.

It shows you how to ask the token for its decimals at the moment you need them. You will learn to save the results by chain and token address so you do not repeat the work. This works for Python, TypeScript, and Solidity code.

You also get tips for handling tricky tokens that fail to answer. The skill covers safe math, fallback values, and normalizing numbers. It keeps your bots, dashboards, and DeFi tools accurate.

Add Evm Token Decimals skill to your workflow

Global

mkdir -p ~/.claude/skills/evm-token-decimals

Project

mkdir -p .claude/skills/evm-token-decimals

Source Repository

Stars
222,953
Forks
34,145
Watchers
222,953
License
MIT
Last Push
25 days ago
Created
6 months ago