Integrate with ConnectKit
Use BloctoConnector to Integrate with ConnectKit easily.
ConnectKit is a powerful React component library for connecting a wallet to your dApp. It supports the most popular connectors and chains, and provides a beautiful, seamless experience.
Note that Blocto SDK for EVM-compatible chains is still in Beta. APIs are subject to breaking changes.
Installation
Install from npm/yarn/pnpm
The following process requires the use of ConnectKit version >= 1.5.3. Please ensure that you have the corresponding version installed.
Step 1 - Configure CreateConfig
with BloctoConnector
CreateConfig
with BloctoConnector
Arbitrum RPC demo
BloctoConnector
parameters
BloctoConnector
parameterschains
Chain[]
Connector supports Chains
YES
options.appId
String
Blocto dApp ID
NO
Blocto supportedChains
Ethereum
Sepolia
Arbitrum
ArbitrumSepolia
Optimism
OptimismSepolia
Polygon
X
Binance
BinanceTestnet
Avalanche
AvalancheFuji
Base
BaseSepolia
Zora
ZoraTestnet
Scroll
ScrollSepolia
Step 2 - Configure Blocto to supportedConnectors
Sample Code
Last updated