Chain: All
Language: All
Technology: All
Use Case: All
Level: All
How to Optimize Ethereum RPC Usage with Multicall
In this guide, you will learn how to optimize your Ethereum RPC usage by leveraging the native Multicall integration with Viem to perform batch contract reads and multiple state-changing calls efficiently.
Updated August 2, 2024Intermediate
EthereumTypeScriptViemTransactions
How to Send a Transaction using Viem
Learn how to send a transaction on Ethereum and other EVM-compatible blockchains using the Viem library.
Updated March 29, 2024Beginner
EthereumTypeScriptViemTransactions
How to Build a React Frontend with wagmi
This guide provides step-by-step instructions on how to build a Web3 frontend using React, wagmi, and Bootstrap. The guide will walk you through the process of connecting a wallet to your frontend and displaying account information, such as the connected wallet address, account balance (in Ether), and chain ID.
Updated April 27, 2021BeginnerVideo
EthereumWagmiReactViemdApps