Context
This is a focused slice of #33 (Cheat sheets). A single-page reference for the most common token standards lets developers quickly recall which interface they're working against, the canonical functions, and the gotchas.
What to build
Add cheat-sheets/token-standards.md containing one section per standard:
- ERC-20 — function signatures (
transfer, transferFrom, approve, allowance, balanceOf), events, common patterns (infinite approval, permit/EIP-2612), gotchas (USDT return-value quirk, fee-on-transfer tokens)
- ERC-721 — function signatures, events, metadata standard (
tokenURI), enumeration extension, common patterns
- ERC-1155 — function signatures, batch operations, events, when to choose 1155 over 721
- SPL Token (Solana) — minting, transferring, associated token accounts, decimals, common patterns
Each section should fit roughly one screen — quick reference, not a tutorial.
Acceptance criteria
Pointers
Complexity
🟢 Good first issue
Context
This is a focused slice of #33 (Cheat sheets). A single-page reference for the most common token standards lets developers quickly recall which interface they're working against, the canonical functions, and the gotchas.
What to build
Add
cheat-sheets/token-standards.mdcontaining one section per standard:transfer,transferFrom,approve,allowance,balanceOf), events, common patterns (infinite approval, permit/EIP-2612), gotchas (USDT return-value quirk, fee-on-transfer tokens)tokenURI), enumeration extension, common patternsEach section should fit roughly one screen — quick reference, not a tutorial.
Acceptance criteria
cheat-sheets/token-standards.mdexists and renders cleanlyPointers
Complexity
🟢 Good first issue