Skip to main content
We provide a lightweight viem extension to our client which introduces 2 simple methods to integrate with Viem: client.viem.createPublicClient() and client.viem.createWalletClient().
Since our client was built with a modular approach, this package comes as a standalone, so to reduce the clientโ€™s package size.

Installation

Simply run the following in your terminal:

Creating Viem clients

First, extend your client with our extension:
Now you can easily leverage all the power of Viem by creating wallet and public clients:
You can read more about our viem integration here.