Release: develop -> main - #5
Merged
Merged
Conversation
zkCoins now spans four top-level domains: zkcoins.info (brand hub), zkcoins.app (wallet), zkcoins.exchange (trading venue, planned), and zkcoins.space (explorer, planned). The deployment URL table reflects the new layout and the dev. subdomain convention (stage prefix always leftmost).
Deploying zkcoins-docs with
|
| Latest commit: |
cd57946
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://a18ccce1.zkcoins-docs.pages.dev |
| Branch Preview URL: | https://develop.zkcoins-docs.pages.dev |
zkcoins.com is now live as the Whitepaper / Shielded CSV landing, served from the standalone zk-coins/landing-page repo via Cloudflare Pages. Production: zkcoins.com (active), preview: dev.zkcoins.com.
* docs: add aliasing design (architecture/aliasing.md) Forward-looking design that separates the user-facing identifier, the on-chain coin recipient, and the server-side state lookup key into five independent layers. Aliases (`name@host`) become the only user-visible form; raw hex is removed from the UI entirely. Cross-references the current addressing scheme, SPEC §15 D2/D10, and zk-coins/node#170 (network-layer decentralization). * docs(aliasing): collapse to single SDK-minimal mode; drop view-key split Per project constraint: the wallet SDK must mirror familiar wallet SDKs (Cake, LayerZ, BlueWallet, …) so integrators work only with seed and address. All zk-specific concepts move into the node. Changes: - New Layer 2 (SDK surface) section with concrete TypeScript shape and explicit "does / does not" lists. - ECDH / payment derivation moved into the node (Layer 3 rewritten as node-internal; previous wallet-side derivation removed). - Capability split (scan_priv / spend_priv) removed; single wallet signing key. View-only / watch-only flows declared out of scope. - "Default choices" updated: scan location no longer a question; default-alias derivation rule added. - Trust trade-off (operator visibility) made explicit, with self-hosting as the documented escape hatch. - Integration mapping table for Cake / LayerZ / BlueWallet.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Automatic Release PR
Commits: 1 new commit(s)