Learn Viem in 60 Minutes
Summary
On Alchemy Builders we shared a 60-minute Viem tutorial showing how to interact with accounts and clients, read and write to deployed contracts, and watch logged events. The announcement links to the video, the viem-speedrun code repository, and the AA-SDK. This hands-on guide helps builders accelerate Ethereum development.
@Builder
**
Learn How to Use Viem in 60 Minutes
**
In this video @beingdannolan uses Viem to:
- Interact with the account and client
- Read and write to deployed contracts
- Read and watch logged events
Check it out 👇🏻
https://www.youtube.com/watch?v=P9oUqVsHBkA
Learn How to Use Viem | A JavaScript Interface Framework to Interac...

In this video we learn how to use Viem, a JavaScript interface framework to interact with the Ethereum blockchain. The full code repository for this tutorial can be found here:
https://github.com/alchemyplatform/viem-speedrun
Get started with the AA-SDK: https://github.com/alchemyplatform/aa-sdk
0:00 What is Viem?
1:40 What will this tutorial...