Advanced
Dan Romero@dwr.eth
10/17/2023

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

In reply to @dwr.eth
obxium@obxium
10/17/2023

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.

In reply to @dwr.eth
Korede@korede
10/17/2023

We’re progressively moving from ethers to viem at Kwenta https://github.com/Kwenta/kwenta

In reply to @dwr.eth
10/17/2023

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

In reply to @dwr.eth
hellno the optimist 🍜🪩@hellnooo.eth
10/17/2023

@herocast uses viem to let users login with wallets (via Rainbowkit) and then confirm their Farcaster account onchain

In reply to @dwr.eth
Drew Fisher@drewf.eth
10/18/2023

Why not include OP mainnet mints as well? If you’re already scanning blocks for farcaster registrations, why not add ERC721/1155 transfer events?

In reply to @dwr.eth
J. Valeska@j-valeska
10/28/2023

I am using viem for everything.

In reply to @dwr.eth
evmgas.io ⛽️@evmgas
12/1/2023

At evmgas.io we use viem to parse wei to display gas prices. We use viem extensively in some of our other DeFi projects 🥰.

Viem