Install
Terminal
What the skill covers
The skill detects your stack and applies the correct integration path:| Stack | Approach |
|---|---|
| Privy | dataSuffix plugin in PrivyProvider |
| Wagmi | dataSuffix option in useWriteContract / useSendTransaction |
| Viem | Append suffix when calling writeContract or sendTransaction |
| Standard RPC | Manually append hex suffix to transaction calldata |
How it works
Builder Codes are ERC-721 NFTs on Base. Appending your code as an ERC-8021 suffix to transaction calldata attributes that transaction to your app. The gas overhead is minimal — 16 gas per non-zero byte.Example prompts
- “Add my builder code to all outgoing transactions”
- “Set up builder code attribution for my Wagmi app”
- “How do I earn referral fees on Base?”