Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion WALLET_DIRECTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ be unsupported, contradicting the wallet -- click the name for their evidence ·
|     Form factor (Mobile / Browser / Desktop / Browser Extension / Hardware) | browser, mobile |
|     Deployment Model (Self-hosted / SaaS / Hybrid) | saas, hybrid |
| **Canton Coin** | |
|     CC support (transfers and holding) | [✅](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) 🛡️[Blockdaemon](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon) |
|     CC support (transfers and holding) | [✅](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support) 🛡️[ThirdParty](proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty) |
|     Pre-approvals for CC | [✅](proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals) |
| **Token Standard** | |
|     CIP-0056 token standard transfer support | [✅](proofs/dummy-wallet/dummy-wallet-self-attestation.md#cip-0056-token-standard-transfer-support-cip_0056_transfer) |
Expand Down
2 changes: 1 addition & 1 deletion examples/acme-wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ features:
- by: Blockdaemon
date: "2026-05-20"
result: verified
proof: proofs/acme-wallet/acme-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon
proof: proofs/acme-wallet/acme-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty
preapprovals:
supported: true
proof: proofs/acme-wallet/acme-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals
Expand Down
14 changes: 7 additions & 7 deletions proofs/dummy-wallet/dummy-wallet-third-party-attestation.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,26 +3,26 @@
Wallet name: `dummy-wallet`

<!-- This is a worked example referenced from CONTRIBUTING.md -- "Dummy
Wallet" and "Blockdaemon" (as verifier) are not real for this example.
Wallet" and "Third Party" (as verifier) are not real for this example.
Evidence below is illustrative placeholder data, not a real transaction
record. -->

---

## CC support (transfers and holding) `cc_support` — Verified by Blockdaemon
## CC support (transfers and holding) `cc_support` — Verified by Third Party

> Send, receive, and hold Canton Coin.
>
> Suggested test: Send CC to and from the wallet. Record the transaction
> update IDs and optionally provide screenshots of the holding, transfer, and
> party ID.

Verifier: Blockdaemon
Contact: verification@blockdaemon.example
Verifier: Third Party
Contact: verification@thirdparty.example
Date verified: 2026-06-05

- Transaction update ID(s): `1220f1e2d3c4b5a6...blockdaemon-verify-cc`
- Transaction update ID(s): `1220f1e2d3c4b5a6...thirdparty-verify-cc`
- Party ID(s): `dummy-wallet-party-1::1220...`
- Explorer link(s): https://scan.example.com/tx/1220f1e2d3c4b5a6...blockdaemon-verify-cc
- Screenshot(s) / video: ![holding](./dummy-wallet-third-party-attestation-images/cc_support-blockdaemon-holding.png)
- Explorer link(s): https://scan.example.com/tx/1220f1e2d3c4b5a6...thirdparty-verify-cc
- Screenshot(s) / video: ![holding](./dummy-wallet-third-party-attestation-images/cc_support-thirdparty-holding.png)
- Notes: Independently sent and received CC using our own party and transaction, confirming the wallet's claim.
4 changes: 2 additions & 2 deletions wallets/dummy-wallet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ features:
supported: true
proof: proofs/dummy-wallet/dummy-wallet-self-attestation.md#cc-support-transfers-and-holding-cc_support
verified_by:
- by: Blockdaemon
- by: ThirdParty
date: "2026-06-05"
result: verified
proof: proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-blockdaemon
proof: proofs/dummy-wallet/dummy-wallet-third-party-attestation.md#cc-support-transfers-and-holding-cc_support-verified-by-thirdparty
preapprovals:
supported: true
proof: proofs/dummy-wallet/dummy-wallet-self-attestation.md#pre-approvals-for-cc-preapprovals
Expand Down
Loading