For the complete documentation index, see llms.txt. This page is also available as Markdown.

Wallet Integration QA

Asset Integration

if you need your blockchain assets supported by Clover 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

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