Wallet Integration QA
Asset Integration
Assets
SDK
Description
dApp Integration
Last updated
if you need your blockchain assets supported by Clover Wallet, please provide the javascript SDK for your blockchain. For example:
DOT
@polkadot/api
SOL
@solana/web3.js
...
If your chain is EVM compatible, you only need to provide the following information:
Chain ID
Chain RPC
Native Token Symbol
Native Token Decimal
If your dApp is a Solana dApp, please refer to the following integration demo:
If your dApp is a EVM compatible dApp, please refer to the following integration demo:
Last updated