Introducing the Canton Wallet Directory — add your wallet
We’ve put together a public, community-maintained directory of wallet capabilities across the Canton Network: which wallets support Canton Coin, CIP-0056 assets, dApp connectivity, pre-approvals, and more — each claim linked to the evidence behind it.
View the live directory (launched with a dummy example only) here: wallets/WALLET_DIRECTORY.md at 0b55590994a24c1d0ccd39d628c8a0b564ce5c96 · canton-foundation/wallets · GitHub
It works like this:
- Self-attest. Wallet Providers, add your wallet by opening a PR with a YAML file listing which features you support.
- Back it with evidence (optional, but encouraged). Link transaction IDs, screenshots, or recordings for any claim — it’s what turns a bare checkmark into something readers can trust.
- Get independently verified (optional). Anyone outside your team can confirm a claim (or flag one that doesn’t hold up) by adding their own evidence.
No gatekeeping, no fees, and no endorsement implied — just a transparent, evidence-backed record that’s easy for integrators and users to compare.
To add your wallet:
- Fork/clone GitHub - canton-foundation/wallets: Wallets · GitHub
- Copy
wallets/TEMPLATE.yamltowallets/<your-wallet-name>.yamland fill it in — every feature is already listed with a description and suggested test. - Add your evidence to
proofs/<your-wallet-name>/<your-wallet-name>-self-attestation.md. - Run
python3 scripts/generate_table.py(no install needed) and open a PR.
Full instructions: wallets/CONTRIBUTING.md at 0b55590994a24c1d0ccd39d628c8a0b564ce5c96 · canton-foundation/wallets · GitHub
Questions or feedback — reply here. Looking forward to seeing your wallet listed!