Wallet Integration QA

Asset Integration

if you need your blockchain assets supported by CLV Wallet, please provide the javascript SDK for your blockchain. For example:

AssetsSDKDescription

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

dApp Integration

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