Integrate with Wagmi
You can easily use Blocto on Wagmi
Wagmi is a collection of React Hooks containing everything you need to start working with Ethereum. Wagmi makes it easy to "Connect Wallet," display ENS and balance information, sign messages, interact with contracts, and much more — all with caching, request deduplication, and persistence.
Installation
Install from npm/yarn/pnpm
Create config with Blocto
blocto
parameters
blocto
parametersBlocto supportedChains
Wrap app with <WagmiConfig />
and <QueryClientProvider />
<WagmiConfig />
and <QueryClientProvider />
Use Blocto with Wagmi
Sample Code
Resources
Last updated