Skip to content

Commit 16977b7

Browse files
author
zk_nd3r
committed
fix: event types 15 -> 9 (canonical), .io -> .cash domain
1 parent 7f972c1 commit 16977b7

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ One production deployment is live on mainnet. The protocol is application-agnost
2525

2626
## Protocol
2727

28-
Fifteen event types are defined in ZAP1:
28+
Nine event types are tracked in ZAP1:
2929

3030
| Type | Name | Trigger |
3131
|------|------|---------|
@@ -137,7 +137,7 @@ Consumer examples in `examples/`: wallet (Python), explorer (Python), indexer (b
137137
| /memo/decode | POST | universal memo classifier |
138138
| /lifecycle/{wallet_hash} | GET | events for a wallet |
139139

140-
Interactive docs: [frontiercompute.io/api.html](https://frontiercompute.io/api.html)
140+
Interactive docs: [frontiercompute.cash/api.html](https://frontiercompute.cash/api.html)
141141
OpenAPI spec: [conformance/openapi.yaml](conformance/openapi.yaml)
142142
Reference clients: [Python](conformance/clients/zap1_client.py) | [TypeScript](conformance/clients/zap1_client.ts)
143143

@@ -156,11 +156,11 @@ See [conformance/](conformance/) for fixtures, schemas, versioning policy, and c
156156

157157
- **Verification SDK (Rust + WASM):** [Frontier-Compute/zap1-verify](https://github.com/Frontier-Compute/zap1-verify) - 22 tests
158158
- **JS/TS SDK:** [Frontier-Compute/zap1-js](https://github.com/Frontier-Compute/zap1-js) - 19 tests
159-
- **Attestation explorer:** [explorer.frontiercompute.io](https://explorer.frontiercompute.io)
160-
- **Lifecycle simulator:** [simulator.frontiercompute.io](https://simulator.frontiercompute.io)
161-
- **Browser verifier:** [frontiercompute.io/verify.html](https://frontiercompute.io/verify.html)
159+
- **Attestation explorer:** [explorer.frontiercompute.cash](https://explorer.frontiercompute.cash)
160+
- **Lifecycle simulator:** [simulator.frontiercompute.cash](https://simulator.frontiercompute.cash)
161+
- **Browser verifier:** [frontiercompute.cash/verify.html](https://frontiercompute.cash/verify.html)
162162
- **Universal memo decoder:** [zcash-memo-decode](https://crates.io/crates/zcash-memo-decode) - 23 tests, zero deps
163-
- **Browser memo decoder:** [frontiercompute.io/memo.html](https://frontiercompute.io/memo.html)
163+
- **Browser memo decoder:** [frontiercompute.cash/memo.html](https://frontiercompute.cash/memo.html)
164164
- **Zaino gRPC:** validated on mainnet - [ZAINO_VALIDATION.md](ZAINO_VALIDATION.md)
165165

166166
## FROST Threshold Signing

0 commit comments

Comments
 (0)