Clients
A Client in the context of viem
is similar to an Ethers.js Provider.
There are three types of clients in viem:
A Public Client which provides access to Public Actions, such as
getBlockNumber
andgetBalance
.A Wallet Client which provides access to Wallet Actions, such as
sendTransaction
andsignMessage
.Test Client: Currently, this is not provided by
comp-kit
. Though you can use it using the native way shown in viem
Last updated