The Sophon account is provided via SDKs so you can integrate on your project.

Sophon account as unique login

Coming soon

Already using a wallet kit/SDK?

Integrate the Sophon Account into your existing application using our SDKs and integration guides. We support popular libraries and frameworks to ensure a smooth integration process.

In most cases, you may already be using one of the following wallet kits:

To integrate the Sophon Account, follow our examples repo.

By simply declaring the EIP-6963 emitter, you can use the Sophon Account as a connection option in your wallet kit. To learn more about EIP-6963, check out the EIP-6963 documentation.

import "@sophon-labs/account-eip6963/mainnet";
// or
import "@sophon-labs/account-eip6963/testnet";

// Then, inside your wallet kit configuration:
...
    enableEIP6963: true,

Live Demos