Wallet Integration QA
if you need your blockchain assets supported by CLV Wallet, please provide the javascript SDK for your blockchain. For example:
Assets | SDK | Description |
---|---|---|
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: