Share a project you're working on that uses Viem. Warpcast uses viem to: - Processing chain activity around registrations - Guesstimating gas fees - Processing blocks from Zora and Base for L2 chain mint activity
I'm experimenting with RainbowKit in a project & viem is a dependency, but I haven't tried to directly use it yet; I'll have too look into it more.
We’re progressively moving from ethers to viem at Kwenta https://github.com/Kwenta/kwenta
Ponder uses Viem for ABI encoding utils, RPC error identification, strong types, and lots more. We recently shipped an update that allows users to pass a custom Viem Transport that the Ponder sync engine uses to fetch data from RPC endpoints. https://github.com/0xOlias/ponder/releases/tag/%40ponder%2Fcore%400.0.92
@herocast uses viem to let users login with wallets (via Rainbowkit) and then confirm their Farcaster account onchain
Why not include OP mainnet mints as well? If you’re already scanning blocks for farcaster registrations, why not add ERC721/1155 transfer events?
At evmgas.io we use viem to parse wei to display gas prices. We use viem extensively in some of our other DeFi projects 🥰.