From f2215e8cdba37e169e73e319a19c8f386cca518f Mon Sep 17 00:00:00 2001 From: Bloxster Date: Tue, 28 Jul 2026 13:02:41 +0200 Subject: [PATCH 1/3] i18n(sync): restore curated/translation parity after the case-only renames Three source pages were renamed for capitalization on main: Accept_Payments_AS_A_Merchant.md -> Accept_Payments_As_A_Merchant.md Journalist_privacy_setup.md -> Journalist_Privacy_Setup.md Private_Community_treasury.md -> Private_Community_Treasury.md The source moved, but `translation/curated-pages.txt`, the 54 translated files (3 pages x 18 locales) and their 54 manifest entries all kept the old names. On a case-sensitive filesystem that leaves `curated-pages.txt` pointing at three paths that do not exist, so the `curated subset of site` invariant is broken, and the staleness detector reports the three pages as ORPHANS in every locale. That misclassification is destructive, not cosmetic: the sync agent's orphan path (`processOrphan`) rmSync's the translation file and drops the manifest entry, and the de-curation stage then removes the page from the curated list once no locale references it. An unscoped sync run would therefore have deleted 54 good translations and silently cut coverage from 181 to 178 pages, while the new capitalized names never entered curation at all. This renames the 54 translated files to match, re-keys the 54 manifest entries (values untouched, so provenance is preserved), and fixes the three curated-pages.txt lines. Verified after the change: - translation/check-invariants.mjs: "Manifest invariants hold: 181 curated pages, 18 locales" - detect-staleness.mjs: orphan=0 in all 18 locales (was 3 each) - the 3 pages now register as ordinary stale entries; their English diff since the manifest was seeded is image-URL-only (10 URLs each, from the self-hosted-images migration), so no re-translation is required Co-Authored-By: Claude Opus 5 (1M context) --- translation/curated-pages.txt | 6 +- translation/sync-state.json | 108 +++++++++--------- ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 ...nt.md => Accept_Payments_As_A_Merchant.md} | 0 ...y_setup.md => Journalist_Privacy_Setup.md} | 0 ...asury.md => Private_Community_Treasury.md} | 0 56 files changed, 57 insertions(+), 57 deletions(-) rename translations/ak/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ak/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ak/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ar/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ar/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ar/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/de/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/de/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/de/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ee/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ee/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ee/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/es/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/es/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/es/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/fr/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/fr/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/fr/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/hi/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/hi/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/hi/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ig/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ig/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ig/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/it/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/it/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/it/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ja/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ja/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ja/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ko/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ko/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ko/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/pt/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/pt/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/pt/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/ru/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/ru/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/ru/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/sw/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/sw/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/sw/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/tr/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/tr/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/tr/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/uk/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/uk/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/uk/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/yo/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/yo/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/yo/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) rename translations/zh/site/Zcash_Use_Cases/{Accept_Payments_AS_A_Merchant.md => Accept_Payments_As_A_Merchant.md} (100%) rename translations/zh/site/Zcash_Use_Cases/{Journalist_privacy_setup.md => Journalist_Privacy_Setup.md} (100%) rename translations/zh/site/Zcash_Use_Cases/{Private_Community_treasury.md => Private_Community_Treasury.md} (100%) diff --git a/translation/curated-pages.txt b/translation/curated-pages.txt index 400985d34..e7271b575 100644 --- a/translation/curated-pages.txt +++ b/translation/curated-pages.txt @@ -123,11 +123,11 @@ Zcash_Tech/Zcash_Wallet_Syncing.md Zcash_Tech/Zebra_Full_Node.md Zcash_Tech/zk_SNARKS.md Zcash_Use_Cases/About.md -Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md +Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md Zcash_Use_Cases/Freelance_Privacy_Setup.md -Zcash_Use_Cases/Journalist_privacy_setup.md +Zcash_Use_Cases/Journalist_Privacy_Setup.md Zcash_Use_Cases/Keeping_Records_With_Shielded_ZEC.md -Zcash_Use_Cases/Private_Community_treasury.md +Zcash_Use_Cases/Private_Community_Treasury.md Zcash_Use_Cases/Receive_Donations_Privately.md Zcash_Use_Cases/Send_Money_Without_Linking_Identity.md contribute/Community_Infrastructure.md diff --git a/translation/sync-state.json b/translation/sync-state.json index 8ef3837fb..050555374 100644 --- a/translation/sync-state.json +++ b/translation/sync-state.json @@ -1000,7 +1000,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -1016,7 +1016,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -1032,7 +1032,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -2450,7 +2450,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -2466,7 +2466,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -2482,7 +2482,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -3900,7 +3900,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -3916,7 +3916,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -3932,7 +3932,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -5350,7 +5350,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -5366,7 +5366,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -5382,7 +5382,7 @@ "tool": "gt-static", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "gt", @@ -6800,7 +6800,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -6816,7 +6816,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -6832,7 +6832,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -8250,7 +8250,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -8266,7 +8266,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -8282,7 +8282,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -9700,7 +9700,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -9716,7 +9716,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -9732,7 +9732,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -11150,7 +11150,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -11166,7 +11166,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -11182,7 +11182,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -12600,7 +12600,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -12616,7 +12616,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -12632,7 +12632,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -14050,7 +14050,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -14066,7 +14066,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -14082,7 +14082,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -15500,7 +15500,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -15516,7 +15516,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -15532,7 +15532,7 @@ "tool": "qwen3-14b", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -16950,7 +16950,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -16966,7 +16966,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -16982,7 +16982,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -18400,7 +18400,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -18416,7 +18416,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -18432,7 +18432,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -19850,7 +19850,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -19866,7 +19866,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -19882,7 +19882,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -21300,7 +21300,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -21316,7 +21316,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -21332,7 +21332,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -22750,7 +22750,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -22766,7 +22766,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -22782,7 +22782,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -24200,7 +24200,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -24216,7 +24216,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -24232,7 +24232,7 @@ "tool": "nllb-200-3.3B", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "nllb", @@ -25650,7 +25650,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md": { + "Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md": { "src": "sha256:f6d0ca2fee01d8226488b355579ce781d40f764bb694f1005263fd01547b1cfe", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -25666,7 +25666,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Journalist_privacy_setup.md": { + "Zcash_Use_Cases/Journalist_Privacy_Setup.md": { "src": "sha256:de30ed026f0b33784df22236c65d2537a0868c49ba2610019a8bc00b34838fa4", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", @@ -25682,7 +25682,7 @@ "tool": "gpt-5.4", "edited": false }, - "Zcash_Use_Cases/Private_Community_treasury.md": { + "Zcash_Use_Cases/Private_Community_Treasury.md": { "src": "sha256:68b71d482fd78af6ba6f0267fe12ff55b3eedc9f2a17a2064bbad7a3d5b61b52", "src_commit": "7811f6891f5fc8fb8c95bb618af29ca60e709274", "engine": "llm", diff --git a/translations/ak/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ak/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ak/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ak/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ak/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ak/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ak/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ak/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ak/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ak/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ak/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ak/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ar/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ar/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ar/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ar/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ar/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ar/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ar/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ar/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ar/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ar/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ar/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ar/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/de/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/de/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/de/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/de/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/de/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/de/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/de/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/de/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/de/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/de/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/de/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/de/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ee/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ee/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ee/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ee/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ee/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ee/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ee/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ee/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ee/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ee/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ee/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ee/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/es/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/es/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/es/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/es/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/es/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/es/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/es/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/es/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/es/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/es/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/es/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/es/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/fr/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/fr/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/fr/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/fr/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/fr/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/fr/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/fr/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/fr/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/fr/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/fr/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/fr/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/fr/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/hi/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/hi/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/hi/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/hi/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/hi/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/hi/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/hi/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/hi/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/hi/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/hi/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/hi/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/hi/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ig/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ig/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ig/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ig/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ig/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ig/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ig/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ig/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ig/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ig/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ig/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ig/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/it/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/it/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/it/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/it/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/it/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/it/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/it/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/it/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/it/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/it/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/it/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/it/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ja/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ja/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ja/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ja/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ja/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ja/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ja/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ja/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ja/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ja/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ja/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ja/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ko/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ko/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ko/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ko/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ko/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ko/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ko/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ko/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ko/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ko/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ko/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ko/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/pt/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/pt/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/pt/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/pt/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/pt/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/pt/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/pt/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/pt/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/pt/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/pt/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/pt/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/pt/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/ru/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/ru/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/ru/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/ru/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/ru/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/ru/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/ru/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/ru/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/ru/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/ru/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/ru/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/ru/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/sw/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/sw/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/sw/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/sw/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/sw/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/sw/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/sw/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/sw/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/sw/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/sw/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/sw/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/sw/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/tr/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/tr/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/tr/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/tr/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/tr/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/tr/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/tr/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/tr/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/tr/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/tr/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/tr/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/tr/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/uk/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/uk/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/uk/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/uk/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/uk/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/uk/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/uk/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/uk/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/uk/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/uk/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/uk/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/uk/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/yo/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/yo/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/yo/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/yo/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/yo/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/yo/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/yo/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/yo/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/yo/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/yo/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/yo/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/yo/site/Zcash_Use_Cases/Private_Community_Treasury.md diff --git a/translations/zh/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md b/translations/zh/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md similarity index 100% rename from translations/zh/site/Zcash_Use_Cases/Accept_Payments_AS_A_Merchant.md rename to translations/zh/site/Zcash_Use_Cases/Accept_Payments_As_A_Merchant.md diff --git a/translations/zh/site/Zcash_Use_Cases/Journalist_privacy_setup.md b/translations/zh/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md similarity index 100% rename from translations/zh/site/Zcash_Use_Cases/Journalist_privacy_setup.md rename to translations/zh/site/Zcash_Use_Cases/Journalist_Privacy_Setup.md diff --git a/translations/zh/site/Zcash_Use_Cases/Private_Community_treasury.md b/translations/zh/site/Zcash_Use_Cases/Private_Community_Treasury.md similarity index 100% rename from translations/zh/site/Zcash_Use_Cases/Private_Community_treasury.md rename to translations/zh/site/Zcash_Use_Cases/Private_Community_Treasury.md From 9aea0b1b2e7cbc4d0a336f941cb29936fbe9489e Mon Sep 17 00:00:00 2001 From: Bloxster Date: Tue, 28 Jul 2026 13:11:53 +0200 Subject: [PATCH 2/3] i18n(privacy): propagate self-hosted image URLs into all 18 translations MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The self-hosting migration (3ec05852, PR #1888) rewrote image references in `site/**` from third-party hosts to `/content-images/...`, but never touched `translations/**`. Because the frontend prefers a curated translation over the English source and performs no runtime image rewriting, every non-English reader was still hotlinking the original hosts — i.e. the privacy leak the migration set out to close remained live across the majority of the site's content surface. Before this change, translated files still referenced: i.ibb.co 540 files raw.githubusercontent.com 288 files pbs.twimg.com 144 files hackmd.io 72 files img.youtube.com 72 files github.com/ZecHub/zechub/assets 54 files Mechanical URL substitution only — no re-translation, no model involved. The old->new pairs are taken from the migration commit itself (1276 pairs across 250 pages), so the mapping is authoritative rather than reconstructed. Applied: 9458 URL replacements across 1908 files. The diff is +10205/-10205 — byte-for-byte symmetric, no lines added or removed in any file. Alt text, captions and link text are untouched (verified across ar/zh/ru/sw and the NLLB/GT locales). Each file had to pass four post-conditions or it was left alone: 1. no mapped old URL remains 2. image-reference count unchanged 3. line count unchanged 4. every differing line is reproducible by applying only the mapped substitutions to the original line Zero gate failures occurred. Deliberately NOT propagated: the 74 pairs whose migrated value is `/content-images/_unavailable.svg`, plus any target with no corresponding file in the frontend's `public/content-images/`. For those the migration lost the image, so English is privacy-clean but broken while the translation still holds a working URL. Copying the placeholder would degrade 18 locales to match a regression. Those 19 pages keep their working URLs and stay flagged stale, so they remain visible until the English side is fixed upstream. Residual after this change: 3 pages x 18 locales (Creators_and_Tips, Visualizing_the_Zcash_Network, ZK_Shielded_Asset_Platforms) still reference pbs.twimg.com / raw.githubusercontent.com. Two of the three are at parity with English, which still hotlinks the same asset; all three trace back to `_unavailable.svg` losses and are fixed by re-migrating those images upstream. Verified: translation/check-invariants.mjs -> "Manifest invariants hold: 181 curated pages, 18 locales". Co-Authored-By: Claude Opus 5 (1M context) --- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ak/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ak/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ak/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ak/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ak/site/Start_Here/Development_Fund.md | 6 +- .../ak/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ak/site/Start_Here/What_is_ZecHub.md | 2 +- .../ak/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ak/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ak/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ak/site/Using_Zcash/Faucets.md | 2 +- .../ak/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ak/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ak/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ak/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ak/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ak/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ak/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ak/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ak/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ak/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ak/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ak/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ak/site/Zcash_Organizations/Sovright.md | 2 +- .../ak/site/Zcash_Organizations/ZKAV.md | 2 +- .../ak/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ak/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ak/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ak/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ak/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ak/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ak/site/Zcash_Tech/FROST.md | 6 +- translations/ak/site/Zcash_Tech/Halo.md | 4 +- .../ak/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ak/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ak/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ak/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ak/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ak/site/contribute/Help_build_ZecHub.md | 2 +- translations/ak/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ak/site/guides/Akash_Network_Zcashd.md | 2 +- .../ak/site/guides/Akash_Network_Zebra.md | 2 +- .../ak/site/guides/Avalanche_RedBridge.md | 2 +- .../ak/site/guides/Blockchain_Explorers.md | 10 ++-- .../ak/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ak/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ak/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ak/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ak/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ak/site/tutorials/Exchanges.md | 8 +-- .../ak/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ak/site/tutorials/Using_Zcash.md | 8 +-- .../ak/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ar/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ar/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ar/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ar/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ar/site/Start_Here/Development_Fund.md | 6 +- .../ar/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ar/site/Start_Here/What_is_ZecHub.md | 2 +- .../ar/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ar/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ar/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ar/site/Using_Zcash/Faucets.md | 2 +- .../ar/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ar/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ar/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ar/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ar/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ar/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ar/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ar/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ar/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ar/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ar/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ar/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ar/site/Zcash_Organizations/Sovright.md | 2 +- .../ar/site/Zcash_Organizations/ZKAV.md | 2 +- .../ar/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ar/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ar/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ar/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ar/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ar/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ar/site/Zcash_Tech/FROST.md | 6 +- translations/ar/site/Zcash_Tech/Halo.md | 4 +- .../ar/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ar/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ar/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ar/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ar/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ar/site/contribute/Help_build_ZecHub.md | 2 +- translations/ar/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ar/site/guides/Akash_Network_Zcashd.md | 2 +- .../ar/site/guides/Akash_Network_Zebra.md | 2 +- .../ar/site/guides/Avalanche_RedBridge.md | 2 +- .../ar/site/guides/Blockchain_Explorers.md | 10 ++-- .../ar/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ar/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ar/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ar/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ar/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ar/site/tutorials/Exchanges.md | 8 +-- .../ar/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ar/site/tutorials/Using_Zcash.md | 8 +-- .../ar/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../de/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../de/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../de/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../de/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../de/site/Start_Here/Development_Fund.md | 6 +- .../de/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../de/site/Start_Here/What_is_ZecHub.md | 2 +- .../de/site/Using_Zcash/Buying_ZEC.md | 4 +- .../de/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../de/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/de/site/Using_Zcash/Faucets.md | 2 +- .../de/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../de/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../de/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../de/site/Using_Zcash/Recovering_Funds.md | 4 +- .../de/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/de/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/de/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../de/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../de/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../de/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/de/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../de/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../de/site/Zcash_Organizations/Sovright.md | 2 +- .../de/site/Zcash_Organizations/ZKAV.md | 2 +- .../de/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../de/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../de/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../de/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../de/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../de/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/de/site/Zcash_Tech/FROST.md | 6 +- translations/de/site/Zcash_Tech/Halo.md | 4 +- .../de/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../de/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../de/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/de/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/de/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../de/site/contribute/Help_build_ZecHub.md | 2 +- translations/de/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../de/site/guides/Akash_Network_Zcashd.md | 2 +- .../de/site/guides/Akash_Network_Zebra.md | 2 +- .../de/site/guides/Avalanche_RedBridge.md | 2 +- .../de/site/guides/Blockchain_Explorers.md | 10 ++-- .../de/site/guides/Brave_Wallet_Guide.md | 8 +-- .../de/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/de/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../de/site/guides/Zgo_Payment_Processor.md | 4 +- translations/de/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/de/site/tutorials/Exchanges.md | 8 +-- .../de/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/de/site/tutorials/Using_Zcash.md | 8 +-- .../de/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ee/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ee/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ee/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ee/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ee/site/Start_Here/Development_Fund.md | 6 +- .../ee/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ee/site/Start_Here/What_is_ZecHub.md | 2 +- .../ee/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ee/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ee/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ee/site/Using_Zcash/Faucets.md | 2 +- .../ee/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ee/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ee/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ee/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ee/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ee/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ee/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ee/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ee/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ee/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ee/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ee/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ee/site/Zcash_Organizations/Sovright.md | 2 +- .../ee/site/Zcash_Organizations/ZKAV.md | 2 +- .../ee/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ee/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ee/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ee/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ee/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ee/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ee/site/Zcash_Tech/FROST.md | 6 +- translations/ee/site/Zcash_Tech/Halo.md | 4 +- .../ee/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ee/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ee/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ee/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ee/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ee/site/contribute/Help_build_ZecHub.md | 2 +- translations/ee/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ee/site/guides/Akash_Network_Zcashd.md | 2 +- .../ee/site/guides/Akash_Network_Zebra.md | 2 +- .../ee/site/guides/Avalanche_RedBridge.md | 2 +- .../ee/site/guides/Blockchain_Explorers.md | 10 ++-- .../ee/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ee/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ee/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ee/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ee/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ee/site/tutorials/Exchanges.md | 8 +-- .../ee/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ee/site/tutorials/Using_Zcash.md | 8 +-- .../ee/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../es/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../es/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../es/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../es/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../es/site/Start_Here/Development_Fund.md | 6 +- .../es/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../es/site/Start_Here/What_is_ZecHub.md | 2 +- .../es/site/Using_Zcash/Buying_ZEC.md | 4 +- .../es/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../es/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/es/site/Using_Zcash/Faucets.md | 2 +- .../es/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../es/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../es/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../es/site/Using_Zcash/Recovering_Funds.md | 4 +- .../es/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/es/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/es/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../es/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../es/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../es/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/es/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../es/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../es/site/Zcash_Organizations/Sovright.md | 2 +- .../es/site/Zcash_Organizations/ZKAV.md | 2 +- .../es/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../es/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../es/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../es/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../es/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../es/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/es/site/Zcash_Tech/FROST.md | 6 +- translations/es/site/Zcash_Tech/Halo.md | 4 +- .../es/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../es/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../es/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/es/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/es/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../es/site/contribute/Help_build_ZecHub.md | 2 +- translations/es/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../es/site/guides/Akash_Network_Zcashd.md | 2 +- .../es/site/guides/Akash_Network_Zebra.md | 2 +- .../es/site/guides/Avalanche_RedBridge.md | 2 +- .../es/site/guides/Blockchain_Explorers.md | 10 ++-- .../es/site/guides/Brave_Wallet_Guide.md | 8 +-- .../es/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/es/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../es/site/guides/Zgo_Payment_Processor.md | 4 +- translations/es/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/es/site/tutorials/Exchanges.md | 8 +-- .../es/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/es/site/tutorials/Using_Zcash.md | 8 +-- .../es/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../fr/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../fr/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../fr/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../fr/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../fr/site/Start_Here/Development_Fund.md | 6 +- .../fr/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../fr/site/Start_Here/What_is_ZecHub.md | 2 +- .../fr/site/Using_Zcash/Buying_ZEC.md | 4 +- .../fr/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../fr/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/fr/site/Using_Zcash/Faucets.md | 2 +- .../fr/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../fr/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../fr/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../fr/site/Using_Zcash/Recovering_Funds.md | 4 +- .../fr/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/fr/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/fr/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../fr/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../fr/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../fr/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/fr/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../fr/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../fr/site/Zcash_Organizations/Sovright.md | 2 +- .../fr/site/Zcash_Organizations/ZKAV.md | 2 +- .../fr/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../fr/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../fr/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../fr/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../fr/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../fr/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/fr/site/Zcash_Tech/FROST.md | 6 +- translations/fr/site/Zcash_Tech/Halo.md | 4 +- .../fr/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../fr/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../fr/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/fr/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/fr/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../fr/site/contribute/Help_build_ZecHub.md | 2 +- translations/fr/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../fr/site/guides/Akash_Network_Zcashd.md | 2 +- .../fr/site/guides/Akash_Network_Zebra.md | 2 +- .../fr/site/guides/Avalanche_RedBridge.md | 2 +- .../fr/site/guides/Blockchain_Explorers.md | 10 ++-- .../fr/site/guides/Brave_Wallet_Guide.md | 8 +-- .../fr/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/fr/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../fr/site/guides/Zgo_Payment_Processor.md | 4 +- translations/fr/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/fr/site/tutorials/Exchanges.md | 8 +-- .../fr/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/fr/site/tutorials/Using_Zcash.md | 8 +-- .../fr/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../hi/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../hi/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../hi/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../hi/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../hi/site/Start_Here/Development_Fund.md | 6 +- .../hi/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../hi/site/Start_Here/What_is_ZecHub.md | 2 +- .../hi/site/Using_Zcash/Buying_ZEC.md | 4 +- .../hi/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../hi/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/hi/site/Using_Zcash/Faucets.md | 2 +- .../hi/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../hi/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../hi/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../hi/site/Using_Zcash/Recovering_Funds.md | 4 +- .../hi/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/hi/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/hi/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../hi/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../hi/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../hi/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/hi/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../hi/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../hi/site/Zcash_Organizations/Sovright.md | 2 +- .../hi/site/Zcash_Organizations/ZKAV.md | 2 +- .../hi/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../hi/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../hi/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../hi/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../hi/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../hi/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/hi/site/Zcash_Tech/FROST.md | 6 +- translations/hi/site/Zcash_Tech/Halo.md | 4 +- .../hi/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../hi/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../hi/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/hi/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/hi/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../hi/site/contribute/Help_build_ZecHub.md | 2 +- translations/hi/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../hi/site/guides/Akash_Network_Zcashd.md | 2 +- .../hi/site/guides/Akash_Network_Zebra.md | 2 +- .../hi/site/guides/Avalanche_RedBridge.md | 2 +- .../hi/site/guides/Blockchain_Explorers.md | 10 ++-- .../hi/site/guides/Brave_Wallet_Guide.md | 8 +-- .../hi/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/hi/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../hi/site/guides/Zgo_Payment_Processor.md | 4 +- translations/hi/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/hi/site/tutorials/Exchanges.md | 8 +-- .../hi/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/hi/site/tutorials/Using_Zcash.md | 8 +-- .../hi/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ig/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ig/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ig/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ig/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ig/site/Start_Here/Development_Fund.md | 6 +- .../ig/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ig/site/Start_Here/What_is_ZecHub.md | 2 +- .../ig/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ig/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ig/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ig/site/Using_Zcash/Faucets.md | 2 +- .../ig/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ig/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ig/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ig/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ig/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ig/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ig/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ig/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ig/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ig/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ig/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ig/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ig/site/Zcash_Organizations/Sovright.md | 2 +- .../ig/site/Zcash_Organizations/ZKAV.md | 2 +- .../ig/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ig/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ig/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ig/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ig/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ig/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ig/site/Zcash_Tech/FROST.md | 6 +- translations/ig/site/Zcash_Tech/Halo.md | 4 +- .../ig/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ig/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ig/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ig/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ig/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ig/site/contribute/Help_build_ZecHub.md | 2 +- translations/ig/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ig/site/guides/Akash_Network_Zcashd.md | 2 +- .../ig/site/guides/Akash_Network_Zebra.md | 2 +- .../ig/site/guides/Avalanche_RedBridge.md | 2 +- .../ig/site/guides/Blockchain_Explorers.md | 10 ++-- .../ig/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ig/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ig/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ig/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ig/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ig/site/tutorials/Exchanges.md | 8 +-- .../ig/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ig/site/tutorials/Using_Zcash.md | 8 +-- .../ig/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../it/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../it/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../it/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../it/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../it/site/Start_Here/Development_Fund.md | 6 +- .../it/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../it/site/Start_Here/What_is_ZecHub.md | 2 +- .../it/site/Using_Zcash/Buying_ZEC.md | 4 +- .../it/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../it/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/it/site/Using_Zcash/Faucets.md | 2 +- .../it/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../it/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../it/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../it/site/Using_Zcash/Recovering_Funds.md | 4 +- .../it/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/it/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/it/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../it/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../it/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../it/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/it/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../it/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../it/site/Zcash_Organizations/Sovright.md | 2 +- .../it/site/Zcash_Organizations/ZKAV.md | 2 +- .../it/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../it/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../it/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../it/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../it/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../it/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/it/site/Zcash_Tech/FROST.md | 6 +- translations/it/site/Zcash_Tech/Halo.md | 4 +- .../it/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../it/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../it/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/it/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/it/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../it/site/contribute/Help_build_ZecHub.md | 2 +- translations/it/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../it/site/guides/Akash_Network_Zcashd.md | 2 +- .../it/site/guides/Akash_Network_Zebra.md | 2 +- .../it/site/guides/Avalanche_RedBridge.md | 2 +- .../it/site/guides/Blockchain_Explorers.md | 10 ++-- .../it/site/guides/Brave_Wallet_Guide.md | 8 +-- .../it/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/it/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../it/site/guides/Zgo_Payment_Processor.md | 4 +- translations/it/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/it/site/tutorials/Exchanges.md | 8 +-- .../it/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/it/site/tutorials/Using_Zcash.md | 8 +-- .../it/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ja/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ja/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ja/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ja/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ja/site/Start_Here/Development_Fund.md | 6 +- .../ja/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ja/site/Start_Here/What_is_ZecHub.md | 2 +- .../ja/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ja/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ja/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ja/site/Using_Zcash/Faucets.md | 2 +- .../ja/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ja/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ja/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ja/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ja/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ja/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ja/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ja/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ja/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ja/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ja/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ja/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ja/site/Zcash_Organizations/Sovright.md | 2 +- .../ja/site/Zcash_Organizations/ZKAV.md | 2 +- .../ja/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ja/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ja/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ja/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ja/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ja/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ja/site/Zcash_Tech/FROST.md | 6 +- translations/ja/site/Zcash_Tech/Halo.md | 4 +- .../ja/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ja/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ja/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ja/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ja/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ja/site/contribute/Help_build_ZecHub.md | 2 +- translations/ja/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ja/site/guides/Akash_Network_Zcashd.md | 2 +- .../ja/site/guides/Akash_Network_Zebra.md | 2 +- .../ja/site/guides/Avalanche_RedBridge.md | 2 +- .../ja/site/guides/Blockchain_Explorers.md | 10 ++-- .../ja/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ja/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ja/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 56 +++++++++--------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ja/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ja/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ja/site/tutorials/Exchanges.md | 8 +-- .../ja/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ja/site/tutorials/Using_Zcash.md | 8 +-- .../ja/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ko/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ko/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ko/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ko/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 40 ++++++------- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ko/site/Start_Here/Development_Fund.md | 6 +- .../ko/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ko/site/Start_Here/What_is_ZecHub.md | 2 +- .../ko/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ko/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ko/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ko/site/Using_Zcash/Faucets.md | 2 +- .../ko/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ko/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ko/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ko/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ko/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ko/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ko/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ko/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ko/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ko/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ko/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ko/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ko/site/Zcash_Organizations/Sovright.md | 2 +- .../ko/site/Zcash_Organizations/ZKAV.md | 2 +- .../ko/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ko/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ko/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ko/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ko/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ko/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ko/site/Zcash_Tech/FROST.md | 6 +- translations/ko/site/Zcash_Tech/Halo.md | 4 +- .../ko/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ko/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ko/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ko/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ko/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ko/site/contribute/Help_build_ZecHub.md | 2 +- translations/ko/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ko/site/guides/Akash_Network_Zcashd.md | 2 +- .../ko/site/guides/Akash_Network_Zebra.md | 2 +- .../ko/site/guides/Avalanche_RedBridge.md | 2 +- .../ko/site/guides/Blockchain_Explorers.md | 10 ++-- .../ko/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ko/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ko/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ko/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ko/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ko/site/tutorials/Exchanges.md | 8 +-- .../ko/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ko/site/tutorials/Using_Zcash.md | 8 +-- .../ko/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../pt/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../pt/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../pt/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../pt/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../pt/site/Start_Here/Development_Fund.md | 6 +- .../pt/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../pt/site/Start_Here/What_is_ZecHub.md | 2 +- .../pt/site/Using_Zcash/Buying_ZEC.md | 4 +- .../pt/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../pt/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/pt/site/Using_Zcash/Faucets.md | 2 +- .../pt/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../pt/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../pt/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../pt/site/Using_Zcash/Recovering_Funds.md | 4 +- .../pt/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/pt/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/pt/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../pt/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../pt/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../pt/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/pt/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../pt/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../pt/site/Zcash_Organizations/Sovright.md | 2 +- .../pt/site/Zcash_Organizations/ZKAV.md | 2 +- .../pt/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../pt/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../pt/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../pt/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../pt/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../pt/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/pt/site/Zcash_Tech/FROST.md | 6 +- translations/pt/site/Zcash_Tech/Halo.md | 4 +- .../pt/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../pt/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../pt/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/pt/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/pt/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../pt/site/contribute/Help_build_ZecHub.md | 2 +- translations/pt/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../pt/site/guides/Akash_Network_Zcashd.md | 2 +- .../pt/site/guides/Akash_Network_Zebra.md | 2 +- .../pt/site/guides/Avalanche_RedBridge.md | 2 +- .../pt/site/guides/Blockchain_Explorers.md | 10 ++-- .../pt/site/guides/Brave_Wallet_Guide.md | 8 +-- .../pt/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/pt/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../pt/site/guides/Zgo_Payment_Processor.md | 4 +- translations/pt/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/pt/site/tutorials/Exchanges.md | 8 +-- .../pt/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/pt/site/tutorials/Using_Zcash.md | 8 +-- .../pt/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../ru/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../ru/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../ru/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../ru/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../ru/site/Start_Here/Development_Fund.md | 6 +- .../ru/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../ru/site/Start_Here/What_is_ZecHub.md | 2 +- .../ru/site/Using_Zcash/Buying_ZEC.md | 4 +- .../ru/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../ru/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/ru/site/Using_Zcash/Faucets.md | 2 +- .../ru/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../ru/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../ru/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../ru/site/Using_Zcash/Recovering_Funds.md | 4 +- .../ru/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/ru/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/ru/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../ru/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../ru/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../ru/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/ru/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../ru/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../ru/site/Zcash_Organizations/Sovright.md | 2 +- .../ru/site/Zcash_Organizations/ZKAV.md | 2 +- .../ru/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../ru/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../ru/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../ru/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../ru/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../ru/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/ru/site/Zcash_Tech/FROST.md | 6 +- translations/ru/site/Zcash_Tech/Halo.md | 4 +- .../ru/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../ru/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../ru/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/ru/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/ru/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../ru/site/contribute/Help_build_ZecHub.md | 2 +- translations/ru/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../ru/site/guides/Akash_Network_Zcashd.md | 2 +- .../ru/site/guides/Akash_Network_Zebra.md | 2 +- .../ru/site/guides/Avalanche_RedBridge.md | 2 +- .../ru/site/guides/Blockchain_Explorers.md | 10 ++-- .../ru/site/guides/Brave_Wallet_Guide.md | 8 +-- .../ru/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/ru/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../ru/site/guides/Zgo_Payment_Processor.md | 4 +- translations/ru/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/ru/site/tutorials/Exchanges.md | 8 +-- .../ru/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/ru/site/tutorials/Using_Zcash.md | 8 +-- .../ru/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../sw/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../sw/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../sw/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../sw/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../sw/site/Start_Here/Development_Fund.md | 6 +- .../sw/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../sw/site/Start_Here/What_is_ZecHub.md | 2 +- .../sw/site/Using_Zcash/Buying_ZEC.md | 4 +- .../sw/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../sw/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/sw/site/Using_Zcash/Faucets.md | 2 +- .../sw/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../sw/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../sw/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../sw/site/Using_Zcash/Recovering_Funds.md | 4 +- .../sw/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/sw/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/sw/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../sw/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../sw/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../sw/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/sw/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../sw/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../sw/site/Zcash_Organizations/Sovright.md | 2 +- .../sw/site/Zcash_Organizations/ZKAV.md | 2 +- .../sw/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../sw/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../sw/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../sw/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../sw/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../sw/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/sw/site/Zcash_Tech/FROST.md | 6 +- translations/sw/site/Zcash_Tech/Halo.md | 4 +- .../sw/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../sw/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../sw/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/sw/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/sw/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../sw/site/contribute/Help_build_ZecHub.md | 2 +- translations/sw/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../sw/site/guides/Akash_Network_Zcashd.md | 2 +- .../sw/site/guides/Akash_Network_Zebra.md | 2 +- .../sw/site/guides/Avalanche_RedBridge.md | 2 +- .../sw/site/guides/Blockchain_Explorers.md | 10 ++-- .../sw/site/guides/Brave_Wallet_Guide.md | 8 +-- .../sw/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/sw/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../sw/site/guides/Zgo_Payment_Processor.md | 4 +- translations/sw/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/sw/site/tutorials/Exchanges.md | 8 +-- .../sw/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/sw/site/tutorials/Using_Zcash.md | 8 +-- .../sw/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../tr/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../tr/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../tr/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../tr/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../tr/site/Start_Here/Development_Fund.md | 6 +- .../tr/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../tr/site/Start_Here/What_is_ZecHub.md | 2 +- .../tr/site/Using_Zcash/Buying_ZEC.md | 4 +- .../tr/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../tr/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/tr/site/Using_Zcash/Faucets.md | 2 +- .../tr/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../tr/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../tr/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../tr/site/Using_Zcash/Recovering_Funds.md | 4 +- .../tr/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/tr/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/tr/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../tr/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../tr/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../tr/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/tr/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../tr/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../tr/site/Zcash_Organizations/Sovright.md | 2 +- .../tr/site/Zcash_Organizations/ZKAV.md | 2 +- .../tr/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../tr/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../tr/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../tr/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../tr/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../tr/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/tr/site/Zcash_Tech/FROST.md | 6 +- translations/tr/site/Zcash_Tech/Halo.md | 4 +- .../tr/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../tr/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../tr/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/tr/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/tr/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../tr/site/contribute/Help_build_ZecHub.md | 2 +- translations/tr/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../tr/site/guides/Akash_Network_Zcashd.md | 2 +- .../tr/site/guides/Akash_Network_Zebra.md | 2 +- .../tr/site/guides/Avalanche_RedBridge.md | 2 +- .../tr/site/guides/Blockchain_Explorers.md | 10 ++-- .../tr/site/guides/Brave_Wallet_Guide.md | 8 +-- .../tr/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/tr/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../tr/site/guides/Zgo_Payment_Processor.md | 4 +- translations/tr/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/tr/site/tutorials/Exchanges.md | 8 +-- .../tr/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/tr/site/tutorials/Using_Zcash.md | 8 +-- .../tr/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../uk/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../uk/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../uk/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../uk/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../uk/site/Start_Here/Development_Fund.md | 6 +- .../uk/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../uk/site/Start_Here/What_is_ZecHub.md | 2 +- .../uk/site/Using_Zcash/Buying_ZEC.md | 4 +- .../uk/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../uk/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/uk/site/Using_Zcash/Faucets.md | 2 +- .../uk/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../uk/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../uk/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../uk/site/Using_Zcash/Recovering_Funds.md | 4 +- .../uk/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/uk/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/uk/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../uk/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../uk/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../uk/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/uk/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../uk/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../uk/site/Zcash_Organizations/Sovright.md | 2 +- .../uk/site/Zcash_Organizations/ZKAV.md | 2 +- .../uk/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../uk/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../uk/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../uk/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../uk/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../uk/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/uk/site/Zcash_Tech/FROST.md | 6 +- translations/uk/site/Zcash_Tech/Halo.md | 4 +- .../uk/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../uk/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../uk/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/uk/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/uk/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../uk/site/contribute/Help_build_ZecHub.md | 2 +- translations/uk/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../uk/site/guides/Akash_Network_Zcashd.md | 2 +- .../uk/site/guides/Akash_Network_Zebra.md | 2 +- .../uk/site/guides/Avalanche_RedBridge.md | 2 +- .../uk/site/guides/Blockchain_Explorers.md | 10 ++-- .../uk/site/guides/Brave_Wallet_Guide.md | 8 +-- .../uk/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/uk/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../uk/site/guides/Zgo_Payment_Processor.md | 4 +- translations/uk/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/uk/site/tutorials/Exchanges.md | 8 +-- .../uk/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/uk/site/tutorials/Using_Zcash.md | 8 +-- .../uk/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../yo/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../yo/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../yo/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../yo/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../yo/site/Start_Here/Development_Fund.md | 6 +- .../yo/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../yo/site/Start_Here/What_is_ZecHub.md | 2 +- .../yo/site/Using_Zcash/Buying_ZEC.md | 4 +- .../yo/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../yo/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/yo/site/Using_Zcash/Faucets.md | 2 +- .../yo/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../yo/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../yo/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../yo/site/Using_Zcash/Recovering_Funds.md | 4 +- .../yo/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/yo/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/yo/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../yo/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../yo/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../yo/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/yo/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../yo/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../yo/site/Zcash_Organizations/Sovright.md | 2 +- .../yo/site/Zcash_Organizations/ZKAV.md | 2 +- .../yo/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../yo/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../yo/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../yo/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../yo/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../yo/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/yo/site/Zcash_Tech/FROST.md | 6 +- translations/yo/site/Zcash_Tech/Halo.md | 4 +- .../yo/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../yo/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../yo/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/yo/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/yo/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../yo/site/contribute/Help_build_ZecHub.md | 2 +- translations/yo/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../yo/site/guides/Akash_Network_Zcashd.md | 2 +- .../yo/site/guides/Akash_Network_Zebra.md | 2 +- .../yo/site/guides/Avalanche_RedBridge.md | 2 +- .../yo/site/guides/Blockchain_Explorers.md | 10 ++-- .../yo/site/guides/Brave_Wallet_Guide.md | 8 +-- .../yo/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/yo/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../yo/site/guides/Zgo_Payment_Processor.md | 4 +- translations/yo/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/yo/site/tutorials/Exchanges.md | 8 +-- .../yo/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/yo/site/tutorials/Using_Zcash.md | 8 +-- .../yo/site/tutorials/Wallet_Tutorials.md | 12 ++-- .../Glossary_and_FAQs/Gallery/Infographics.md | 18 +++--- .../Privacy_Tools/2FA_Hardware_Devices.md | 18 +++--- .../zh/site/Privacy_Tools/Namada_Protocol.md | 8 +-- .../zh/site/Privacy_Tools/PGP_Encryption.md | 16 ++--- .../site/Privacy_Tools/Secure_Messengers.md | 8 +-- .../zh/site/Privacy_Tools/Shade_Protocol.md | 12 ++-- .../zh/site/Privacy_Tools/VPN_and_DVPN.md | 4 +- .../Namada_Privacy_and_Best_Practices.md | 2 +- ...ating_the_Central_Bank_Digital_Currency.md | 10 ++-- .../Research/ZK_Shielded_Asset_Platforms.md | 32 +++++----- .../article-0-shielded-transaction.md | 10 ++-- .../article-1/article-1-finite-fields.md | 8 +-- .../article-2/article-2-elliptic-curves.md | 10 ++-- .../article-3-hashing-commitments.md | 8 +-- .../article-4/article-4-merkle-trees.md | 8 +-- .../article-5-zero-knowledge-proofs.md | 8 +-- .../article-6/article-6-shielded-protocol.md | 10 ++-- .../zh/site/Start_Here/Development_Fund.md | 6 +- .../zh/site/Start_Here/New_User_Guide.md | 2 +- .../site/Start_Here/What_is_ZEC_and_Zcash.md | 2 +- .../zh/site/Start_Here/What_is_ZecHub.md | 2 +- .../zh/site/Using_Zcash/Buying_ZEC.md | 4 +- .../zh/site/Using_Zcash/Creators_and_Tips.md | 2 +- .../site/Using_Zcash/Custodial_Exchanges.md | 12 ++-- .../zh/site/Using_Zcash/Encifher_Swaps.md | 20 +++---- translations/zh/site/Using_Zcash/Faucets.md | 2 +- .../zh/site/Using_Zcash/Metamask_Snap.md | 14 ++--- .../zh/site/Using_Zcash/Mobile_Top_Ups.md | 14 ++--- .../Using_Zcash/Non-Custodial_Exchanges.md | 2 +- .../zh/site/Using_Zcash/Payment_Processors.md | 18 +++--- .../zh/site/Using_Zcash/Recovering_Funds.md | 4 +- .../zh/site/Using_Zcash/Shielded_Pools.md | 10 ++-- translations/zh/site/Using_Zcash/Solswap.md | 14 ++--- .../Spend_Zcash/Top_10_Places_to_spend_ZEC.md | 4 +- .../Transparent_Exchange_Addresses.md | 2 +- translations/zh/site/Using_Zcash/Wallets.md | 58 +++++++++---------- .../zh/site/Using_Zcash/Zcash_Mining_Guide.md | 2 +- .../zh/site/Using_Zcash/Zcash_Mining_Pools.md | 22 +++---- .../zh/site/ZFAV_Club/Guides_for_Creators.md | 20 +++---- .../Publish_Site_on_IPFS.md | 10 ++-- .../Serve_Github_Repo_with_IPFS.md | 8 +-- .../site/Zcash_Community/Community_Links.md | 8 +-- .../Zcash_Community/Community_Projects.md | 16 ++--- .../Zcash_Community/Cypherpunk_Zero_NFT.md | 2 +- translations/zh/site/Zcash_Community/ZCAP.md | 2 +- .../ZFAV_Club/Guides/Github_With_IPFS.md | 6 +- .../ZFAV_Club/Guides/Website_On_IPFS.md | 10 ++-- .../zh/site/Zcash_Community/Zcash_Podcasts.md | 8 +-- .../Electric_Coin_Company.md | 2 +- .../Financial_Privacy_Foundation.md | 2 +- .../site/Zcash_Organizations/Shielded_Labs.md | 2 +- .../zh/site/Zcash_Organizations/Sovright.md | 2 +- .../zh/site/Zcash_Organizations/ZKAV.md | 2 +- .../zh/site/Zcash_Organizations/ZODL.md | 2 +- .../Zcash_Community_Grants.md | 2 +- .../Zcash_Organizations/Zcash_Foundation.md | 2 +- .../zh/site/Zcash_Organizations/Zingo_Labs.md | 2 +- .../zh/site/Zcash_Social_Media/Cryptonote.md | 12 ++-- .../site/Zcash_Social_Media/Hash_Functions.md | 8 +-- .../zh/site/Zcash_Social_Media/Lelantus.md | 20 +++---- .../Mnemonic_Seed_Phrases.md | 10 ++-- .../Podcasts/The_ZK_Podcast.md | 2 +- .../Podcasts/The_Zcash_Podcast.md | 2 +- .../Podcasts/pgp_for_crypto_podcast.md | 2 +- .../zh/site/Zcash_Social_Media/TEEs.md | 14 ++--- .../Zcash_Social_Media/Zcash_Addresses.md | 8 +-- .../zh/site/Zcash_Tech/Crosslink_Protocol.md | 6 +- translations/zh/site/Zcash_Tech/FROST.md | 6 +- translations/zh/site/Zcash_Tech/Halo.md | 4 +- .../zh/site/Zcash_Tech/Lightwallet_Nodes.md | 8 +-- .../zh/site/Zcash_Tech/Pepper_Sync.md | 4 +- .../zh/site/Zcash_Tech/Viewing_Keys.md | 2 +- translations/zh/site/Zcash_Tech/Zaino.md | 6 +- .../site/Zcash_Tech/Zcash_Shielded_Assets.md | 4 +- .../site/Zcash_Tech/Zcash_Wallet_Syncing.md | 4 +- translations/zh/site/Zcash_Tech/zk_SNARKS.md | 12 ++-- .../Accept_Payments_As_A_Merchant.md | 20 +++---- .../Freelance_Privacy_Setup.md | 20 +++---- .../Journalist_Privacy_Setup.md | 20 +++---- .../Private_Community_Treasury.md | 20 +++---- .../Receive_Donations_Privately.md | 20 +++---- .../Send_Money_Without_Linking_Identity.md | 20 +++---- .../zh/site/contribute/Help_build_ZecHub.md | 2 +- translations/zh/site/contribute/ZecHub_DAO.md | 2 +- .../site/contribute/ZecWeekly_Newsletter.md | 4 +- .../zh/site/guides/Akash_Network_Zcashd.md | 2 +- .../zh/site/guides/Akash_Network_Zebra.md | 2 +- .../zh/site/guides/Avalanche_RedBridge.md | 2 +- .../zh/site/guides/Blockchain_Explorers.md | 10 ++-- .../zh/site/guides/Brave_Wallet_Guide.md | 8 +-- .../zh/site/guides/Free2Z_Livestreaming.md | 22 +++---- translations/zh/site/guides/Free2z_Live.md | 48 +++++++-------- ...Migration_Guide_Zcashd_To_Zebrad_Zallet.md | 22 +++---- .../site/guides/Raspberry_Pi_4_Full_Node.md | 46 +++++++-------- .../site/guides/Raspberry_pi_4_Zebra_Node.md | 4 +- .../guides/Visualizing_Zcash_Addresses.md | 14 ++--- .../guides/Zcash_Improvement_Proposals.md | 2 +- .../site/guides/Zero-Knowledge_vs_Decoys.md | 6 +- .../zh/site/guides/Zgo_Payment_Processor.md | 4 +- translations/zh/site/guides/Zkool_Multisig.md | 18 +++--- .../site/guides/coinholder_log_parser/help.md | 6 +- .../workshops/zcashContributorWorkshopDay3.md | 8 +-- translations/zh/site/tutorials/Exchanges.md | 8 +-- .../zh/site/tutorials/Full_Node_Tutorials.md | 12 ++-- translations/zh/site/tutorials/Using_Zcash.md | 8 +-- .../zh/site/tutorials/Wallet_Tutorials.md | 12 ++-- 1908 files changed, 9369 insertions(+), 9369 deletions(-) diff --git a/translations/ak/site/Glossary_and_FAQs/Gallery/Infographics.md b/translations/ak/site/Glossary_and_FAQs/Gallery/Infographics.md index 54aaafc3a..96fcc2fa3 100644 --- a/translations/ak/site/Glossary_and_FAQs/Gallery/Infographics.md +++ b/translations/ak/site/Glossary_and_FAQs/Gallery/Infographics.md @@ -3,47 +3,47 @@
- Image 1 + Image 1

Zcash Encrypted Memos

- Image 2 + Image 2

Shielded-by-default

- Image 3 + Image 3

Zcash Syncing

- Image 4 + Image 4

Zcash FROST

- Image 5 + Image 5

Zcash FROST

- Image 6 + Image 6

Zcash Roadmap

- Image 7 + Image 7

Zcash Timeline

- Image 8 + Image 8

Zcash Value Pools

- Image 9 + Image 9

Zebra Node Compile

diff --git a/translations/ak/site/Privacy_Tools/2FA_Hardware_Devices.md b/translations/ak/site/Privacy_Tools/2FA_Hardware_Devices.md index 37b545bc4..971c8b4e5 100644 --- a/translations/ak/site/Privacy_Tools/2FA_Hardware_Devices.md +++ b/translations/ak/site/Privacy_Tools/2FA_Hardware_Devices.md @@ -10,7 +10,7 @@ Hardware ahobanbɔ safoa yɛ honam fam mfiri a wɔde di dwuma ma nneɛma abien a Wɔayɛ saa nsafe yi sɛnea ɛbɛyɛ a ɛne wo din ne wo password bɛyɛ adwuma na ama wɔahwɛ ahu sɛ wɔn a wɔama wɔn tumi nkutoo na wobetumi anya wo akontaabu ne wo data. Wɔba wɔ akwan horow so te sɛ pen drives, NFC cards anaa Bluetooth mfiri. -![Hardware Ahobanbɔ Safoa Nhwɛso](https://github.com/ZecHub/zechub/assets/81990132/1dff66a4-d8e6-483f-9a1e-065d3974d665) +![Hardware Ahobanbɔ Safoa Nhwɛso](/content-images/1dff66a4-d8e6-483f-9a1e-065d3974d665-a4c6c73e00.webp) ## Sɛnea hardware ahobammɔ safoa yɛ adwuma @@ -26,7 +26,7 @@ Hardware ahobammɔ safoa ma mfaso pii sen atetesɛm akwan a wɔfa so di adanse a Dabi, hardware ahobammɔ safe no wɔ ahorow pii na ebia ɛne mfiri ne dwumadi nhyehyɛe nyinaa nhyia. Ansa na wobɛtɔ safe bi no, hwɛ hu sɛ ɛne wo mfiri ne wo dwumadi nhyehyɛe no hyia. -![Hardware Ahobanbɔ Titiriw Fom Nneɛma](https://github.com/ZecHub/zechub/assets/81990132/a830c435-ad20-4183-b381-475afe1089b3) +![Hardware Ahobanbɔ Titiriw Fom Nneɛma](/content-images/a830c435-ad20-4183-b381-475afe1089b3-5537cd7388.webp) ## So wobetumi de hardware ahobammɔ safoa adi dwuma wɔ akontaabu ahorow pii mu? @@ -42,7 +42,7 @@ Sɛ wohwere wo hardware security key a, wobɛkɔ asiane mu sɛ wɔbɛsiw wo acco **Yubico YubiKey 5 NFC** Ɔde ne nsa kyerɛɛ ne so. -![Yubico YubiKey 5 NFC na ɔkyerɛwee](https://github.com/ZecHub/zechub/assets/81990132/bf1ac95e-7277-4559-b5ef-63117b66971b) +![Yubico YubiKey 5 NFC na ɔkyerɛwee](/content-images/bf1ac95e-7277-4559-b5ef-63117b66971b-3aa542aba7.webp) Yubico, a ɔne no yɛɛ FIDO U2F open authentication standard a ahobanbɔ safoa pii de di dwuma no na ɔyɛɛ no, YubiKey 5 NFC no wɔ nsa a ahobammɔ wom mu de bɔ wo mfiri ho ban. Sɛnea ne din kyerɛ no, ɛde USB A (anaasɛ USB C a wɔde adapter di dwuma) anaa NFC na ɛyɛ adwuma. Ɛde out of the box compatability ne nnwuma pii a Google Chrome, Facebook, Dropbox, LastPass, 1Password ne nea ɛkeka ho ka ho ma. YubiKey 5 no yɛ ketewa, ɛyɛ den na emu yɛ hare - na ɛyɛ nsuo mpo. @@ -50,7 +50,7 @@ Wubetumi asiesie YubiKey no sɛ U2F factor a ɛto so abien a ɔhaw biara nni ho **Thetis Fido U2F Ahobammɔ Safoa** -![Thetis Fido U2F Ahobammɔ Safoa](https://github.com/ZecHub/zechub/assets/81990132/b83e42e5-bba6-4175-ad6c-d64972ef54ef) +![Thetis Fido U2F Ahobammɔ Safoa](/content-images/b83e42e5-bba6-4175-ad6c-d64972ef54ef-a2ef17a10d.webp) Sɛ worehwehwɛ bang-for-buck a eye sen biara wɔ ahobammɔ safoa mu a, ɛsɛ sɛ saa mfonini a efi Thetis yi wɔ wo din mu. Bluetooth biara nni hyɛn no mu (ɛwɔ nea ne bo yɛ den so), na ɛboa FIDO U2F gyinapɛn no nkutoo enti UAF anaa OTP a ɛne ne ho hyia biara nni hɔ. Nanso, ɛbɛma woanya wɛbsaet a ahobammɔ wom sɛ wode Chrome anaa Opera di dwuma sɛ browser wɔ Windows, macOS, anaa Linux so a. Handily, saa ahobammɔ safe a ne bo yɛ den yi sports a compact folding design a ɛkyinkyini aluminum casing a ɛmma connector no nkɔda adi wɔ nea ebetumi asɛe bere a ɛde rekɔ. Ɛwɔ kɔla abiɛsa a ɛyɛ fɛ: Tuntum, Sikakɔkɔɔ, ne Dwetɛ. @@ -58,7 +58,7 @@ Plastik a wɔde akata so no te nka sɛ ɛyɛ den na ɛyɛ den kakra, nanso wobɛ **CryptoTrust NkutooSaa** -![CryptoTrust Nkutoo Safoa](https://github.com/ZecHub/zechub/assets/81990132/13be6ecc-227e-498c-8a36-6d52c023cd78) +![CryptoTrust Nkutoo Safoa](/content-images/13be6ecc-227e-498c-8a36-6d52c023cd78-06e3e924dc.webp) Sɛnea ne din kyerɛ no, OnlyKey wɔ nneɛma bi a ɛyɛ fɛ a ne akansifo nni. Esiane keypad a ɛwɔ hyɛn no mu a ebetumi atwa keyloggers a wonya kwan kɔ kɔmputa so nti, sɛ kɔmputa anaa wɛbsaet bi asɛe a, ebetumi ama intanɛt so akontaabu ahorow ayɛ nea ahobammɔ wom. Ɛboa akwan pii a wɔfa so yɛ 2FA, a FIDO 2 U2F, Yubico OTP, ne TOTP ka ho. Bere a ɛnyɛ asɛmfua sohwɛfo a eye sen biara ma atirimpɔw atitiriw no, OnlyKey betumi de OTP akontaabu 24, asɛmfua 24, ne edin/URL 24 asie, wɔ safoa biako so. Saa ade yi yɛ fɛ yiye sɛ w’ani nnye ho sɛ wobɛkyere password ahorow pii agu wo tirim na wopɛ sɛ safoa no di ho dwuma ma wo a. @@ -71,22 +71,22 @@ Seesei a woanim deɛ 2FA Hardware keys yɛ ne sɛdeɛ ɛyɛ adwuma no, sɛdeɛ w **Anamɔn 1** Kɔ wo Gmail akontaabu mu na klik **Manage Your Google Account** so. -![Google Akontaabu - Hwɛ Akontaabu so](https://github.com/ZecHub/zechub/assets/81990132/995fc955-791a-4456-9218-7e5964da48b5) +![Google Akontaabu - Hwɛ Akontaabu so](/content-images/995fc955-791a-4456-9218-7e5964da48b5-31c64640b2.webp) **Anamɔn 2** Klik **Ahobanbɔ** so. -![Google Ahobanbɔ Nsiesiei](https://github.com/ZecHub/zechub/assets/81990132/246db235-6596-41ff-bd7a-f8ee4f80962b) +![Google Ahobanbɔ Nsiesiei](/content-images/246db235-6596-41ff-bd7a-f8ee4f80962b-340193c2c3.webp) **Anamɔn 3** Klik **Anamɔn 2-Anammɔn Ho Nhwehwɛmu** so. -![2-Anamɔn Nhwehwɛmu Screen](https://github.com/ZecHub/zechub/assets/81990132/19cd202a-1a70-47e6-a02a-aa24f6e199fa) +![2-Anamɔn Nhwehwɛmu Screen](/content-images/19cd202a-1a70-47e6-a02a-aa24f6e199fa-a9fcb911ce.webp) **Anamɔn 4** Paw **Kyerɛ Nneɛma Pii** -![Kyerɛ Nneɛma Pii a Wobɛpaw](https://github.com/ZecHub/zechub/assets/81990132/2ade9531-1cf6-48e8-b9a8-178d41a4cd30) +![Kyerɛ Nneɛma Pii a Wobɛpaw](/content-images/2ade9531-1cf6-48e8-b9a8-178d41a4cd30-b1e9ea1400.webp) **Anamɔn 5** Afei paw **Security Key** na afei klik **Advance** so. diff --git a/translations/ak/site/Privacy_Tools/Namada_Protocol.md b/translations/ak/site/Privacy_Tools/Namada_Protocol.md index c9a513b38..e9cf140d3 100644 --- a/translations/ak/site/Privacy_Tools/Namada_Protocol.md +++ b/translations/ak/site/Privacy_Tools/Namada_Protocol.md @@ -2,7 +2,7 @@ # Namada Nsɛm a Wɔahyehyɛ -![Namada Ahyɛnsode](https://i.ibb.co/BZcZHS1/logo.png) +![Namada Ahyɛnsode](/content-images/logo-2067e2533d.webp) ## Dɛn ne Namada? @@ -26,7 +26,7 @@ Namada de kokoamsɛm di kan denam Multi-Asset Shielded Pool (MASP) circuit no it Ethereum bridge no a wɔde bɛka Namada ho no ma ɛho nhia sɛ wɔyɛ protocol a ɛyɛ soronko, efisɛ ɛbɛyɛ Namada abɔdeɛ a nkwa wom nhyehyɛeɛ no fã titire. Wɔde ahyɛ Validators a wɔwɔ Namada mu no nsa sɛ wɔmfa bridge no nkɔ Namada protocol titiriw no nkyɛn. Saa validators yi nso yɛ relayers bere a ɛfa agyapadeɛ a wɔde bɛma Namada ho no, na ɛma actors foforɔ a wɔde wɔn ho bɛhyɛ mu no ho nhia. Ɔkwan foforo so no, sɛ wɔde agyapade rekɔma Ethereum a, abɔnten so nnipa (a wonim wɔn sɛ relayers) na wɔde wɔn ho hyɛ mu, ɛwom sɛ wonni asɛyɛde biara sɛ wɔbɛma bridge no ayɛ nokware anaasɛ wɔbɛbɔ ho ban de. -![Ethereum Bridge Mfonini](https://i.ibb.co/wKds5RP/image.jpg) +![Ethereum Bridge Mfonini](/content-images/image-0fd8f754ba.webp) Namada Protocol nso wɔ tumi a ɛde ne nkɔnsɔnkɔnsɔn biara a ɛba awiei ntɛmntɛm a ɛboa Inter-Blockchain Communication (IBC) protocol no di nkitaho a ɛnyɛ den. Sɛ ɛba sɛ wɔne Ethereum bɛyɛ adwuma a, Namada de Ethereum bridge soronko bi a ahobammɔ wom a ɛyɛ adwuma wɔ ɔkwan a wontumi mfa wɔn ho nto so so di dwuma. Wɔayɛ saa bridge yi yie sɛ ɛbɛma ahobanbɔ adi kan denam flow controls a wɔbɛhyɛ mu den ama bridge connections nyinaa na wɔabu Ethereum transfer biara a ɛdi mfomsoɔ sɛ mfomsoɔ kɛseɛ a ɛbɛtumi ama wɔatwa asotweɛ so. @@ -40,7 +40,7 @@ Wɔ Namada mu no, wobu set a wɔabɔ ho ban no sɛ ɛyɛ ɔmanfo yiyedi a ɛnyɛ Sɛ ɛba shielded transfers so a, sɛ́ ɛfa Ethereum non-fungible token (NFT), ATOM, anaa NAM ho no, wontumi nkyerɛ nsonsonoe a ɛda wɔn ho wɔn ho ntam. Wei kyerɛ sɛ nneɛma a ɛkora kokoamsɛm so a MASP (Modified Accumulator Sapling Protocol), Zcash Sapling circuit no fã a wɔama anya nkɔsoɔ de ama no, fa agyapadeɛ ahodoɔ nyinaa ho pɛpɛɛpɛ. MASP amansin no ma agyapadeɛ a ɛwɔ Namada abɔdeɛ a nkwa wom nhyehyɛeɛ no mu nyinaa tumi kyɛ nhyehyɛeɛ korɔ a wɔabɔ ho ban. Saa kwan yi hwɛ hu sɛ wɔrenkyekyɛ kokoam nsɛm ho bɔhyɛ ahorow mu wɔ ankorankoro agyapade ahorow mu. Ɛmfa ho sɛnea aguadi dodow a ɛbata agyapade pɔtee bi ho no, kokoam nsɛm ho banbɔ no da so ara yɛ nea ɛkɔ so daa na ɛde ne ho. -![Agyapadeɛ a Wɔabɔ ho Ban Nkitahodiɛ Mfonini](https://i.ibb.co/7CDmWk6/image-1.png) +![Agyapadeɛ a Wɔabɔ ho Ban Nkitahodiɛ Mfonini](/content-images/image-1-512c639d56.webp) Ɛdenam sheelded set a ɛka bom wɔ agyapade ahorow so no, Namada hwɛ hu sɛ wɔbɛdi kokoam nsɛm so pɛpɛɛpɛ, a agyapade pɔtee a ɛka ho wɔ shielded transfer mu mfa ho. Saa kwan yi hyɛ kokoam nsɛm nhyehyɛe a ɛyɛ biako ho nkuran wɔ protocol no mu na ɛma kokoamsɛm a ɛwɔ nkitahodi ahorow a ɛfa Ethereum NFTs, ATOM, NAM, ne agyapade afoforo a wɔboa ho no yɛ kɛse. Namada nso ma kokoam de kɔ baabi foforo a wɔde token a wotumi sesa ne nea ɛnyɛ nea wotumi de di dwuma denam zk-SNARKs a ɛyɛ foforo so, hwɛ hu sɛ kokoamsɛm bɛba ama token a ɛwɔ hɔ ne nea ɛnyɛ kurom hɔ sɛnea wɔyɛ wɔ Zcash so no. @@ -54,7 +54,7 @@ Bio nso, Namada de nnɛyi BFT consensus algorithms di dwuma, a ɛhwɛ ma nkitaho Sɛnea nnansa yi nhoma bi a wobetumi ahu kyerɛ no [Namada Protocol Blog](https://blog.namada.net/rfc-proposal-for-a-strategic-alliance-between-namada-and-zcash/), kuw a ɛwɔ Namada Protocol akyi no ani agye sɛ wɔde nsusuiɛ ne abisadeɛ a wɔde bɛka ho (RFC) a ɛfa apam a ɛfa akwankyerɛ ho a ɛbɛda Namada ne Zcash agyapadeɛ, nkɔnsɔnkɔnsɔn, ne mpɔtam ntam bɛma. -![Namada-Zcash Akwankyerɛ Apam Mfonini](https://i.ibb.co/FqsmkMb/image-2.png) +![Namada-Zcash Akwankyerɛ Apam Mfonini](/content-images/image-2-68804c60f3.webp) Apam a wɔahyɛ ho nyansa no ka nneɛma atitiriw abiɛsa ho. Nea edi kan no, grant pool bi wɔ hɔ a wɔbɛhyehyɛ de sika ama nnwuma a ɛde mfasoɔ bɛba Zcash ne Namada nyinaa so. Nea ɛtɔ so mmienu, wɔde NAM tokens airdrop bɛma wɔn a wɔwɔ ZEC. Nea etwa to no, wɔayɛ nhyehyɛe sɛ wɔbɛhyehyɛ abɔntenban a ahotoso kakraa bi na ɛbɛka Zcash ne Namada abom. Sɛ wɔde di dwuma wie a, saa bridge yi bɛma ZEC wuranom a wɔfrɛ wɔn Zolders no atumi de wɔn ZEC adi dwuma wɔ Namada so. Bio nso, Zolders benya hokwan afa Namada so anya Cosmos ne Ethereum abɔdeɛ a nkwa wom a ɛtrɛ no. Wubetumi asua pii afa strategic alliance no ho wɔ [Zcash Community Forum](https://forum.zcashcommunity.com/t/rfc-proposal-for-a-strategic-alliance-between-namada-and-zcash/44372) diff --git a/translations/ak/site/Privacy_Tools/PGP_Encryption.md b/translations/ak/site/Privacy_Tools/PGP_Encryption.md index 3ee77955b..cc03ecca9 100644 --- a/translations/ak/site/Privacy_Tools/PGP_Encryption.md +++ b/translations/ak/site/Privacy_Tools/PGP_Encryption.md @@ -14,7 +14,7 @@ PGP nnwinnade ahorow pii wɔ hɔ, nanso nea agye din sen biara no bi ne: * **[PGPMail na ɛyɛ adwuma](https://www.openpgp.org/software/)**: PGPMail yɛ aguadi PGP email client a ɛwɔ hɔ ma Windows ne macOS. * **[Nneɛma a wɔde mena](https://www.comparitech.com/blog/information-security/pgp-encryption-gmail/)**: Mailvelope yɛ PGP ntrɛwmu a wontua hwee na ɛbue ano ma Gmail ne Thunderbird. -![PGP Nnwinnade](https://github.com/ZecHub/zechub/assets/81990132/44984a75-800a-4f7a-94a5-88827e39b431) +![PGP Nnwinnade](/content-images/44984a75-800a-4f7a-94a5-88827e39b431-c66ef53a2b.webp) ## Sɛnea Wɔyɛ Safoa @@ -28,7 +28,7 @@ Sɛ wode PGP bedi dwuma a, ɛsɛ sɛ woyɛ safoa abien: Sɛnea wobɛyɛ PGP safo Wo PGP key pair no bɛba. -![Nya Nsafoa](https://github.com/ZecHub/zechub/assets/81990132/15721ce1-0a77-4ebe-87f4-33e1455f2a40) +![Nya Nsafoa](/content-images/15721ce1-0a77-4ebe-87f4-33e1455f2a40-7699b1771d.webp) ## Sɛnea Wɔde PGP Di Dwuma Ma Email @@ -36,7 +36,7 @@ Sɛ wo yɛ PGP key pair wie a, wobɛtumi de adi dwuma de encrypt na decrypt emai Email a wɔabɔ no kokoam no rentumi nkenkan obiara a onni nea ogye no kokoam safe no. Sɛ wopɛ sɛ wokyerɛw email no a, nea wogye no no betumi de wɔn kokoam safoa no ayɛ decrypt email no. -![PGP Imel a wɔde kyerɛw](https://github.com/ZecHub/zechub/assets/81990132/dafb761d-f399-40c9-9323-526ba3bd0bc4) +![PGP Imel a wɔde kyerɛw](/content-images/dafb761d-f399-40c9-9323-526ba3bd0bc4-98503ad98b.webp) ## Nneyɛe a Ɛyɛ Paara @@ -44,9 +44,9 @@ Nneyɛe pa bi a wɔfa so de PGP di dwuma ni: * Fa wo kokoam safe no sie dwoodwoo. Private key no yɛ wo PGP key pair no fã a ɛho hia sen biara. Sɛ obi nya wo private key no a, obetumi de wo public key no decrypt nkra biara a wɔde encrypt no. -![Nneyɛe Pa 1](https://github.com/ZecHub/zechub/assets/81990132/39a6fae4-a9a1-4061-a97c-4a9b975f6383) +![Nneyɛe Pa 1](/content-images/39a6fae4-a9a1-4061-a97c-4a9b975f6383-eced005c8b.webp) -![Nneyɛe Pa 2](https://github.com/ZecHub/zechub/assets/81990132/6c15d6bb-556b-4ff5-b647-3363c8cbb8fd) +![Nneyɛe Pa 2](/content-images/6c15d6bb-556b-4ff5-b647-3363c8cbb8fd-50ca49a070.webp) * Fa wo public key no kyerɛ nnipa a wowɔ wɔn mu ahotoso. Wubetumi akyɛ wo baguam safoa no denam sɛ wode bɛmena wɔn tẽẽ, anaasɛ wode akɔ PGP safoa so. * Fa password a emu yɛ den di dwuma ma wo PGP keyring. Wo PGP keyring yɛ fael a ɛkora wo PGP keyring so. Ɛho hia sɛ wode password a ɛyɛ den di dwuma de bɔ fael yi ho ban. @@ -61,11 +61,11 @@ Nneyɛe pa bi a wɔfa so de PGP di dwuma ni: * Klik "Encrypt" bɔtn no so. * Wɔbɛma email no ayɛ encrypted. -![Encrypt Email no](https://github.com/ZecHub/zechub/assets/81990132/a06cd9da-8bc8-45e0-ae2b-83e45aa8163e) +![Encrypt Email no](/content-images/a06cd9da-8bc8-45e0-ae2b-83e45aa8163e-6edd4a03ea.webp) --- -![Encryption Nsuo a Ɛsen](https://github.com/ZecHub/zechub/assets/81990132/da1499e9-fc87-46b2-93ed-28d43cf1fd86) +![Encryption Nsuo a Ɛsen](/content-images/da1499e9-fc87-46b2-93ed-28d43cf1fd86-86fdc87d10.webp) ## Sɛnea wɔde PGP decrypt email bi @@ -76,4 +76,4 @@ Nneyɛe pa bi a wɔfa so de PGP di dwuma ni: * Klik "Decrypt" button no so. * Wɔbɛpae email no mu. -![Decrypt Email no mu](https://github.com/ZecHub/zechub/assets/81990132/beae714c-020f-4c1e-aa4f-3dd9430670cc) +![Decrypt Email no mu](/content-images/beae714c-020f-4c1e-aa4f-3dd9430670cc-1e9d38f1ef.webp) diff --git a/translations/ak/site/Privacy_Tools/Secure_Messengers.md b/translations/ak/site/Privacy_Tools/Secure_Messengers.md index 7fc6616d9..f8a5d601b 100644 --- a/translations/ak/site/Privacy_Tools/Secure_Messengers.md +++ b/translations/ak/site/Privacy_Tools/Secure_Messengers.md @@ -25,11 +25,11 @@ Zcash Desktop & Mobile sika kotoku no wɔ ade bi a wɔde ahyɛ mu a ɛma wɔn a Sɔ hwɛ: https://z.cash/wallets -![Zcash Nsɛm a Wɔabɔ no Encrypted](https://i.ibb.co/n8HbQZC/Zcash-1177103374.png) +![Zcash Nsɛm a Wɔabɔ no Encrypted](/content-images/Zcash-1177103374-7bca37eb4d.webp) **Nsɛnkyerɛnneɛ app** -![Nsɛnkyerɛnneɛ App](https://i.ibb.co/7RbbxSs/signal-app-logo-scaled-454032876.jpg) +![Nsɛnkyerɛnneɛ App](/content-images/signal-app-logo-scaled-454032876-81b24a0421.webp) Signal private messenger yɛ nkrasɛm app a ahobammɔ wom a data kokoamsɛm wɔ ne sorokɔ mu. Signal private messenger app no ​​yɛ nea wontua hwee na ɛnyɛ den sɛ wode bedi dwuma, wɔn a wɔde di dwuma no nhia osuahu biara a wɔadi kan anya. Signal app no ​​wɔ encryption mfiridwuma a efi awiei kosi awiei a ɛhwɛ hu sɛ wo nkitahodi no yɛ kokoam koraa. Ɛsɛ sɛ obiara a ɔrehwehwɛ sɛ ɔde kokoam nkrasɛm bɛmena wɔ ahobammɔ mu no susuw ho sɛ ɔde Signal private messenger app no ​​bedi dwuma efisɛ ɛbɛtew wo kɔmputa so ahobammɔ ho mmerɛwyɛ ne wo data footprint nyinaa so kɛse. @@ -37,7 +37,7 @@ Sɔ hwɛ: [https://signal.org/download](https://signal.org/download) **BisonRelay ** Ɔde ne nsa kyerɛɛ ne so. -![Bison Relay a Wɔde Di Dwuma](https://i.ibb.co/ZxpBVNv/ogimg-v1-1000556235.jpg) +![Bison Relay a Wɔde Di Dwuma](/content-images/ogimg-v1-1000556235-9390372d1e.webp) Bison Relay app no ​​yɛɛ nea edi kan wɔ afe 2022. Bison Relay no nnyina wɔn a wɔde di dwuma no so sɛ wɔwɔ akontaabu - Insanely unbelievable! Ɛha yi, wɔtua nkra biara a wɔde mena na wɔgye no mmiako mmiako wɔ Decred Lightning Network so. Saa app yi botaeɛ baako pɛ ne sɛ ɛbɛyi hia a ɛhia sɛ wɔnya akontaabuo no afiri hɔ koraa berɛ a ɛtew metadata so. Ɔkwan foforo so no, Bison Relay siw ɔkwan a wɔtaa fa so de censorship di dwuma no ano. @@ -45,7 +45,7 @@ Sɔ hwɛ: [https://bisonrelay.org/download](https://bisonrelay.org/download) **Nhyiam App** -![Nhyiam no App](https://i.ibb.co/gdpwb1v/logo-black.png) +![Nhyiam no App](/content-images/logo-black-9e799f2b06.webp) Sɛ wunnim nea Session app yɛ dedaw a, mma ɛnhaw wo! Ɛha na yɛhwɛ kakra, Session yɛ abɔfoɔ a wɔde encrypted ahyɛ mu a wɔrepere wɔn ho no mu baako. Wɔyɛɛ app no ​​sɛnea ɛbɛyɛ a wɔbɛtew metadata a ɛyɛ mmerɛw so. Wɔyɛɛ session app no ​​maa ankorankoro a wɔpɛ kokoamsɛm koraa, ne ahofadi fi ɔkwan biara a wɔbɛfa so ahwɛ wɔn so. Wɔ Session app no ​​so no, wɔn a wɔde di dwuma no betumi ayɛ akontaabu a enni telefon nɔma anaa email address a ɛkyerɛ sɛ ɛnyɛ nea wɔmmɔ din koraa. Wɔn a wɔde di dwuma no betumi de nkra amena dwoodwoo denam wɔn network so a wonni trace biara enti, biribiara nni hɔ a ɛbɛtwetwe. diff --git a/translations/ak/site/Privacy_Tools/Shade_Protocol.md b/translations/ak/site/Privacy_Tools/Shade_Protocol.md index fef70b5a8..70874ccb1 100644 --- a/translations/ak/site/Privacy_Tools/Shade_Protocol.md +++ b/translations/ak/site/Privacy_Tools/Shade_Protocol.md @@ -2,7 +2,7 @@ # Shade Protocol no ho nhyehyɛe -![Shade Protocol Ahyɛnsode](https://framerusercontent.com/images/Af8EzlNiwGr4FTFX7oqdBuE.png) +![Shade Protocol Ahyɛnsode](/content-images/Af8EzlNiwGr4FTFX7oqdBuE-71316827d0.webp) ## Dɛn ne Shade Protocol? @@ -14,7 +14,7 @@ Shade Protocol yɛ DeFi (Decentralized Finance) abɔdeɛ a nkwa wom a ɛkora kok Wɔakyekye Shade Protocol wɔ Secret Network, layer 1 blockchain a ɛma kokoamsɛm a ɛkora smart contracts so. Secret Network de encrypted inputs, outputs, ne state di dwuma de hwɛ hu sɛ asɛm no yɛ kokoamsɛm, na ɛbɔ nea ɔde di dwuma no data ho ban na wɔada no adi wɔ ɔmanfo ledger no so. -![Akontaabu Netwɛk Mfonini](https://miro.medium.com/v2/resize:fit:828/format:webp/1*yyZ5hFOw6z8zXX_rgJn5iw.png) +![Akontaabu Netwɛk Mfonini](/content-images/1-yyZ5hFOw6z8zXX_rgJn5iw-9091067aa1.webp) Secret Network ma developers tumi kyekye decentralized applications a encrypted data, nyinaa natively wɔ Secret ne blockchains afoforo denam cross chain nkitahodi, bue tumi foforo dwumadie nsɛm ma Web3. @@ -23,7 +23,7 @@ Secret Network ma developers tumi kyekye decentralized applications a encrypted Wɔyɛɛ Cosmos sɛ wɔde bɛka heterogeneous blockchains abom denam akwan a eye na ɛyɛ nnɛyi de a wɔbɛkyerɛkyerɛ mu a wɔbɛfa so ayɛ saa blockchains yi denam nnwinnade foforo te sɛ Tendermint ne Cosmos SDK so. Protocol no de Cosmos SDK, modular framework a wɔde kyekye blockchain applications a wotumi sesa na ɛyɛ adwuma bom di dwuma. Wei ma Shade Protocol nya mfasoɔ firi Cosmos abɔdeɛ a nkwa wom nhyehyɛeɛ a ɛyɛ den na ɛyɛ adwuma bom no mu. -![Cosmos SDK ne Tendermint Core Mfonini](https://s3.ap-northeast-1.amazonaws.com/gimg.gateimg.com/learn/83dfbb311bfd6ce22d1c9468160d8e33b4c5ce8e.jpg) +![Cosmos SDK ne Tendermint Core Mfonini](/content-images/83dfbb311bfd6ce22d1c9468160d8e33b4c5ce8e-ed16bb7658.webp) Sɛ wopɛ sɛ wonya adwene a ɛwɔ mu ne ntwamutam ahobanbɔ a, Shade Protocol de Tendermint Core di dwuma, a ɛma Byzantine Fault Tolerant (BFT) adwene hyia, na ɛhwɛ ma ahobammɔ a ɛkorɔn ne nea etwa to ntɛmntɛm. @@ -37,9 +37,9 @@ Kokoamsɛm a wɔkora so DeFi de cryptographic akwan a ɛkɔ anim te sɛ encrypte Shade Protocol de hwɛ safoa di dwuma ma ne token atitiriw abien: Shade ($SHD) ne Silk ($SILK). Shade ($SHD) di dwuma ahorow pii, ɛyɛ adwuma sɛ sikakorabea, nniso, ne sika a wɔkyɛ ho sɛnkyerɛnne wɔ abɔde a nkwa wom nhyehyɛe no mu. Wɔde di dwuma wɔ staking, nniso ho nyansahyɛ ahorow, sika a wɔde di dwuma ho nhyehyɛe, nkitahodi, ne bonds mu. Silk ($SILK), ɔkwan foforo so no, yɛ protocol’s privacy focused stablecoin, pegged to a diverse basket of wiase nyinaa sika ne aguade te sɛ sika kɔkɔɔ, Bitcoin, USD, Euro, ne Yen. -![Shade ne Silk Tokens - Ɔfa 1](https://framerusercontent.com/images/9wTrxCdx8AoRcCwsGub13QXuY.png?scale-down-to=1024) +![Shade ne Silk Tokens - Ɔfa 1](/content-images/9wTrxCdx8AoRcCwsGub13QXuY-807ed3b400.webp) -![Shade ne Silk Tokens - Ɔfa 2](https://framerusercontent.com/images/IUC9YWfErTebCBsMkdbCnjSWGEY.png) +![Shade ne Silk Tokens - Ɔfa 2](/content-images/IUC9YWfErTebCBsMkdbCnjSWGEY-4ed6d5cedf.webp) ### Kokoamusɛm @@ -57,7 +57,7 @@ Sɛ́ DeFi platform no, Shade Protocol yɛ adwuma a enni mfinimfini tumidi, na Sɛ́ ɛyɛ Cosmos abɔdeɛ a nkwa wom nhyehyɛeɛ no fã no kyerɛ sɛ ɛnyɛ den sɛ Shade Protocol bɛtumi ne blockchains foforɔ adi nkitaho, ama sika a wɔde di dwuma no ayɛ kɛseɛ na ama wɔn a wɔde di dwuma no anya hokwan pii sɛ wɔde wɔn agyapadeɛ bɛdi dwuma wɔ nkitahodiɛ ahodoɔ so. Ɛdenam kokoam nsɛm a wɔkora so mfiridwuma a efi Secret Network so a wɔde di dwuma so no, Shade Protocol hwɛ hu sɛ saa cross chain dwumadi ahorow yi kura kokoamsɛm ne nokwaredi mu. Saa adwumayɛkuo yi nnyɛ sɛ ɛma dwumadie a wɔde ahyɛ aman no nsa no tumi yɛ nsakraeɛ ne dwumadie no kɔ anim nko na mmom ɛma blockchain abɔdeɛ a nkwa wom a ɛwɔ nkitahodie na ɛyɛ den kɛseɛ nso nya nkɔsoɔ, ɛtew ahotosoɔ a wɔde to nkitahodiɛ a atew ne ho so na ɛma sikasɛm ano aduru a wɔde ahyɛ aman nsa no gye tom wɔ ɔkwan a ɛtrɛ so. -![Nkitahodi Ho Mfonini](https://framerusercontent.com/images/3zIwSJHEwP9tkn4aI0do0lhgFTE.png) +![Nkitahodi Ho Mfonini](/content-images/3zIwSJHEwP9tkn4aI0do0lhgFTE-2aed930de0.webp) ## Awie diff --git a/translations/ak/site/Privacy_Tools/VPN_and_DVPN.md b/translations/ak/site/Privacy_Tools/VPN_and_DVPN.md index d3b4ebd62..a2fb9d5f7 100644 --- a/translations/ak/site/Privacy_Tools/VPN_and_DVPN.md +++ b/translations/ak/site/Privacy_Tools/VPN_and_DVPN.md @@ -11,12 +11,12 @@ Wɔ dijitaal bere yi mu no, intanɛt so kokoam nsɛm ne ahobammɔ a wɔbɛkɔ so __Virtual Private Networks (VPNs)__: Atetesɛm VPNs yɛ ɔkwan a ahobammɔ wom, a wɔabɔ no kokoam wɔ wo mfiri ne akyirikyiri server a VPN dwumadie no di so ntam. Saa kwan yi de wo intanɛt so dwumadi ahorow sie na aniwa a ɛhwehwɛ wo te sɛ hackers, ISPs, anaa aban adwumayɛbea ahorow. Wɔde VPNs di dwuma kɛse wɔ atirimpɔw ahorow te sɛ browsing a wɔmmɔ obiara din, nsɛm a wɔabara wɔ geo-restricted a wobenya, ne ahobammɔ a wɔbɔ fi cyber ahunahuna ho. -![mfonini223](https://raw.githubusercontent.com/ZecHub/zechub/main/site/Privacy_Tools/assets/image-223.png) +![mfonini223](/content-images/image-223-399e3015e7.webp) __Decentralized VPNs (dVPNs)__: Nea ɛne eyi bɔ abira no, dVPNs de blockchain ne peer-to-peer mfiridwuma di dwuma de yɛ decentralized network of nodes. Wɔde wɔn a wɔde di dwuma no akwantu fa saa node ahorow yi so, na ɛma ɛyɛ den ma adwumakuw biako biara sɛ ɛbɛhwɛ anaa ahwɛ ntam nkitahodi no nyinaa so. dVPNs taa yɛ nea ɛko tia censorship kɛse, efisɛ tumidi biara nni hɔ a ɛwɔ mfinimfini a ɛhwɛ network no so. Wɔfata yiye ma wɔn a wɔde di dwuma a wɔrehwehwɛ kokoam nsɛm ne ahobammɔ a ɛkɔ anim. -![dvpn) a ɛwɔ hɔ](https://raw.githubusercontent.com/ZecHub/zechub/main/site/Privacy_Tools/assets/dvpn.png) +![dvpn) a ɛwɔ hɔ](/content-images/dvpn-89698d4cb9.webp) # Ahobammɔ ho Nsusuwii Bere a Worepaw VPN diff --git a/translations/ak/site/Research/Namada_Privacy_and_Best_Practices.md b/translations/ak/site/Research/Namada_Privacy_and_Best_Practices.md index ddc141852..705702b06 100644 --- a/translations/ak/site/Research/Namada_Privacy_and_Best_Practices.md +++ b/translations/ak/site/Research/Namada_Privacy_and_Best_Practices.md @@ -6,7 +6,7 @@ wotintimii: 2025-08-02 Edit Page -![Namada Ahyɛnsode](https://raw.githubusercontent.com/ZecHub/zechub-wiki/main/public/nam.png) +![Namada Ahyɛnsode](/content-images/nam-078c7b6883.webp) # Namada Kokoam Nsɛm Nneyɛe Pa diff --git a/translations/ak/site/Research/Navigating_the_Central_Bank_Digital_Currency.md b/translations/ak/site/Research/Navigating_the_Central_Bank_Digital_Currency.md index dd0bc3f62..3a16fc984 100644 --- a/translations/ak/site/Research/Navigating_the_Central_Bank_Digital_Currency.md +++ b/translations/ak/site/Research/Navigating_the_Central_Bank_Digital_Currency.md @@ -2,7 +2,7 @@ wotintimii: 2023-12-07 --- -![CBDC](https://raw.githubusercontent.com/ZecHub/zechub-wiki/main/public/cbdc.webp) +![CBDC](/content-images/cbdc-dfb8827faa.webp) # Esum Afã a Wɔda no Adi: Central Bank Digital Currency (CBDC) Odyssey no a Wɔbɛfa Sikasɛm Sunsuma Mu Ɔkyerɛwee : [**Abhishek Tiwari**] @@ -37,7 +37,7 @@ CBDCs a yɛde bedi dwuma no bɛyɛ yɛn ɔbran hwehwɛ, akwantu a mfiridwuma, mm __China: Digitals Sika a Wɔde Tua Kɔkɔɔ (DCEP)__ . -![DCEP na ɛwɔ hɔ](https://forkast.news/wp-content/uploads/2020/08/dcep-featured.jpg) +![DCEP na ɛwɔ hɔ](/content-images/dcep-featured-c278cf0ef6.webp) Wɔ China mmɔnten a ɛyɛ dystopia so no, Digital Currency Electronic Payment (DCEP) no da adi sɛ anwonwade, na mmom sɛ ɔmanfo tumidi ho nkɔmhyɛ a ɛwɔ n’ankasa sikasɛm mu sunsuma a ɛyɛ hu. Da biara da nkitahodi pulse ne asetra, adɔe sika programmable ne allure of offline tumi. @@ -50,7 +50,7 @@ China abakɔsɛm a ɛfa sikasɛm mu ahokyere ne aban a ɛde ne ho hyɛ sikakorab __United States: Digitals Dɔla Dwumadie__ . -![Digital Dɔla a Wɔde Di Dwuma](https://www.ledgerinsights.com/wp-content/uploads/2020/03/digital-dollar-CBDC.jpg) +![Digital Dɔla a Wɔde Di Dwuma](/content-images/digital-dollar-CBDC-8e8120f52f.webp) Wɔ United States nsase akɛse a abasamtu wom mu no, Digital Dollar Project no mpue sɛ ɛnyɛ nkɔso kanea na mmom sɛ adanse a ɛkyerɛ sɛ ɛyɛ adwuma yiye na ɛka obiara ho, ɛwom sɛ ɛwɔ ne kyɛfa wɔ nneɛma a wontumi nsi pi mu de. Ankorankoro adwuma, na ɛde asi n’ani so sɛ ɛbɛsan asiesie sikasɛm tebea no wɔ asɛm a nnwumakuw tumidi ho sunsuma ayɛ mu ma mu. @@ -62,7 +62,7 @@ U.S. wɔ sikasɛm ho nhyehyɛe ho abakɔsɛm a ɛyɛ den, na wɔtaa gye akyinnye __Sweden: E-Krona__ Ɔde ne nsa kyerɛɛ ne so. -![E-Krona na ɔkyerɛwee](https://www.paymentscardsandmobile.com/wp-content/uploads/2018/10/ekrona_logo.png) +![E-Krona na ɔkyerɛwee](/content-images/ekrona_logo-4596e38b72.webp) Bere a yɛfa Sweden nsase a amamfõ so no, E-Krona no da adi sɛ asɛm a ɛfa sɛnea wotumi sesa nneɛma ho, nanso ɛnyɛ nea sikasɛm mu afiri biara nni mu. Ɛyɛ dijitaal nkɔsoɔ a ɛtwe adwene si sika a wɔbɛkɔ so anya wɔ ɔman a sika nni mu mu, a ɛkyerɛ ɔman a ahotɔ a wonim no yie a ɛfa honam fam sika ho. @@ -95,7 +95,7 @@ Aban a wɔde hwɛ nneɛma so a bere bi na ɛyɛ adwene a ɛwɔ akyirikyiri no b Sikasɛm mu nkabom a bere bi na ɛyɛ anidaso kanea no hyia nyiyim a ebetumi aba no sunsuma. CBDC ahorow a wɔde di dwuma ɔkwammɔne so no betumi ama wɔanya hokwan a wɔpaw, na wɔabu nnyinasosɛm ahorow a ɛfa sɛnea wɔyɛ no pɛ na wɔka obiara ho no so. Ɛyɛ subplot a ɛkasa tia sikasɛm mu ahofadi titiriw no. -![Tene](https://blog.digitalasset.com/hubfs/Imported_Blog_Media/futureofCBDC-2.png) +![Tene](/content-images/futureofCBDC-2-45075d2d9c.webp) ## Nneɛma a Wɔde Yɛ Adwuma: Asase Mfonini a Wɔde Yɛ Digital Explorer diff --git a/translations/ak/site/Research/ZK_Shielded_Asset_Platforms.md b/translations/ak/site/Research/ZK_Shielded_Asset_Platforms.md index c84a8d8ae..160825e64 100644 --- a/translations/ak/site/Research/ZK_Shielded_Asset_Platforms.md +++ b/translations/ak/site/Research/ZK_Shielded_Asset_Platforms.md @@ -32,60 +32,60 @@ Setup wo non-custodial RAILGUN Wallet, Shield biara ERC-20 token wɔ 0zk address **[PantherProtocol a wɔde yɛ adwuma](https://www.pantherprotocol.io/)**: Nimdeɛ zero, cross-protocol layer a ɛbɔ wo on-chain data ho ban na ɛma DeFi kwan a ɛne mmara hyia no tumi yɛ adwuma. **Sɛnea ɛyɛ adwuma?** Fa w’agyapade to Panther mu na fa 1:1 collateralized shielded assets a wɔfrɛ no zAssets nni dwuma. Fa agyapade ahorow pii sie Panther Pools mu, bere a wode adanse a wonni nimdeɛ biara bɔ wo on-chain data ho ban. Ɛnam sɛ Layer-1 ne 2 blockchains pii, a wɔn nyinaa de gyinapɛn ahodoɔ, adwene, ne akwan ahodoɔ ho nyansahyɛ ma nti, Panther bɔ infrastructure a ɛbɛka wɔn abom wɔ kokoam, sene sɛ ɔbɛhwɛ kwan sɛ wɔn mu baako bɛgye biribiara. - [Nkrataa fitaa](https://docs.pantherprotocol.io/) -**[Sienna Nkitahodibea](https://sienna.network/)**: Sienna.network yɛ kokoamsɛm-di kan decentralized open source frontend a wubetumi ne swap ne boseabɔ apam ahorow adi nkitaho wɔ Secret Network nkɔnsɔnkɔnsɔn no so. Nya aba denam kokoam token ahorow a wode bɛma afoforo ma wɔabɔ bosea no so, anaasɛ fa token ahorow bosea denam nneɛma a wode bɛma atia collateral so. Guadidan a wɔrefi ase ne sBTC, sETH, sSCRT, sXMR, sLUNA, sUST, sUSDT, sUSDC ne nea ɛkeka ho. Wɔyɛɛ Sienna Network (Layer-2 protocol) no. SiennaLend yɛ kokoam boseabɔ nhyehyɛe a edi kan a ɛma kokoam boseabɔ tumi ma blockchain abɔde a nkwa wom nhyehyɛe ahorow pii bere a wokura wo kokoam nsɛm mu. Ɛnyɛ nea wɔma ho kwan na enni ahwehwɛde biara a ɛbɛma woakyerɛw wo din, enni anohyeto biara wɔ sika a wode bɛto hɔ ho, ɛnyɛ ɔman a ɛwɔ mfinimfini a ɛbɛma wo akontaabu no ayɛ nwini, na SIENNA nniso agyiraehyɛde - **Asset Swap**: Yiw - [Whitepaper](https://sienna.network/whitepaper/) - ![Sienna Ahyɛnsodeɛ](https://miro.medium.com/v2/resize:fit:1400/format:webp/1*51y4R6V7JALmXtG_ZAsdcw.jpeg) +**[Sienna Nkitahodibea](https://sienna.network/)**: Sienna.network yɛ kokoamsɛm-di kan decentralized open source frontend a wubetumi ne swap ne boseabɔ apam ahorow adi nkitaho wɔ Secret Network nkɔnsɔnkɔnsɔn no so. Nya aba denam kokoam token ahorow a wode bɛma afoforo ma wɔabɔ bosea no so, anaasɛ fa token ahorow bosea denam nneɛma a wode bɛma atia collateral so. Guadidan a wɔrefi ase ne sBTC, sETH, sSCRT, sXMR, sLUNA, sUST, sUSDT, sUSDC ne nea ɛkeka ho. Wɔyɛɛ Sienna Network (Layer-2 protocol) no. SiennaLend yɛ kokoam boseabɔ nhyehyɛe a edi kan a ɛma kokoam boseabɔ tumi ma blockchain abɔde a nkwa wom nhyehyɛe ahorow pii bere a wokura wo kokoam nsɛm mu. Ɛnyɛ nea wɔma ho kwan na enni ahwehwɛde biara a ɛbɛma woakyerɛw wo din, enni anohyeto biara wɔ sika a wode bɛto hɔ ho, ɛnyɛ ɔman a ɛwɔ mfinimfini a ɛbɛma wo akontaabu no ayɛ nwini, na SIENNA nniso agyiraehyɛde - **Asset Swap**: Yiw - [Whitepaper](https://sienna.network/whitepaper/) - ![Sienna Ahyɛnsodeɛ](/content-images/1-51y4R6V7JALmXtG_ZAsdcw-76d7d91c7a.webp) *** **[Hann Kyɛm](https://shield.lightprotocol.com/)**: Hann yɛ open-source layer 2 zkLayer a ɛma kokoam dwumadi no yɛ adwuma, a wɔayɛ ama Solana. Light Protocol ma kwan ma wɔde encryption a ɛwɔ on-chain tebea no mu. Nea ɔde di dwuma no nkutoo na obetumi decrypt wɔn kokoam tebea no; enti wɔn titiriw "wɔn" no. Kokoam tebea no betumi ayɛ nea ɔde di dwuma biako anaasɛ ɔdefo kuw bi a wɔkyɛ decryption safoa bi dea. -Sɛ nhwɛso no, susuw NFT a wɔakyerɛw wɔ Solana so ho hwɛ; ne ɔmanfo tebea (e.g., bo) no yɛ nea obiara hu, a nokwasɛm a ɛyɛ sɛ wɔretɔn no ka ho. Nanso ɛsɛ sɛ nneɛma a wɔde ma ne aguadi kɔ so yɛ kokoam - **Asset Swap**: Yiw - [Whitepaper](https://shield.lightprotocol.com/) - ![Hann Kyɛm Logo](https://miro.medium.com/v2/resize:fit:1358/1*C4Pe23afCwS05seCeZWBLA.png) +Sɛ nhwɛso no, susuw NFT a wɔakyerɛw wɔ Solana so ho hwɛ; ne ɔmanfo tebea (e.g., bo) no yɛ nea obiara hu, a nokwasɛm a ɛyɛ sɛ wɔretɔn no ka ho. Nanso ɛsɛ sɛ nneɛma a wɔde ma ne aguadi kɔ so yɛ kokoam - **Asset Swap**: Yiw - [Whitepaper](https://shield.lightprotocol.com/) - ![Hann Kyɛm Logo](/content-images/1-C4Pe23afCwS05seCeZWBLA-d85910d03f.webp) *** -**[Wɔde Network no sie](https://conceal.network/wiki/doku.php)**: Wɔkyekyeree Conceal Network no sɛdeɛ ɛbɛyɛ a ankorankoro bɛtumi adi nkitaho na wɔne wɔn ho wɔn ho adi nkitaho wɔ sikasɛm mu wɔ ɔkwan a wɔmmɔ wɔn din na wɔde ahyɛ wɔn nsa. Sɛ wode Conceal di dwuma a, wontumi mfa nkitahodi nkɔ nea ɔde kɔma ne nea ogye no ntam. Bio nso, Conceal de ring signatures ne address a wɔde di dwuma pɛnkoro di dwuma ma sikatua a wɔmmɔ din ankasa - **Asset Swap**: Yiw - [Whitepaper](https://conceal.network/wiki/doku.php) - ![Wɔde sie.png](https://conceal.network/images/media/media_articles_01.png) +**[Wɔde Network no sie](https://conceal.network/wiki/doku.php)**: Wɔkyekyeree Conceal Network no sɛdeɛ ɛbɛyɛ a ankorankoro bɛtumi adi nkitaho na wɔne wɔn ho wɔn ho adi nkitaho wɔ sikasɛm mu wɔ ɔkwan a wɔmmɔ wɔn din na wɔde ahyɛ wɔn nsa. Sɛ wode Conceal di dwuma a, wontumi mfa nkitahodi nkɔ nea ɔde kɔma ne nea ogye no ntam. Bio nso, Conceal de ring signatures ne address a wɔde di dwuma pɛnkoro di dwuma ma sikatua a wɔmmɔ din ankasa - **Asset Swap**: Yiw - [Whitepaper](https://conceal.network/wiki/doku.php) - ![Wɔde sie.png](/content-images/media_articles_01-ecae30ec1a.webp) *** -**[Namada na ɔkyerɛwee](https://namada.net/testnets)**: TLDR: Namada yɛ adanseɛ a ɛkyerɛ sɛ ɛwɔ kyɛfa Layer 1 ma interchain agyapadeɛ-agnostic kokoamsɛm. Namada natively interoperates ne fast-finality nkɔnsɔnkɔnsɔn via IBC ne Ethereum denam ahotoso abien-akwan bridge. Sɛnea ɛbɛyɛ a wobɛkora kokoamsɛm so no, Namada de multi-asset shielded pool (MASP) circuit a wɔayɛ no foforo a ɛma agyapade nyinaa (fungible ne non-fungible) kyɛ shielded set a wɔbom yɛ no di dwuma – saa kwan yi so no, CryptoKitty a wɔde kɔ baabi foforo no nyɛ soronko koraa wɔ ETH, DAI, ATOM, OSMO, NAM (Namada native asset) anaa agyapade foforo biara a wɔde kɔ baabi foforo no ho Namada. **Agyapadeɛ Nsesa**: Yiw - [Krataa fitaa](https://docs.namada.net/) - ![Namada.png](https://pbs.twimg.com/profile_images/1775529113102561281/y4D30_VO_400x400.jpg) +**[Namada na ɔkyerɛwee](https://namada.net/testnets)**: TLDR: Namada yɛ adanseɛ a ɛkyerɛ sɛ ɛwɔ kyɛfa Layer 1 ma interchain agyapadeɛ-agnostic kokoamsɛm. Namada natively interoperates ne fast-finality nkɔnsɔnkɔnsɔn via IBC ne Ethereum denam ahotoso abien-akwan bridge. Sɛnea ɛbɛyɛ a wobɛkora kokoamsɛm so no, Namada de multi-asset shielded pool (MASP) circuit a wɔayɛ no foforo a ɛma agyapade nyinaa (fungible ne non-fungible) kyɛ shielded set a wɔbom yɛ no di dwuma – saa kwan yi so no, CryptoKitty a wɔde kɔ baabi foforo no nyɛ soronko koraa wɔ ETH, DAI, ATOM, OSMO, NAM (Namada native asset) anaa agyapade foforo biara a wɔde kɔ baabi foforo no ho Namada. **Agyapadeɛ Nsesa**: Yiw - [Krataa fitaa](https://docs.namada.net/) - ![Namada.png](/content-images/y4D30_VO_400x400-312a479be4.webp) *** **[Asɛmfua Nsakraeɛ](https://fairyswap.finance/swap)**: Fairyswap yɛ Layer 1 awo ntoatoaso a edi hɔ, mpɔtam hɔfo a wɔhwɛ kokoam DEX a wɔahyɛ bɔ sɛ wɔbɛma kwan na wɔde ahyɛ aman nyinaa nsa. Ɛdenam nimdeɛ a wonni adanse a wɔde asie wɔ Findora mu a wɔde bedi dwuma so no, kokoam DEXs, ne Dapps te sɛ FairySwap ma wɔn a wɔde di dwuma no tumi paw nsɛm a wɔpɛ sɛ wohu wɔ ɔmanfo blockchain so, ne nea wɔbɛpɛ sɛ wɔbɔ ho ban. Nsɛm a wɔpɛ sɛ wɔyɛ a wontumi nhu no da so ara betumi de adanse a wonni nimdeɛ biara adi ho adanse wɔ baguam a wɔrenna nsɛm biara adi - **Asset Swap**: Yiw - [Whitepaper](https://fairy-swap.gitbook.io/fairyswap-v2/) - ![FairySwap Ahyɛnsodeɛ](https://images.cointelegraph.com/images/1434_aHR0cHM6Ly9zMy5jb2ludGVsZWdyYXBoLmNvbS9zdG9yYWdlL3VwbG9hZHMvdmlldy8yOWE2NzFmMDFhOGIxN2M3MDg1ZjhkMDJhNjA4NzMzNS5qcGc=.jpg) *** -**[ZKSync na ɛyɛ adwuma](https://zksync.io/)**: zkSync yɛ Layer 2 scaling solution wɔ Ethereum a ɛma gas a ɛba fam ne nnwuma a ɛyɛ ntɛm, a ɛnsɛe ahobammɔ. Nkurɔfo betumi ayi agyapade akɔ Layer 1 bere biara. Sɛ wobɛnya zkSync ecosystem no nyinaa na woanya mfasoɔ afiri nnwuma a ne boɔ yɛ mmerɛw na ɛyɛ ntɛm ara mu a, di kan hia [sika kotokuo te sɛ Argent](https://argent.link/zksync). Sɛ wo nni sika kotokuo a, worentumi nkɔ onboard nkɔ network no so ɛfiri sɛ ɛrentumi nyɛ yie sɛ wobɛfa exchange te sɛ Coinbase anaa Binance so akɔ zkSync. Walets ma wo ɔkwan a ɛyɛ mmerɛw a wobɛfa so atɔ, atɔn, na wode asie crypto na woanya wiase a ɛyɛ anigye a ɛwɔ DeFi, NFTs, ne nea ɛkeka ho pii mu osuahu - **Asset Swap**: Yiw - [Whitepaper](https://era.zksync.io/docs/) - ![ZKSync.png](https://assets-global.website-files.com/636e894daa9e99940a604aef/63edde073465de1ef6bf89d3_zkSync%20Testnet%20Faucet%20Tokens.webp) +**[ZKSync na ɛyɛ adwuma](https://zksync.io/)**: zkSync yɛ Layer 2 scaling solution wɔ Ethereum a ɛma gas a ɛba fam ne nnwuma a ɛyɛ ntɛm, a ɛnsɛe ahobammɔ. Nkurɔfo betumi ayi agyapade akɔ Layer 1 bere biara. Sɛ wobɛnya zkSync ecosystem no nyinaa na woanya mfasoɔ afiri nnwuma a ne boɔ yɛ mmerɛw na ɛyɛ ntɛm ara mu a, di kan hia [sika kotokuo te sɛ Argent](https://argent.link/zksync). Sɛ wo nni sika kotokuo a, worentumi nkɔ onboard nkɔ network no so ɛfiri sɛ ɛrentumi nyɛ yie sɛ wobɛfa exchange te sɛ Coinbase anaa Binance so akɔ zkSync. Walets ma wo ɔkwan a ɛyɛ mmerɛw a wobɛfa so atɔ, atɔn, na wode asie crypto na woanya wiase a ɛyɛ anigye a ɛwɔ DeFi, NFTs, ne nea ɛkeka ho pii mu osuahu - **Asset Swap**: Yiw - [Whitepaper](https://era.zksync.io/docs/) - ![ZKSync.png](/content-images/63edde073465de1ef6bf89d3_zkSync-20Testne-3a4e9e2324.webp) *** -**[Penumbra a ɛwɔ hɔ](https://penumbra.zone/blog/valetudo-testnet/)**: Penumbra yɛ layer-1 ntam nkitahodi a wɔabɔ ho ban koraa wɔ Cosmos abɔde a nkwa wom nhyehyɛe no mu. Ɛyɛ nkitahodi a wɔabɔ ho ban, a ɛwɔ nkɔnsɔnkɔnsɔn a ɛtrɛw a ɛma obiara tumi di gua, de ne ho hyɛ mu, sesa, anaa ɔtɔn nneɛma a ahobammɔ wom a ɔmfa n’ankasa ho nsɛm nkɔ wiase. Sɛ́ blockchain a wɔabɔ ho ban koraa no, Penumbra kyerɛw gyinapɛn ahorow nyinaa wɔ ɔtare biako a wɔabɔ ho ban a ebetumi akyerɛw agyapade biara. Penumbra wɔ kokoamsɛm default, a enni nkitahodi a ɛda adi pefee anaasɛ bo a ɛsom a ɛda adi pefee - **Asset Swap**: Yiw - ![Penumbra.png](https://pbs.twimg.com/profile_images/1456245067149103104/CrNB0cKl_400x400.jpg) +**[Penumbra a ɛwɔ hɔ](https://penumbra.zone/blog/valetudo-testnet/)**: Penumbra yɛ layer-1 ntam nkitahodi a wɔabɔ ho ban koraa wɔ Cosmos abɔde a nkwa wom nhyehyɛe no mu. Ɛyɛ nkitahodi a wɔabɔ ho ban, a ɛwɔ nkɔnsɔnkɔnsɔn a ɛtrɛw a ɛma obiara tumi di gua, de ne ho hyɛ mu, sesa, anaa ɔtɔn nneɛma a ahobammɔ wom a ɔmfa n’ankasa ho nsɛm nkɔ wiase. Sɛ́ blockchain a wɔabɔ ho ban koraa no, Penumbra kyerɛw gyinapɛn ahorow nyinaa wɔ ɔtare biako a wɔabɔ ho ban a ebetumi akyerɛw agyapade biara. Penumbra wɔ kokoamsɛm default, a enni nkitahodi a ɛda adi pefee anaasɛ bo a ɛsom a ɛda adi pefee - **Asset Swap**: Yiw - ![Penumbra.png](/content-images/CrNB0cKl_400x400-3bdcf7cfb9.webp) *** -**[Dadeɛ mpataa Nkitahodiɛ](https://ironfish.network/)**: Ironfish de kokoam asɛm biara a wobɛyɛ, na ɛbɔ w’agyapade ho nsɛm a ɛho hia ho ban na ɔmanfo anhu. Sɛ wode akenkan nkutoo view keys di dwuma a, wokɔ so di mmara no so na wodi so. Iron Fish yɛ decentralized layer 1 blockchain, adanse a ɛkyerɛ adwuma (PoW) a egyina, censorship-resistant, na ɔmanfo betumi anya blockchain adwuma. Wɔayɛ no sɛ ɛbɛboa kokoamsɛm ho bɔhyɛ a emu yɛ den wɔ asɛm biara mu - **Asset Swap**: Yiw - [Whitepaper](https://ironfish.network/learn/whitepaper) - ![Dadeɛ mpataa.png](https://pbs.twimg.com/profile_images/1367581984986296320/kxDDjheA_400x400.jpg) +**[Dadeɛ mpataa Nkitahodiɛ](https://ironfish.network/)**: Ironfish de kokoam asɛm biara a wobɛyɛ, na ɛbɔ w’agyapade ho nsɛm a ɛho hia ho ban na ɔmanfo anhu. Sɛ wode akenkan nkutoo view keys di dwuma a, wokɔ so di mmara no so na wodi so. Iron Fish yɛ decentralized layer 1 blockchain, adanse a ɛkyerɛ adwuma (PoW) a egyina, censorship-resistant, na ɔmanfo betumi anya blockchain adwuma. Wɔayɛ no sɛ ɛbɛboa kokoamsɛm ho bɔhyɛ a emu yɛ den wɔ asɛm biara mu - **Asset Swap**: Yiw - [Whitepaper](https://ironfish.network/learn/whitepaper) - ![Dadeɛ mpataa.png](/content-images/kxDDjheA_400x400-2aca14fa6f.webp) *** -**[ZKBOB na ɔkyerɛwee](https://zkbob.com/)**: Fa zkBob smart contract wallet bɔ wo kokoam nsɛm ho ban. Wɔ zkBob mu no, wo sika kotoku mu nneɛma ne sika a wosɛe no na wo nsa ka no yɛ kokoam koraa. Fa zkBob di dwuma de mena anaa gye akatua, sikatua, ntoboa, ne nea ɛkeka ho a ɛwɔ kokoamsɛm ne mmara a wɔahyɛ mu. Ɛsan nso ma kwan ma wɔde kokoam P2P kɔ baabi foforo a wɔde zero-knowledge proof technology di dwuma de bɔ wɔn a wogye no ho ban na wɔmmɔ sika dodow ho ban - **Asset Swap**: Yiw - ![ZKBOB.png](https://pbs.twimg.com/profile_images/1704381974700515328/aalptltf_400x400.jpg) - [Nkrataa fitaa](https://docs.zkbob.com/zkbob-overview/basic-concepts) +**[ZKBOB na ɔkyerɛwee](https://zkbob.com/)**: Fa zkBob smart contract wallet bɔ wo kokoam nsɛm ho ban. Wɔ zkBob mu no, wo sika kotoku mu nneɛma ne sika a wosɛe no na wo nsa ka no yɛ kokoam koraa. Fa zkBob di dwuma de mena anaa gye akatua, sikatua, ntoboa, ne nea ɛkeka ho a ɛwɔ kokoamsɛm ne mmara a wɔahyɛ mu. Ɛsan nso ma kwan ma wɔde kokoam P2P kɔ baabi foforo a wɔde zero-knowledge proof technology di dwuma de bɔ wɔn a wogye no ho ban na wɔmmɔ sika dodow ho ban - **Asset Swap**: Yiw - ![ZKBOB.png](/content-images/aalptltf_400x400-0fa94999b5.webp) - [Nkrataa fitaa](https://docs.zkbob.com/zkbob-overview/basic-concepts) *** -**[Firo na ɔkyerɛwee](https://firo.org/)**: Firo, a kan no na wɔfrɛ no Zcoin, yɛ Layer 1 kokoamsɛm blockchain a ɛhwɛ cryptocurrency kokoamsɛm ne mining so. Firo di anim wɔ cryptocurrency kokoamsɛm mu a Lelantus ne Lelantus Spark de ahotoso, on-chain kokoamsɛm a ɛkorɔn anonymity sets ma. Dandelion ++ mfiridwuma nso ma network-layer kokoamsɛm. Firo di anim wɔ cryptocurrency kokoamsɛm mu a Lelantus ne Lelantus Spark de ahotoso, on-chain kokoamsɛm a ɛkorɔn anonymity sets ma. Dandelion++ mfiridwuma nso ma network-layer kokoamsɛm - **Asset Swap**: Yiw - ![Firo.png](https://avatars.githubusercontent.com/u/22083410?s=200&v=4) +**[Firo na ɔkyerɛwee](https://firo.org/)**: Firo, a kan no na wɔfrɛ no Zcoin, yɛ Layer 1 kokoamsɛm blockchain a ɛhwɛ cryptocurrency kokoamsɛm ne mining so. Firo di anim wɔ cryptocurrency kokoamsɛm mu a Lelantus ne Lelantus Spark de ahotoso, on-chain kokoamsɛm a ɛkorɔn anonymity sets ma. Dandelion ++ mfiridwuma nso ma network-layer kokoamsɛm. Firo di anim wɔ cryptocurrency kokoamsɛm mu a Lelantus ne Lelantus Spark de ahotoso, on-chain kokoamsɛm a ɛkorɔn anonymity sets ma. Dandelion++ mfiridwuma nso ma network-layer kokoamsɛm - **Asset Swap**: Yiw - ![Firo.png](/content-images/22083410-abd57747d1.webp) *** -**[PIVX na ɛyɛ adwuma](https://pivx.org/)**: PIVX De Tier Two layer di dwuma kɔ ne network so, de masternodes di dwuma de boa ma wɔde wɔn ho hyɛ nniso no mu. PIVX yɛ sika a wɔabue ano na wɔde ahyɛ atipɛnfoɔ mu a ɛwɔ dwumadiefoɔ data ahobanbɔ nneɛma a ɛkɔ anim, mpɔtam nnisoɔ akwan, Proof of Stake consensus algorithm, ne Masternodes a ɛwɔ atirimpɔw ahodoɔ pii. PIVX no, wɔn a wɔde di dwuma no benya ahofadi a ɛwɔ wiase nyinaa dijitaal sika mu a ɛnyɛ den denam SHIELD User Data Protection so. Yɛ w'ankasa sikakorabea a wowɔ wo dijitaal agyapade so tumi nyinaa - **Asset Swap**: Yiw -[Whitepaper](https://pivx.org/whitepaper) - ![PIVX.png](https://s2.coinmarketcap.com/static/img/coins/64x64/1169.png) +**[PIVX na ɛyɛ adwuma](https://pivx.org/)**: PIVX De Tier Two layer di dwuma kɔ ne network so, de masternodes di dwuma de boa ma wɔde wɔn ho hyɛ nniso no mu. PIVX yɛ sika a wɔabue ano na wɔde ahyɛ atipɛnfoɔ mu a ɛwɔ dwumadiefoɔ data ahobanbɔ nneɛma a ɛkɔ anim, mpɔtam nnisoɔ akwan, Proof of Stake consensus algorithm, ne Masternodes a ɛwɔ atirimpɔw ahodoɔ pii. PIVX no, wɔn a wɔde di dwuma no benya ahofadi a ɛwɔ wiase nyinaa dijitaal sika mu a ɛnyɛ den denam SHIELD User Data Protection so. Yɛ w'ankasa sikakorabea a wowɔ wo dijitaal agyapade so tumi nyinaa - **Asset Swap**: Yiw -[Whitepaper](https://pivx.org/whitepaper) - ![PIVX.png](/content-images/1169-c01a9208a4.webp) *** -**[BUM](https://beam.mw/)**: Beam yɛ Mimblewimble L1 kokoam blockchain a ɛwɔ soro, a ɛde nnwuma sie koraa. Twe Beam Wallet na woanya DeFi osuahu a ɛyɛ kokoamsɛm a etwa to - **Asset Swap**: Yiw - [Whitepaper](https://beam.mw/en/docs) - ![BEAM.png](https://pbs.twimg.com/profile_images/1925301915316809728/diZpv5uB_400x400.jpg) +**[BUM](https://beam.mw/)**: Beam yɛ Mimblewimble L1 kokoam blockchain a ɛwɔ soro, a ɛde nnwuma sie koraa. Twe Beam Wallet na woanya DeFi osuahu a ɛyɛ kokoamsɛm a etwa to - **Asset Swap**: Yiw - [Whitepaper](https://beam.mw/en/docs) - ![BEAM.png](/content-images/diZpv5uB_400x400-80e644b1cf.webp) *** -**[Anantwi](https://oxen.io/)**: Oxen (kan no na wɔfrɛ no LOKI) yɛ privacy tech project a ɛwɔ asɛmpatrɛw adwuma. Ɛyɛ kokoam cryptocurrency a ɛwɔ nkitahodi ntɛm ara. PoS ntam nkitahodi kɛse na tumi wom. Nkrasɛm ho nhyehyɛe a ahobammɔ wom. App no ​​reyɛ nsakraeɛ afiri layer-1 Oxen nkɔnsɔnkɔnsɔn no so akɔ nkɔnsɔnkɔnsɔn a ɛne EVM hyia so, na OXEN sika no bɛyɛ Session Token: ERC-20 token foforɔ a ɛbɛkɔ so wɔ layer 2 nkɔnsɔnkɔnsɔn so na ɛne Web3 aplikeshɔn dodoɔ no ara ahyia - **Asset Swap**: Yiw - [Whitepaper](https://docs.oxen.io/) - ![Nantwinini.png](https://pbs.twimg.com/profile_images/1569912619443843072/GJAsdyzF_400x400.jpg) +**[Anantwi](https://oxen.io/)**: Oxen (kan no na wɔfrɛ no LOKI) yɛ privacy tech project a ɛwɔ asɛmpatrɛw adwuma. Ɛyɛ kokoam cryptocurrency a ɛwɔ nkitahodi ntɛm ara. PoS ntam nkitahodi kɛse na tumi wom. Nkrasɛm ho nhyehyɛe a ahobammɔ wom. App no ​​reyɛ nsakraeɛ afiri layer-1 Oxen nkɔnsɔnkɔnsɔn no so akɔ nkɔnsɔnkɔnsɔn a ɛne EVM hyia so, na OXEN sika no bɛyɛ Session Token: ERC-20 token foforɔ a ɛbɛkɔ so wɔ layer 2 nkɔnsɔnkɔnsɔn so na ɛne Web3 aplikeshɔn dodoɔ no ara ahyia - **Asset Swap**: Yiw - [Whitepaper](https://docs.oxen.io/) - ![Nantwinini.png](/content-images/GJAsdyzF_400x400-bb04eed625.webp) *** -**[Asɛmti](https://particl.io/coin)**: Particl, ano aduru a ɛyɛ layer 1 a wɔayɛ sɛ ɛbɛma ankorankoro atumi de sika amena na wɔagye wɔ kokoam a anohyeto biara nni ho na wonni mfinimfini kwan so. Ɛnyɛ den, ɛyɛ ntɛmntɛm, na ahobammɔ wom. Ɛte sɛ sika ara kwa, nanso dijitaal! Ma wo sikasɛm nyɛ kokoamsɛm. Sɛ wode PART di dwuma a, wubetumi apaw sɛ wobɛyɛ baguam nkitahodi anaa kokoam de a wontumi nhwehwɛ mu koraa. Nea wobɛpaw no yɛ wo dea; ɛmfa ho sɛnea w'ahiade te, ano aduru bi wɔ hɔ ma wo - **Asset Swap**: Yiw - [Whitepaper](https://raw.githubusercontent.com/particl/whitepaper/master/Particl%20Whitepaper%20Draft%20v0.3.pdf) - ![Asɛmfua.png](https://pbs.twimg.com/profile_images/1104121499777146883/WJ070Lrr_400x400.png) +**[Asɛmti](https://particl.io/coin)**: Particl, ano aduru a ɛyɛ layer 1 a wɔayɛ sɛ ɛbɛma ankorankoro atumi de sika amena na wɔagye wɔ kokoam a anohyeto biara nni ho na wonni mfinimfini kwan so. Ɛnyɛ den, ɛyɛ ntɛmntɛm, na ahobammɔ wom. Ɛte sɛ sika ara kwa, nanso dijitaal! Ma wo sikasɛm nyɛ kokoamsɛm. Sɛ wode PART di dwuma a, wubetumi apaw sɛ wobɛyɛ baguam nkitahodi anaa kokoam de a wontumi nhwehwɛ mu koraa. Nea wobɛpaw no yɛ wo dea; ɛmfa ho sɛnea w'ahiade te, ano aduru bi wɔ hɔ ma wo - **Asset Swap**: Yiw - [Whitepaper](https://raw.githubusercontent.com/particl/whitepaper/master/Particl%20Whitepaper%20Draft%20v0.3.pdf) - ![Asɛmfua.png](/content-images/WJ070Lrr_400x400-7b7a6ee533.webp) *** -**[Zano na ɔkyerɛwee](https://zano.org/)**: Zano, layer 1 ano aduru ne open-source cryptocurrency ne ecosystem a enterprise-grade kokoamsɛm, ahobammɔ, ne scalability a ɛyɛ adwuma sɛ fapem a ɛyɛ den ma kokoam agyapade ne decentralized applications (dApps).Wo kokoamsɛm ho hia. Paw Zano, blockchain platform a edi kan a ɛde kokoamsɛm ne ahobammɔ di kan. Wɔde ring signatures ne stealth address ahorow ma Zano network mufo ntam nkitahodi a wontumi nhwehwɛ. Afei nso, ɔkwan a wɔfa so sie asɛm no ho nsɛm wɔ blockchain no so no ma afã horow a wɔmaa tumi krataa no nkutoo nya kwan kɔ mu, na wontintim kokoam nsɛm no mu biara wɔ baguam da. Zano nnwuma nyinaa kokoamsɛm yɛ hard-coded wɔ core no mu. Ɛdenam address a yɛde mena ne nea wogye nyinaa a yɛde sie so no yɛama kokoamsɛm a ɛwɔ Zano dwumayɛni biara mu no ayɛ kɛse - **Asset Swap**: Yiw - [Whitepaper](https://docs.zano.org/) - ![Zano.png](https://pbs.twimg.com/media/FrSPUjYWIAMMWGJ?format=png&name=4096x4096) +**[Zano na ɔkyerɛwee](https://zano.org/)**: Zano, layer 1 ano aduru ne open-source cryptocurrency ne ecosystem a enterprise-grade kokoamsɛm, ahobammɔ, ne scalability a ɛyɛ adwuma sɛ fapem a ɛyɛ den ma kokoam agyapade ne decentralized applications (dApps).Wo kokoamsɛm ho hia. Paw Zano, blockchain platform a edi kan a ɛde kokoamsɛm ne ahobammɔ di kan. Wɔde ring signatures ne stealth address ahorow ma Zano network mufo ntam nkitahodi a wontumi nhwehwɛ. Afei nso, ɔkwan a wɔfa so sie asɛm no ho nsɛm wɔ blockchain no so no ma afã horow a wɔmaa tumi krataa no nkutoo nya kwan kɔ mu, na wontintim kokoam nsɛm no mu biara wɔ baguam da. Zano nnwuma nyinaa kokoamsɛm yɛ hard-coded wɔ core no mu. Ɛdenam address a yɛde mena ne nea wogye nyinaa a yɛde sie so no yɛama kokoamsɛm a ɛwɔ Zano dwumayɛni biara mu no ayɛ kɛse - **Asset Swap**: Yiw - [Whitepaper](https://docs.zano.org/) - ![Zano.png](/content-images/FrSPUjYWIAMMWGJ-404fe8a085.webp) *** -**[Esum.fi](https://dark.fi/)**: DarkFi yɛ L1 a wɔmmɔ din a egyina zero-nimdeɛ, multi-party computation, ne homomorphic encryption so. Anonymous proof-of-stake hwɛ hu sɛ wɔde validators asie. DarkFi de tebea a ɛko tia fragile ma a wɔde bɛbɔ na wɔde ayɛ apps a wɔmmɔ din - **Asset Swap**: Yiw - [Whitepaper](https://darkrenaissance.github.io/darkfi/) - ![Esumfi.png](https://miro.medium.com/v2/resize:fit:878/0*auQOzkLMfYdoXlRy) +**[Esum.fi](https://dark.fi/)**: DarkFi yɛ L1 a wɔmmɔ din a egyina zero-nimdeɛ, multi-party computation, ne homomorphic encryption so. Anonymous proof-of-stake hwɛ hu sɛ wɔde validators asie. DarkFi de tebea a ɛko tia fragile ma a wɔde bɛbɔ na wɔde ayɛ apps a wɔmmɔ din - **Asset Swap**: Yiw - [Whitepaper](https://darkrenaissance.github.io/darkfi/) - ![Esumfi.png](/content-images/0-auQOzkLMfYdoXlRy-b10ed91da5.webp) *** @@ -95,5 +95,5 @@ Sɛ nhwɛso no, susuw NFT a wɔakyerɛw wɔ Solana so ho hwɛ; ne ɔmanfo tebea -**[TomoNkɔnsɔnkɔnsɔn](https://tomochain.com/ecosystem/)**: TOMO yɛ layer 1 ɔmanfo blockchain. Tomochain yɛ kokoamsɛm nhyehyɛe a wɔayɛ wɔ TomoChain so na wɔayɛ sɛ ɛbɛma nkitahodi a ahobammɔ wom na wontumi nhwehwɛ mu -**Asset Swap**: Yiw- [Whitepaper](https://tomochain.com/files/technical-whitepaper-1.0.pdf) - ![TomoNkɔnsɔnkɔnsɔn.png](https://s1.coincarp.com/logo/1/tomochain.png?style=200) +**[TomoNkɔnsɔnkɔnsɔn](https://tomochain.com/ecosystem/)**: TOMO yɛ layer 1 ɔmanfo blockchain. Tomochain yɛ kokoamsɛm nhyehyɛe a wɔayɛ wɔ TomoChain so na wɔayɛ sɛ ɛbɛma nkitahodi a ahobammɔ wom na wontumi nhwehwɛ mu -**Asset Swap**: Yiw- [Whitepaper](https://tomochain.com/files/technical-whitepaper-1.0.pdf) - ![TomoNkɔnsɔnkɔnsɔn.png](/content-images/tomochain-7598abfbb7.webp) *** diff --git a/translations/ak/site/Research/zcash-foundations-series/article-0/article-0-shielded-transaction.md b/translations/ak/site/Research/zcash-foundations-series/article-0/article-0-shielded-transaction.md index 3612f8f6c..3544bbb47 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-0/article-0-shielded-transaction.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-0/article-0-shielded-transaction.md @@ -1,7 +1,7 @@ # Sɛnea Shielded Zcash Transaction Yɛ Adwuma Ankasa ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image.png) +![alt nkyerɛwee](/content-images/image-fedc371488.webp) ### Intuition ansa na akontaabu no: a no-formula walkthrough of private payments @@ -46,7 +46,7 @@ Sika mpo betumi atwa wɔn ntam hye: sika a wɔde *kɔ* wiase a wɔabɔ ho ban no Wiase a ɛda adi pefee no ne "Bitcoin a wote ase dedaw bɛyɛ sɛ." Ɛyɛ **wiase a wɔabɔ ho ban** a ɛwɔ cryptography fɛfɛ no nyinaa, na ɛno nkutoo ne wiase a saa ntoatoaso yi dwen ho. -![alt nkyerɛwee](image-1.png) +![alt nkyerɛwee](/content-images/image-1-f821d24c6f.webp) --- @@ -124,7 +124,7 @@ Anwonwadeɛ no ne sɛ adanseɛ no da saa nokwasɛm no mu biara adi **biara**. Ɛ Wɔwo *note*, *ɛte* board no so, na awiei koraa no *wu*, na nea ɛho hia titiriw no, n’awo ne ne wu no te sɛ nea ɛne obiara a ɔrehwɛ no nni abusuabɔ. -![alt nkyerɛwee](image-2.png) +![alt nkyerɛwee](/content-images/image-2-0eca0ea4f7.webp) --- @@ -132,7 +132,7 @@ Wɔwo *note*, *ɛte* board no so, na awiei koraa no *wu*, na nea ɛho hia titiri Momma yɛnhwɛ sɛ Alice tua Bob ka, a wɔakyerɛw ɔmanfo ne kokoam anammɔn biara din. -![alt nkyerɛwee](image-4.png) +![alt nkyerɛwee](/content-images/image-4-7af0dfe795.webp) Hyɛ asymmetry a ɛma kokoam nsɛm no yɛ adwuma no nsow: @@ -187,7 +187,7 @@ Nhomasua mu nsɛm pa ma wonya ahotoso denam nea egyaw no a wɔka so. Saa ɔfa yi "Yɛbɛsan aba eyi so" biara a ɛwɔ atifi hɔ no yɛ asaawa. Baabi a wɔkyekyere wɔn mu biara ni: -![alt nkyerɛwee](image-29.png) +![alt nkyerɛwee](/content-images/image-29-27ef4636ff.webp) | Loose end fi asɛm yi mu | Baabi a wɔasiesie | |---|---| diff --git a/translations/ak/site/Research/zcash-foundations-series/article-1/article-1-finite-fields.md b/translations/ak/site/Research/zcash-foundations-series/article-1/article-1-finite-fields.md index 9b09a5390..bd2d90576 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-1/article-1-finite-fields.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-1/article-1-finite-fields.md @@ -1,7 +1,7 @@ # Finite Fields: Nnɔmba Nhyehyɛe a Cryptography Te Ase Wɔ Mu ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-5.png) +![alt nkyerɛwee](/content-images/image-5-6e8a8950f8.webp) ### Nea enti a "wrapping around" yɛ Zcash kokoam fapem @@ -38,7 +38,7 @@ Wode afuw a anohyeto wom di dwuma dedaw da biara da. Ɛyɛ dɔn a ɛwɔ wo fasu Wɔ dɔnhwerew 12 dɔn so no, nɔma *bɔ ho*. Fi ase nnɔn 10, fa nnɔnhwerew 5 ka ho, na woankɔ fam wɔ "nnɔn 15," wo si fam wɔ **nnɔn 3**. Dɔn no wɔ gyinabea dumien pɛ, na sɛ wokan twa soro a, ɛsan kɔ mfiase kɛkɛ. -![alt nkyerɛwee](image-9.png) +![alt nkyerɛwee](/content-images/image-9-30b39f4cc5.webp) Nneɛma abiɛsa na esisii nkyɛe a ɛno ne asɛm yi mu asɛm nyinaa: @@ -107,7 +107,7 @@ Saa kasamu a ɛto so abien no yɛ ɔsɛe kɛse ma akontaabu. Nneɛma abien a ɛn Sɛnea wɔkyerɛ ase no, prime nni nneɛma a ɛtete saa. Enti mod a prime, zero divisors biara ntumi mpue, element biara a ɛnyɛ zero nya reciprocal a ɛho tew, na nhyehyɛe no yɛ field a ɛfata. -![alt nkyerɛwee](image-8.png) +![alt nkyerɛwee](/content-images/image-8-573914db92.webp) > **One-liner a wotumi san de di dwuma ma wo nsɛm:** *prime modulus in, clean division out.* @@ -159,7 +159,7 @@ Afuo a ɛwɔ anohyetoɔ yɛ, wɔ kasasin baako mu no, **agorubea a wɔato mu pɛ - **Orchard** (mprempren shielded design) de curves mmienu a wɔfrɛ no **Pallas ne Vesta** ("Pasta" curves) di dwuma, a ne mfuo de primes a ne tenten bɛyɛ **255 bits** di dwuma. - **note commitment**, **nullifier**, ne akontabuo a ɛwɔ **zero-knowledge proof** a ɛfiri Ahyɛdeɛ 0 mu no nyinaa yɛ, wɔ aseɛ hɔ, nneɛma a ɛwɔ saa afuo a ɛwɔ anohyetoɔ yi mu baako mu. Sɛ protocol no ka sɛ "compute saa commitment yi," ɛkyerɛ sɛ "yɛ saa arithmetic mod yi sɛ prime." -![alt nkyerɛwee](image-7.png) +![alt nkyerɛwee](/content-images/image-7-c81fe982f0.webp) Enti Ahyɛde 0 asɛmmisa a wɔabue ano no mmuae, *"ɛhe na kokoam aduannoa ho nyansahyɛ ahorow no fi?"*, fi ase wɔ ha: **biribiara fi ase sɛ akontaabu wɔ afuw a ɛwɔ anohyeto mu.** Wɔ asɛm a edi hɔ no mu no yɛbɛfa saa afuw no na yɛasi nneɛma ankasa, nsɛntitiriw wɔ elliptic curve so, a ɛbɛyɛ nsafe ne bɔhyɛ ahorow. diff --git a/translations/ak/site/Research/zcash-foundations-series/article-2/article-2-elliptic-curves.md b/translations/ak/site/Research/zcash-foundations-series/article-2/article-2-elliptic-curves.md index 692471e6a..cf82965d2 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-2/article-2-elliptic-curves.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-2/article-2-elliptic-curves.md @@ -1,7 +1,7 @@ # Elliptic Curves: Baabi a Wɔwo Zcash Safoa ne Bɔhyɛ ahorow ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-10.png) +![alt nkyerɛwee](/content-images/image-10-c1097b22d7.webp) ### Ɔkwan a ɛkɔ ɔkwan biako so a wosii fi mmeae a ɛwɔ ɔkwan a ɛkɔ akyiri so @@ -38,7 +38,7 @@ y^2 = x^3 + ax + b Wɔ akontaahyɛde a ɛyɛ mpapahwekwa mu no, ɛte sɛ nea ɛyɛ torotoro na ɛtwetwe, a mpɛn pii no ɛwɔ ahama kurukuruwa ne dua abien: -![alt nkyerɛwee](image-14.png) +![alt nkyerɛwee](/content-images/image-14-1d2e8c25d2.webp) Ɔfã a ɛyɛ nwonwa ankasa: **wubetumi "de" nsɛntitiriw abien aka ho wɔ saa curve yi so na woanya nsɛntitiriw a ɛto so abiɛsa wɔ curve koro no ara so.** Eyi nyɛ coordinates a wɔde ka ho a ɛyɛ ɔkwan biara so. Ɛyɛ geometric mmara, na ɛyɛ mmerɛw sɛ *wubehu* sen sɛ wobɛka. @@ -50,7 +50,7 @@ Sɛ yɛde bɛka ho a `P + Q`: 2. Saa nkyerɛwde no bɔ curve no wɔ baabi biako pɛpɛɛpɛ bio. Frɛ no `R*`. 3. **Sɛso `R*` across the horizontal axis.** Saa nsusuwii no ne mmuae no, . `P + Q`. -![alt nkyerɛwee](image-11.png) +![alt nkyerɛwee](/content-images/image-11-61f3df1989.webp) ### Tangent mmara (a ɛde nsɛntitiriw bi ka ne ho) . @@ -117,7 +117,7 @@ Afei nkonyaayi no. Susuw akwankyerɛ abien no ho hwɛ: Saa asymmetry no ne **ɔkwan baako** a na yɛhia wɔ Ɔfa 1. Ɔhaw a ɛkɔ akyi ("a `k` produced this point?") na wɔfrɛ no **Elliptic Curve Discrete Logarithm Problem (ECDLP)**, na wɔ curves a Zcash de di dwuma no so no, ɔkwan biara nni hɔ a wonim ntumi nni ho dwuma ansa na amansan no ɔhyew awu. -![alt nkyerɛwee](image-12.png) +![alt nkyerɛwee](/content-images/image-12-86b9ace6cb.webp) > Wɔ yɛn agode mu `F_17` curve a *wobetumi* akenkan kɛkɛ `k` off the table, efisɛ ɛwɔ nsɛntitiriw 19 pɛ. Curves ankasa wɔ atwa ho ahyia `2^(255)` nsɛntitiriw. Anka pon no benya toatoaso pii sen atɔm a ɛwɔ amansan no mu, enti "kenkan a wobɛkenkan" nyɛ ɔkwan a wobɛfa so. Ketekete no ne nea ɛma agode curve no yɛ nea wotumi kyerɛkyerɛ ne nea enti a ɛnyɛ ahobammɔ nso. @@ -160,7 +160,7 @@ Nsateaa nkyerɛwee no yɛ kɔnkrit na wotumi hwɛ mu. Nea enti a curve biako nya "embedded" wɔ foforo afuw mu, ne nea enti a *cycle* a curve abien ho wɔ mfaso no yɛ nokware na ɛho hia, nanso ɛyɛ proof-system articles no dea. Mprempren de, takeaway no yɛ den: **Zcash safoa biara yɛ scalar mpɛn generator, na Zcash bɔhyɛ biara yɛ curve nsɛntitiriw a wɔaboaboa ano**, a ɛte saa curves a wɔato din yi mu biako so. -![alt nkyerɛwee](image-13.png) +![alt nkyerɛwee](/content-images/image-13-ffdd703c60.webp) --- diff --git a/translations/ak/site/Research/zcash-foundations-series/article-3/article-3-hashing-commitments.md b/translations/ak/site/Research/zcash-foundations-series/article-3/article-3-hashing-commitments.md index 8c935edd9..ccb69ce41 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-3/article-3-hashing-commitments.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-3/article-3-hashing-commitments.md @@ -1,7 +1,7 @@ # Hashing ne Bɔhyɛ ahorow: The Magic Sealed Envelope ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-15.png) +![alt nkyerɛwee](/content-images/image-15-0c16784b27.webp) ### Sɛnea wobɛto ahintasɛm bi mu wɔ baguam na worentumi nni atoro da @@ -30,7 +30,7 @@ Wɔfrɛ saa "lock now, reveal later, no lying" gadget yi **commitment**, na ɛw **hash dwumadie** gye data biara koraa, nkyerɛwdeɛ baako anaa nwomakorabea mũ nyinaa, na ɛbubu no kɔ fam kɔ ​​ahama tiawa a ne kɛseɛ yɛ pɛpɛɛpɛ a wɔfrɛ no **digest** anaa **hash**. Fa no sɛ ɛyɛ **nsateaa nkyerɛwee ma data.** -![alt nkyerɛwee](image-16.png) +![alt nkyerɛwee](/content-images/image-16-52fdf62c87.webp) Cryptographic nsateaa nkyerɛwee pa wɔ nneɛma anan. Fa kura wɔn sɛ intuitions, na ɛnyɛ equations: @@ -69,7 +69,7 @@ Fix no yɛ asɛmfua biako: **randomness.** Afei nso saa ara `v` de ahofama a ɛte sɛ soronko ba bere biara, efisɛ `r` yɛ soronko. Agyapade abien a na yɛpɛ no awiei koraa no abien no nyinaa kura: -![alt nkyerɛwee](image-17.png) +![alt nkyerɛwee](/content-images/image-17-3ec4617665.webp) Sɛ **bue** (da) bɔhyɛ no adi akyiri yi a, wotintim `v` ne `r`; obiara san bu akontaa `H(v, r)` na ɔhwɛ sɛ ɛne no hyia. Wɔato wo mu Ɛno ne nkonyaayi a wɔatoto mu envelope a efi Ahyɛde 0 mu, a wɔayɛ no ankasa. @@ -100,7 +100,7 @@ SHA-256 yɛ nsateaa a ɛyɛ fɛ yiye a wɔde yɛ kɔmputa a wɔde di dwuma da bi Enti Zcash cryptographers yɛɛ hash functions a ne mu nsɛm yɛ *dedaw* field akontabuo, na ɛmaa ne boɔ yɛ mmerɛw sɛ wɔbɛkyerɛ sɛ: -![alt nkyerɛwee](image-18.png) +![alt nkyerɛwee](/content-images/image-18-89ade807ad.webp) Saa engineering nhyɛsoɔ baako yi, *"ɛsɛ sɛ ɛyɛ mmerɛw sɛ wobɛda no adi,"* ɛno nti na Zcash yɛɛ na ɛfaa hash dwumadie soronko mmom sen sɛ ɛbɛduru SHA-256 wɔ baabiara. diff --git a/translations/ak/site/Research/zcash-foundations-series/article-4/article-4-merkle-trees.md b/translations/ak/site/Research/zcash-foundations-series/article-4/article-4-merkle-trees.md index 8f2ca0d2e..d0bfc0e2e 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-4/article-4-merkle-trees.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-4/article-4-merkle-trees.md @@ -1,7 +1,7 @@ # Merkle Nnua: Sɛnea Blockchain Kae Biribiara a Wɔahyɛ no nsow ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-19.png) +![alt nkyerɛwee](/content-images/image-19-cfbdcf8f78.webp) ### Bɔhyɛ ɔpepem pii a yɛbɛbɔ no mua wɔ nsateaa ketewaa biako mu @@ -34,7 +34,7 @@ Fa w’adwene bu knockout tournament bracket, nanso sɛ́ anka agodifo bɛkɔ w - Fa awofo no bom, hash baanu biara bom, ne nea ɛkeka ho. - Kɔ so kɔsi sɛ **nsateaa baako** bɛtena soro. Saa champion no ne **Merkle ntini.** -![alt nkyerɛwee](image-20.png) +![alt nkyerɛwee](/content-images/image-20-f5d57e425a.webp) Agyapadeɛ baako a ɛho hia paa no di akyi tẽẽ firi avalanche effect no mu (Ahyɛdeɛ 3): @@ -77,7 +77,7 @@ step 2: H(hAB , hCD) = ROOT? (combine with the uncle) Wɔabu akontaa ankasa: eyi ma aba `1b3faa3fcc5e...`, a **ne ntini no hyia.** Wɔada no adi sɛ ahaban no wɔ dua no mu. -![alt nkyerɛwee](image-21.png) +![alt nkyerɛwee](/content-images/image-21-d9e5d6eaf6.webp) Nneɛma abien na ɛma eyi yɛ nea tumi wom: @@ -99,7 +99,7 @@ Nsɛm pɔtee kakraa bi a ɛyɛ nokware: - **Fixed depth.** Zcash nnua a wɔabɔ ho ban no wɔ bun **32**, a ɛkyerɛ sɛ wobetumi akura mu akodu `2^(32)` (bɛboro ɔpepepem anan) nkrataa. - **ZK-adamfofa hashing.** Wɔmfa SHA-256 nsi dua no. Sapling de **Pedersen hashes** hashes dua no na Orchard de **Sinsemilla** (abien no nyinaa fi Ahyɛde 3) di dwuma, pɛpɛɛpɛ sɛnea ɛbɛyɛ a asɔremma foro no bo yɛ mmerɛw sɛ wɔbɛda no adi wɔ ɔmansin bi mu. -![alt nkyerɛwee](image-22.png) +![alt nkyerɛwee](/content-images/image-22-518354b8d5.webp) ### Adeɛ baako a dua no *nni* ho dwuma: ɛbɔ ka mmɔho mmienu diff --git a/translations/ak/site/Research/zcash-foundations-series/article-5/article-5-zero-knowledge-proofs.md b/translations/ak/site/Research/zcash-foundations-series/article-5/article-5-zero-knowledge-proofs.md index 212204fa3..9251f95df 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-5/article-5-zero-knowledge-proofs.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-5/article-5-zero-knowledge-proofs.md @@ -1,7 +1,7 @@ # Adanse a Nimdeɛ Nni Mu: Sɛ Wobɛkyerɛ sɛ Wo Teɛ a Worenka Nea Enti a Enti ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-23.png) +![alt nkyerɛwee](/content-images/image-23-71534bece9.webp) ### Ntama a ɛma wiase no di nea entumi nhu da no ho adanse @@ -40,7 +40,7 @@ Saa ɔbodan mu asɛm no da **ahyɛde abiɛsa** a ɛsɛ sɛ adanse biara a wonni ## 3. Ahyɛde abiɛsa no -![alt nkyerɛwee](image-24.png) +![alt nkyerɛwee](/content-images/image-24-b559d31849.webp) | Guarantee a wɔde ma | Wɔ ɔbodan mu asɛm | Wɔ Zcash mu | |---|---|---| @@ -62,7 +62,7 @@ Bridge no yɛ adwene a ɛka saa nsɛm a ɛtoatoa so yi nyinaa bom: Fa no sɛ ɔmansin no sɛ akontaabu anohyeto ahorow a wɔahyehyɛ a *wɔn nyinaa di mu sɛ asɛm no yɛ nokware nkutoo a.* Wɔfrɛ kokoam nsɛm a wɔde hyɛ mu a ɛma biribiara hwɛ, wo nkyerɛwde, wo safoa, Merkle kwan no, **ɔdansefo.** -![alt nkyerɛwee](image-25.png) +![alt nkyerɛwee](/content-images/image-25-2479377e43.webp) Eyi nti na yɛde Ahyɛde 1 dii dwuma wɔ finite fields ne Ahyɛde 3 wɔ ZK-adamfofa hashes so: ɔmansin no ka field akontabuo, enti ɛsɛ sɛ wɔda dwumadie biara a ɛwɔ asɛm no mu (a hashing ne Merkle foro a ɛwɔ Ahyɛdeɛ 4 no ka ho) adi saa. Dodow a oprehyɛn biara bo yɛ mmerɛw sɛ wɔbɛda no adi no, dodow no ara na adanse no sua na ɛyɛ ntɛmntɛm. @@ -90,7 +90,7 @@ Awia aduan biara nni hɔ a wontua hwee. SNARKs pii hia **setup** a ɛyɛ pɛnkor Wɔto saa ahintasɛm a aka yi din **nwura a awuduru wom.** Sɛnea ɛbɛyɛ a wɔbɛtow agu dwoodwoo no, Zcash yɛɛ **apontow ahorow pii guasodeyɛ ahorow** a ɛyɛ nwonwa a wɔn a wɔde wɔn ho pii a wɔde wɔn ho hyɛɛ mu no mu biara de randomness mae; bere tenten a *baako mpo* sɛee wɔn asinasin no nokwarem no, awuduru nwura no yɛ nea wontumi nnya bio. -![alt nkyerɛwee](image-26.png) +![alt nkyerɛwee](/content-images/image-26-cdad6625cd.webp) Nhyehyɛe foforo yi saa ahwehwɛde yi fi hɔ koraa, a ɛyɛ ade titiriw biako nti a Zcash danee ne adanse nhyehyɛe bere tenten. diff --git a/translations/ak/site/Research/zcash-foundations-series/article-6/article-6-shielded-protocol.md b/translations/ak/site/Research/zcash-foundations-series/article-6/article-6-shielded-protocol.md index d3875a1b1..163857ec6 100644 --- a/translations/ak/site/Research/zcash-foundations-series/article-6/article-6-shielded-protocol.md +++ b/translations/ak/site/Research/zcash-foundations-series/article-6/article-6-shielded-protocol.md @@ -1,7 +1,7 @@ # The Shielded Protocol, Awiei kosi Awiei ##### Mfitiase Nhwehwɛmu a efi [Annkkitaaa](https://github.com/Annkkitaaa) -![alt nkyerɛwee](image-27.png) +![alt nkyerɛwee](/content-images/image-27-4094293ec0.webp) ### Aboaboa afã biara ano ayɛ no kokoam Zcash asɛm biako @@ -41,7 +41,7 @@ Nsɛm a ɛtoatoa so no nyinaa wɔ kratafa biako so, a wɔayɛ ho mfonini afi Ahy Biribiara a obi a ɔde di dwuma betumi ayɛ no sen fi ahintasɛm biako mu, **spending key**, fa ɔkwan biako so nhyehyɛe so (agyan biara yɛ nea efi mu ba a wontumi nsakra, afiri apon a ɛwɔ Ahyɛde 2 ne 3 no adom): -![alt nkyerɛwee](image-32.png) +![alt nkyerɛwee](/content-images/image-32-f443f9bb72.webp) Nneɛma abien a ɛfata sɛ yɛhyɛ no nsow, nea afi nsɛm a atwam mu aba abien no nyinaa: @@ -54,7 +54,7 @@ Nneɛma abien a ɛfata sɛ yɛhyɛ no nsow, nea afi nsɛm a atwam mu aba abien n Sɛ wopɛ sɛ wode krataa bi di dwuma wɔ kokoam a, ɛsɛ sɛ woma network no gye nneɛma anan di prɛko pɛ **a worenda nkyerɛwde no, ne bo, ne gyinabea, anaa wo nipasu adi.** Wɔnam ade bi a wunim dedaw so na ɛma nea wɔka biara di ho dwuma. -![alt nkyerɛwee](image-31.png) +![alt nkyerɛwee](/content-images/image-31-86309af194.webp) Adanse no da nokwasɛm ahorow a ɛwɔ ase no mu biara adi **biara** (kyerɛwtohɔ bɛn, hena safoa, bo bɛn). Ɛda no adi nko ara sɛ *nsɛm anan a wɔka no nyinaa kura.* Ɛno ne Zcash a wɔabɔ ho ban no anifere nyinaa, a wɔaka ho asɛm wɔ mfonini biako mu. @@ -92,7 +92,7 @@ Momma yɛnboaboa Alice a ɔretua Bob ka no ano. Yɛde Sapling "spend side / outp Plus baako **binding signature** wɔ bundle no nyinaa so, hyɛ value balance (Ɔfa 5). -![alt nkyerɛwee](image-30.png) +![alt nkyerɛwee](/content-images/image-30-98511eb2d0.webp) Trace the privacy: network no hwɛɛ anchor no, hwɛɛ sɛ nullifier no yɛ foforo, hwɛɛ sɛ adanse no yɛ nokware, na ɛkyerɛɛ sɛ ɛkari pɛ. Ɛgyee sikatua a ɛfata **a ensuaa sika biara, address biara, na ɛnyɛ krataa ko a wɔsɛee no.** Saa bere yi nyinaa krataa a wɔasɛe no no **nullifier** (ne wu) ne Bob **bɔhyɛ foforo** (ne krataa no awo) te ɔmanfo nhyehyɛe ahorow abien mu a abusuabɔ biara a wotumi hu biara nni wɔn ntam, abusuabɔ a wɔatwa afi Ahyɛde 0 no mu. @@ -198,7 +198,7 @@ Wɔde sika dodoɔ no asie, nanso wɔde homomorphic value commitment abɔ emu bia Seesei woatu kwan afi abirabɔsɛm biako mu akɔ kokoam sikatua a edi mũ so: -![alt nkyerɛwee](https://github.com/user-attachments/assets/cd8bbb40-57b8-4854-b9cf-97f2485d126a) +![alt nkyerɛwee](/content-images/cd8bbb40-57b8-4854-b9cf-97f2485d126a-8847fae521.webp) Efi ha, abɔde mu arc a edi hɔ no kɔ akyiri: Groth16 ne Halo 2 mu adwumayɛ, ahotoso-nsiesie guasodeyɛ, Sapling ne Orchard amansin no kɔ akyiri, key derivation ne address ahorow ahorow, ne protocol no nkɔso wɔ network upgrades nyinaa mu. Nanso fapem no wɔ hɔ mprempren, na saa nsɛmti no mu biara wɔ ofie a ɔde bata ho. diff --git a/translations/ak/site/Start_Here/Development_Fund.md b/translations/ak/site/Start_Here/Development_Fund.md index 6c89ae6e4..d2ac63ba9 100644 --- a/translations/ak/site/Start_Here/Development_Fund.md +++ b/translations/ak/site/Start_Here/Development_Fund.md @@ -17,7 +17,7 @@ Wɔde adwuma ahyɛ wɔn a wɔyɛ block (a wɔfrɛ wɔn miners) nsa sɛ wɔnhwɛ Wɔ Bitcoin ne cryptocurrencies afoforo mu no, block akatua no nyinaa kɔ block producers nkyɛn. Zcash yɛ soronko wɔ nokwasɛm a ɛyɛ sɛ wɔde block akatua no 20% kɔ [Zcash nkɔso sikakorabea](https://zips.z.cash/zip-1014). Saa sikakorabea yi boa akuo a wɔreyɛ adwuma wɔ Zcash protocol no ho ka. Mprempren, [Zcash Community Grants](https://zcashcommunitygrants.org/) nya 8% wɔ block akatua mu, Electric Coin Co. nya 7%, na Zcash Foundation nya 5%. Eyi yɛ adwuma kɔ 40%, 35%, ne 25% wɔ nkɔso sikakorabea no mu. -![Dev Sikakorabea a Wogye ](https://user-images.githubusercontent.com/43553081/212411570-4858a3d6-f7a1-465a-bf0c-d2ef726d41dc.jpeg) +![Dev Sikakorabea a Wogye ](/content-images/212411570-4858a3d6-f7a1-465a-bf0c-d2ef72-1efe3a104e.webp) Wɔ afe 2020 mu no, Zcash mpɔtam hɔfoɔ too aba wɔ nkɔsoɔ sikakorabea no ne akuo a ɛboaa wɔn no ho. Wɔ afe 2024 mu no, mpɔtam hɔfoɔ bɛto aba bio de ahwɛ deɛ ɔbɛnya sika afiri nkɔsoɔ sikakorabea no mu. @@ -30,11 +30,11 @@ Hybrid Deferred Dev Fund Lockbox yɛ sikasɛm nhyehyɛe a wɔapaw ama Zcash nkɔ Wɔnam nhyehyeɛ a ɛkɔ akyiri a mpɔtam hɔfoɔ di so na ɛsii gyinaeɛ sɛ wɔde 20% Dev Fund Lockbox no bedi dwuma. Nea ɛka eyi ho ne Zcash Community Advisory Panel (ZCAP) nhwehwɛmu abien, ne nhwehwɛmu pii a wɔyɛe wɔ abɔde a nkwa wom nyinaa mu. Saa nhwehwɛmu ahorow yi maa nnipa pii a wɔde wɔn ho hyɛɛ mu no tumi kaa wɔn adwene na wɔboaa gyinaesi nhyehyɛe no. -![](https://global.discourse-cdn.com/zcash/original/3X/f/d/fdb9fcfc723fbfdc57c1ee276e7d4a57cd40fbbd.png) +![](/content-images/fdb9fcfc723fbfdc57c1ee276e7d4a57cd40fbbd-8f378b3e3d.webp) Sɛnea wɔde dev sikakorabea lockbox no akɔ akyiri (a ɛkyerɛ sɛ wɔbɛbue sika no denam network upgrade so akyiri yi), ɛrenkyɛ Zcash Community no besi gyinae wɔ ɔkwan a wɔbɛfa so akyekyɛ sika no ho. Ɔkwan baako a wɔahyɛ ho nyansa ne ‘Zbloc’ decentralized governance mechanism. -![Nniso foforo a ebetumi aba sɛ wɔde di dwuma wɔ amansin mu](https://global.discourse-cdn.com/zcash/original/3X/9/9/99588d6f43a3143cb3616e8a89df5125e855ba39.png) +![Nniso foforo a ebetumi aba sɛ wɔde di dwuma wɔ amansin mu](/content-images/99588d6f43a3143cb3616e8a89df5125e855ba39-5688d8901f.webp) ## Akadeɛ diff --git a/translations/ak/site/Start_Here/New_User_Guide.md b/translations/ak/site/Start_Here/New_User_Guide.md index f4a81a9cd..225181143 100644 --- a/translations/ak/site/Start_Here/New_User_Guide.md +++ b/translations/ak/site/Start_Here/New_User_Guide.md @@ -101,7 +101,7 @@ Zcash Community Forum yɛ beaeɛ a Zcash mpɔtam hɔfoɔ susuw nneɛma a ɛfa Zc Mpɔtam hɔfo ani gye ho na wɔma asɔremma foforo akwaaba kɛse. Ɛtɔ mmere bi a nkɔmmɔbɔ betumi ayɛ mfiridwuma mu de, nanso mma ɛnhaw wo! Sɛ wowɔ asɛmmisa bi da bi a, wubetumi abisa. - zcash-logo-horizontal-transparent + zcash-logo-horizontal-transparent --- diff --git a/translations/ak/site/Start_Here/What_is_ZEC_and_Zcash.md b/translations/ak/site/Start_Here/What_is_ZEC_and_Zcash.md index 4b003ec3d..71ff46b13 100644 --- a/translations/ak/site/Start_Here/What_is_ZEC_and_Zcash.md +++ b/translations/ak/site/Start_Here/What_is_ZEC_and_Zcash.md @@ -43,7 +43,7 @@ Zcash yɛ "Zerocash" protocol no a wɔde di dwuma. Ɛyɛ open-source, blockchain Zcash siesie Bitcoin sintɔ kɛse no; ankorankoro wurayɛ ne data a wɔde ma afoforo. Wɔ wiase a blockchain application ne cryptocurrencies regye atom kɛse mu no, nkitahodi a wɔde din atoro di no nyɛ ɔkwan a ɛfata bio a wɔfa so bɔ nea ɔde di dwuma no kokoam nsɛm ho ban. Surveillance applications reyɛ adwuma kɛse de ahwehwɛ blockchain nkitahodi mu. - + #### Akadeɛ diff --git a/translations/ak/site/Start_Here/What_is_ZecHub.md b/translations/ak/site/Start_Here/What_is_ZecHub.md index a47de5d52..cb227a693 100644 --- a/translations/ak/site/Start_Here/What_is_ZecHub.md +++ b/translations/ak/site/Start_Here/What_is_ZecHub.md @@ -54,7 +54,7 @@ Wɔ anigyeɛ a ɛne sɛ wobɛkura uniform hwɛbea akɔ ZecHub mu no, template bi Ntoboa: [ha](https://explorer.zec.rocks/ua/u17sawf3pdh7z6tsy83vhjd2z7sztpy9y87wyyqz4vqshn3yhch28q3ud3lr0etadl3flz4c9zdrtn9lwlf23vzmjnll97efxzg9h0rjzn9qvhvqr8p3394ysnfhg560xxxc66yxzh8r548myxn3l2qrc9pfrt8nrzhxvlpuuykv7czjsm) - + diff --git a/translations/ak/site/Using_Zcash/Buying_ZEC.md b/translations/ak/site/Using_Zcash/Buying_ZEC.md index 1b652fb16..c6c004a69 100644 --- a/translations/ak/site/Using_Zcash/Buying_ZEC.md +++ b/translations/ak/site/Using_Zcash/Buying_ZEC.md @@ -55,12 +55,12 @@ Nsesa akɛse dodow no ara boa Zcash. Hwɛ ha ma nsɛm a wɔahyehyɛ a ɛkɔ akyi Saa nneɛma a wɔde sesa nneɛma yi boa sika a woyi fi mu a ɛda adi pefee. Wei kyerɛ sɛ sɛ woyi ZEC kɔ wo sika kotokuo mu a, ɛsɛ sɛ wode kɔ wo address a ɛda adi pefee, wo ɔmanfoɔ ZEC address. Klik [ha](https://zechub.wiki/using-zcash/non-custodial-exchanges) me fam no, nsɛm a ɛkɔ akyiri. -![dex](https://github.com/user-attachments/assets/bfe2e9cf-2def-4593-b790-152e14b23da3) +![dex](/content-images/bfe2e9cf-2def-4593-b790-152e14b23da3-f94f97c7e6.webp) Sɛ woreyɛ eyi a, yɛhyɛ nyansa sɛ fa [sika kotoku] a edidi so yi mu biako di dwuma](https://zechub.wiki/wallets). -![moobaa](https://github.com/user-attachments/assets/8b7618f5-dec6-4e6b-9804-db75be5c1e2f) +![moobaa](/content-images/8b7618f5-dec6-4e6b-9804-db75be5c1e2f-14fa53d3bd.webp)
diff --git a/translations/ak/site/Using_Zcash/Creators_and_Tips.md b/translations/ak/site/Using_Zcash/Creators_and_Tips.md index 252cf4de9..a34d5464b 100644 --- a/translations/ak/site/Using_Zcash/Creators_and_Tips.md +++ b/translations/ak/site/Using_Zcash/Creators_and_Tips.md @@ -59,7 +59,7 @@ ## TipZ a ɛyɛ fɛ -![Afotuo Ahyɛnsodeɛ](https://pbs.twimg.com/profile_images/2023711029805350912/BbXM8cDV_400x400.jpg) +![Afotuo Ahyɛnsodeɛ](/content-images/BbXM8cDV_400x400-e6071ba983.webp) ### Nsɛm a wɔaka abom diff --git a/translations/ak/site/Using_Zcash/Custodial_Exchanges.md b/translations/ak/site/Using_Zcash/Custodial_Exchanges.md index 267e33eb5..55744cde0 100644 --- a/translations/ak/site/Using_Zcash/Custodial_Exchanges.md +++ b/translations/ak/site/Using_Zcash/Custodial_Exchanges.md @@ -2,7 +2,7 @@ Edit Page -# Alt Text Custodial Exchanges +# Alt Text Custodial Exchanges --- @@ -45,7 +45,7 @@ ___ ### [Coinbase a ɛwɔ hɔ](https://coinbase.com) - + - Wɛbsaet: [Coinbase](https://coinbase.com) @@ -57,7 +57,7 @@ ___ ### [Gemini a ɔyɛ ɔbarima](https://gemini.com) - Gemini Custodian Exchange Logo + Gemini Custodian Exchange Logo - Wɛbsaet: [Gemini](https://gemini.com) @@ -69,7 +69,7 @@ ___ ### [Huobi, na ɔde ne nsa kyerɛɛ ne so](https://huobi.com) - Huobi Logo + Huobi Logo - Wɛbsaet: [Huobi](https://huobi.com) @@ -81,7 +81,7 @@ ___ ### [Kraken na ɔkyerɛwee](https://kraken.com) - Kraken Promotional + Kraken Promotional - Wɛbsaet: [Kraken](https://kraken.com) @@ -93,7 +93,7 @@ ___ ### [KuCoin a wɔde yɛ adwuma](https://kucoin.com) - KuCoin Logo + KuCoin Logo - Wɛbsaet: [KuCoin](https://kucoin.com) diff --git a/translations/ak/site/Using_Zcash/Encifher_Swaps.md b/translations/ak/site/Using_Zcash/Encifher_Swaps.md index 0478fd591..58108542f 100644 --- a/translations/ak/site/Using_Zcash/Encifher_Swaps.md +++ b/translations/ak/site/Using_Zcash/Encifher_Swaps.md @@ -1,7 +1,7 @@ # **SOL/USDC a ɛyɛ kokoam -> ZEC Swap a wode Encrypt.trade Di Dwuma** -![img1](https://hackmd.io/_uploads/Bkbg5alCll.jpg) +![img1](/content-images/Bkbg5alCll-7a02545c00.webp) *Wo pon a ɛkɔ kokoam, cross-chain swaps a NEAR Intents na ɛma ahoɔden.* @@ -12,7 +12,7 @@ Wɔ nnɛyi blockchain wiase no mu no, kokoamsɛm nyɛ nea wobetumi apaw - ɛho hia. Na [**encrypt.trade** na ɛwɔ hɔ.](https://app.encifher.io/zec), wɔn a wɔde di dwuma no betumi asesa **SOL anaa USDC** wɔ Solana so a ɛnyɛ den akɔ **Zcash (ZEC)** mu bere a wɔde nkitahodi no sie kokoam koraa. Nsesaeɛ a ɛwɔ mfimfini biara nni hɔ, identity exposure biara nni hɔ - swapping a ɛyɛ mmerɛw, a wɔabɔ no encrypted kɛkɛ. -![img2](https://hackmd.io/_uploads/ByQ2qpeRee.jpg) +![img2](/content-images/ByQ2qpeRee-67fce2814c.webp) --- @@ -20,7 +20,7 @@ Wɔ nnɛyi blockchain wiase no mu no, kokoamsɛm nyɛ nea wobetumi apaw - ɛho h Kɔ [encrypt.trade so](https://app.encifher.io/zec) de **Chrome anaa Firefox** di dwuma, na fa wo **Phantom**, **Solflare**, anaa **Slope** sika kotoku no bata ho. Hwɛ sɛ wo sika kotokuo no kura **SOL** a ɛdɔɔso ma gas ho ka ne tokens a wopɛ sɛ wodi gua. Sɛ wonya nkitahodi wie a, woasiesie wo ho sɛ wobɛkyekyere w’agyapade. -![img3](https://hackmd.io/_uploads/SyVOs6lRxx.jpg) +![img3](/content-images/SyVOs6lRxx-cbd8193e84.webp) @@ -28,7 +28,7 @@ Kɔ [encrypt.trade so](https://app.encifher.io/zec) de **Chrome anaa Firefox** d --- -![img4 na ɛwɔ hɔ](https://hackmd.io/_uploads/Bkh_jTgCex.jpg) +![img4 na ɛwɔ hɔ](/content-images/Bkh_jTgCex-2fc8428592.webp) --- @@ -39,13 +39,13 @@ Kɔ **Wrap** ɔfa no so. Paw **SOL** anaa **USDC**, kyerɛw sika dodow no, na si -![img5](https://hackmd.io/_uploads/S10J26xCxg.jpg) +![img5](/content-images/S10J26xCxg-6322a40b18.webp) --- -![img6](https://hackmd.io/_uploads/Sk0y3Te0gl.jpg) +![img6](/content-images/Sk0y3Te0gl-124792365a.webp) --- @@ -54,7 +54,7 @@ Kɔ **Wrap** ɔfa no so. Paw **SOL** anaa **USDC**, kyerɛw sika dodow no, na si Twe [**Zashi** no na fa wo ho.](https://www.google.com/url?sa=t&source=web&rct=j&opi=89978449&url=https://play.google.com/store/apps/details%3Fid%3Dco.electriccoin.zcash%26hl%3Den%26referrer%3Dutm_source%253Dgoogle%2526utm_medium%253Dorganic%2526utm_term%253Ddownload%2Bzashi%26pcampaignid%3DAPPU_1_BU7zaJ3oL8CEhbIP373a0Qs&ved=2ahUKEwjd_p7KqK2QAxVAQkEAHd-eNroQ5YQBegQIDRAC&usg=AOvVaw2x5eoefTu-3dkuC3ujc4cn), the official Zcash wallet by Electric Coin Co. Kɔpi wo **Unified Address** fi Receive tab no so - ɛboa ZEC a ɛda adi ne nea wɔabɔ ho ban nyinaa. Fa wo aba kasasin no sie yiye ansa na woatoa so. -![img7](https://hackmd.io/_uploads/SykjhpgRll.jpg) +![img7](/content-images/SykjhpgRll-60d19f6979.webp) --- @@ -64,19 +64,19 @@ San kɔ **encrypt.trade** so, kɔ **Swap**. Paw **eSOL/eUSDC -> ZEC**, fa wo Zas -![img8](https://hackmd.io/_uploads/SJkI6pl0ge.jpg) +![img8](/content-images/SJkI6pl0ge-9f93d8f34c.webp) --- -![img9 na ɛwɔ hɔ](https://hackmd.io/_uploads/S1yoapgRle.jpg) +![img9 na ɛwɔ hɔ](/content-images/S1yoapgRle-6d2031a62c.webp) **NEAR Intents** engine no di cross-chain routing ho dwuma ankasa - ɛde **ZEC** kɔ wo Zashi sika kotoku mu tẽẽ wɔ sikani kakraa bi mu. -![img10 na ɛwɔ hɔ](https://hackmd.io/_uploads/S1h36Tg0xl.jpg) +![img10 na ɛwɔ hɔ](/content-images/S1h36Tg0xl-2d7dd0a495.webp) --- diff --git a/translations/ak/site/Using_Zcash/Faucets.md b/translations/ak/site/Using_Zcash/Faucets.md index 86e7ca50b..338633929 100644 --- a/translations/ak/site/Using_Zcash/Faucets.md +++ b/translations/ak/site/Using_Zcash/Faucets.md @@ -4,7 +4,7 @@ # Faucets a wɔde yɛ adwuma -Screenshot_2025-10-30_10-36-45 +Screenshot_2025-10-30_10-36-45 Faucets yɛ nnwuma a wɔde cryptocurrency nketenkete ma kwa. Wɔtaa de di dwuma wɔ developers de sɔ cryptocurrency hwɛ na wɔn a wɔde di dwuma de nya cryptocurrency kakraa bi a enhia sɛ wɔtɔ. Wɔtaa to cryptocurrency dodow a obi a ɔde di dwuma betumi anya bere tenten bi ano hye. diff --git a/translations/ak/site/Using_Zcash/Metamask_Snap.md b/translations/ak/site/Using_Zcash/Metamask_Snap.md index 1e538c2b1..7ad300c11 100644 --- a/translations/ak/site/Using_Zcash/Metamask_Snap.md +++ b/translations/ak/site/Using_Zcash/Metamask_Snap.md @@ -41,7 +41,7 @@ MetaMask seesei boa **shielded Zcash (ZEC)** denam **ChainSafe-developed Zcash S Store data on your device ``` -![Zcash-snap-a wɔde hyɛ mu](https://hackmd.io/_uploads/Hy5MSG2Oex.png) +![Zcash-snap-a wɔde hyɛ mu](/content-images/Hy5MSG2Oex-42d0c5b346.webp) --- @@ -59,7 +59,7 @@ Sɛ wopɛ **BNB SmartChain** a; - Block Explorer URL: https://bscscan.com ``` Wei ma network info ne explorer links tumi yɛ adwuma. -![Fa-a-asɛm-Net-ka ho....](https://hackmd.io/_uploads/S1hq7f2Oel.png) +![Fa-a-asɛm-Net-ka ho....](/content-images/S1hq7f2Oel-e1ca8b9044.webp) Na **Zcash Mainnet** na ɛyɛ adwuma; ```markdown @@ -75,13 +75,13 @@ Na **Zcash Mainnet** na ɛyɛ adwuma; 1. Kɔ [webzjs.nkɔnsɔnkɔnsɔn.dev](https://webzjs.chainsafe.dev). 2. Klik **Fa MetaMask Snap no bata ho**. -![Zcash-wɛb-sikasɛm](https://hackmd.io/_uploads/Sk8nSz3dgl.png) +![Zcash-wɛb-sikasɛm](/content-images/Sk8nSz3dgl-98ce36cc67.webp) 3. Pene nkitahodi no so. 4. Hwɛ wo Zcash akontaabu no mu nsɛm tiawa, a nea ɛka ho ne: - Address ahorow a wɔaka abom ne Address a ɛda adi pefee -![Akontaabu-nsɛmti-unif....](https://hackmd.io/_uploads/r17c_Mhdel.jpg) +![Akontaabu-nsɛmti-unif....](/content-images/r17c_Mhdel-f4963826d5.webp) 5. Twɛn ma synchronization no nwie. @@ -96,7 +96,7 @@ Na **Zcash Mainnet** na ɛyɛ adwuma; > **Swap ETH -> ZEC** - Fa nnwuma te sɛ **LeoDex** di dwuma na fa kɔ wo shielded address no so. > **Exchange Withdrawal** - Twe ZEC a woatɔ no kɔ wo WebZjs address a wɔabɔ ho ban no so. -![LEODEX-NKYERƐKYERƐMU](https://hackmd.io/_uploads/HyLQ0G2ugg.png) +![LEODEX-NKYERƐKYERƐMU](/content-images/HyLQ0G2ugg-8d82ef24f6.webp) > => Fa address ahorow a wɔabɔ ho ban (z) di dwuma ma **kokoamsɛm a edi mũ**. @@ -111,7 +111,7 @@ Na **Zcash Mainnet** na ɛyɛ adwuma; - Shielded recipient address - Amount ``` - ![Nneɛma a Wɔde Kɔma-Balance](https://hackmd.io/_uploads/rkvcFfhdex.png) + ![Nneɛma a Wɔde Kɔma-Balance](/content-images/rkvcFfhdex-bd55d079eb.webp) 4. Si ayɔnkofa no so dua wɔ MetaMask (fa wo nsa hyɛ asɛm no ase). 5. Sika a wɔanya no bɛda adi wɔ WebZjs mu bere a wɔahyɛ no den akyi. @@ -145,7 +145,7 @@ Na **Zcash Mainnet** na ɛyɛ adwuma; Transparent Address ``` -![Address-nneɛma](https://hackmd.io/_uploads/SyPR2f2_gg.png) +![Address-nneɛma](/content-images/SyPR2f2_gg-3907c5bf58.webp) diff --git a/translations/ak/site/Using_Zcash/Mobile_Top_Ups.md b/translations/ak/site/Using_Zcash/Mobile_Top_Ups.md index 8469a05f1..e2f183e06 100644 --- a/translations/ak/site/Using_Zcash/Mobile_Top_Ups.md +++ b/translations/ak/site/Using_Zcash/Mobile_Top_Ups.md @@ -10,36 +10,36 @@ Kɔ [Coinsbee.com](https://www.coinsbee.com/en/shop/mobile-top-ups/) na yɛ akon ### 2. Paw wo man ne wo network Twe kɔ benkum so atifi na paw wo man; afei paw mobile phone credit na paw network a wopɛ sɛ wode hyɛ mu (nhwɛso: MTN). -![Anamɔn 2 - Ɔman ne ntwamutam a wobɛpaw](https://cdn-images-1.medium.com/max/1200/0*qvB7ZCWaVWa-C2d8) +![Anamɔn 2 - Ɔman ne ntwamutam a wobɛpaw](/content-images/0-qvB7ZCWaVWa-C2d8-db0d4ea372.webp) ### 3. Hyɛ nsɛm a ɛkɔ akyiri no ma na tɔ Hyɛ nsɛm a ɛfata no ma na bɔ "Tɔ Seesei" bɔtn no. Bue teaseɛnam no na hwɛ wo krataa no, klik toa so, na fa $ZEC si adetɔ no so dua. -![Anamɔn 3 - Adetɔ screen](https://cdn-images-1.medium.com/max/1200/0*ikF-ooBc9W7olfNt) +![Anamɔn 3 - Adetɔ screen](/content-images/0-ikF-ooBc9W7olfNt-7a4584edda.webp) ### 4. Katua ho nsɛm Wɔde sika a ɛne no sɛ wɔ $ZEC mu bɛma, ne address a ɛda adi pefee a ɛsɛ sɛ wɔde sika no kɔ. -![Anamɔn 4 - ZEC sikatua ho nsɛm](https://cdn-images-1.medium.com/max/1200/0*6_YhAhQnsLbrMvHN) +![Anamɔn 4 - ZEC sikatua ho nsɛm](/content-images/0-6_YhAhQnsLbrMvHN-c9646f3604.webp) ### 5. Fa sika a wotua no mena Copy na paste dodow ne address no yiye. Wɔ memo field no mu no, fa wo YWallet address ka ho sɛ ebia wɔbɛsan de sika no ama wo a. -![Anamɔn 5 - ZEC a wɔde bɛmena](https://cdn-images-1.medium.com/max/1200/0*DNnpyemsKcW-k-u-) +![Anamɔn 5 - ZEC a wɔde bɛmena](/content-images/0-DNnpyemsKcW-k-u-bcaaa51d3a.webp) ### 6. Nneɛma a wɔyɛ Sɛ wɔde sika no mena wie a, wobedi w’abisade no ho dwuma wɔ simma kakraa bi mu. -![Anamɔn 6 - Dwumadie screen](https://cdn-images-1.medium.com/max/1200/0*LgXuUVLVecqrUW5G) +![Anamɔn 6 - Dwumadie screen](/content-images/0-LgXuUVLVecqrUW5G-a894c7b2dd.webp) ### 7. Nsɛm a wɔde si so dua Hey... Me line no na wɔde credit ama! Wubetumi nso asi wo email no so dua wɔ sikatua nhyehyɛe no mu sɛnea ɛbɛyɛ a wobɛfa email so abɔ wo amanneɛ bere a wɔawie asɛm no. -![Anamɔn 7 - Top-up a edi mu](https://cdn-images-1.medium.com/max/1200/0*TJKIcqznQ4Y8_jgo) +![Anamɔn 7 - Top-up a edi mu](/content-images/0-TJKIcqznQ4Y8_jgo-e725aed571.webp) --- -![Screenshot foforo a wɔayɛ](https://cdn-images-1.medium.com/max/1200/0*Jn7tD9lb2xtMBpIw) +![Screenshot foforo a wɔayɛ](/content-images/0-Jn7tD9lb2xtMBpIw-ea9fbfb630.webp) ### Mmeae Afoforo a Wɔde Di Dwuma ZEC diff --git a/translations/ak/site/Using_Zcash/Non-Custodial_Exchanges.md b/translations/ak/site/Using_Zcash/Non-Custodial_Exchanges.md index f9c9405f4..56cdce1a4 100644 --- a/translations/ak/site/Using_Zcash/Non-Custodial_Exchanges.md +++ b/translations/ak/site/Using_Zcash/Non-Custodial_Exchanges.md @@ -2,7 +2,7 @@ Edit Page -# Alt Text Non-Custodial Exchanges +# Alt Text Non-Custodial Exchanges [Zcash Nsesaeɛ a Ɛnyɛ Custodial](/site/Using_Zcash/DEX_List) diff --git a/translations/ak/site/Using_Zcash/Payment_Processors.md b/translations/ak/site/Using_Zcash/Payment_Processors.md index 27eb6ad94..23907de79 100644 --- a/translations/ak/site/Using_Zcash/Payment_Processors.md +++ b/translations/ak/site/Using_Zcash/Payment_Processors.md @@ -4,7 +4,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: Wiase nyinaa cryptocurrency sikatua apon a ɛboa cryptocurrencies bɛboro 100, a Zcash ka ho. Ɛde nkabom a ɛnyɛ den ma intanɛt so sotɔɔ ahorow. - **URL**: [Nsika a Wɔde Tua Ka](https://www.coinpayments.net) -CoinPayments Logo +CoinPayments Logo --- @@ -12,7 +12,7 @@ - **Mmoa Type**: Wɔabɔ ho ban - **Nkyerɛkyerɛmu**: Gye Zcash tom wɔ simma mu, Ɛnyɛ custodial, Zero adetɔfo data, Mfinimfini biara nni hɔ. - **URL**: [CipherPay a wɔde tua ho ka](https://www.cipherpay.app) -CipherPay Logo +CipherPay Logo --- @@ -20,7 +20,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: Flexa yɛ cryptocurrency payment processor a ɛma aguadifo tumi gye dijitaal agyapade, a Zcash (ZEC) ka ho, ma da biara da nnwuma. - **URL**: [Nneɛma a ɛyɛ fɛ](https://flexa.co/) -Flexa Logo +Flexa Logo --- @@ -28,7 +28,7 @@ - **Mmoa Type**: Wɔabɔ ho ban - **Nkyerɛkyerɛmu**: BTCPay Server yɛ open-source, cryptocurrency sikatua dwumadie a ɛyɛ ne ho. - **URL**: [BTCPay Ɔsomfoɔ](https://github.com/btcpay-zcash/btcpayserver-zcash-plugin) -BTCPay Server Logo +BTCPay Server Logo --- @@ -36,7 +36,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi na ɛyɛ nea wɔabɔ ho ban - **Nkyerɛkyerɛmu**: ZGo yɛ kɔmputa so sikatua kwan a efi w’adetɔfo hɔ kɔ wo nkyɛn tẽẽ, a nnipa foforo biara nni mu. - **URL**: [ZGo. Ɔde ne nsa kyerɛɛ ne so](https://zgo.cash/) -ZGo Logo +ZGo Logo --- @@ -44,7 +44,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: NOWPayments yɛ crypto sikatua apon a ɛma aguadifo tumi gye Zcash sikatua ne ntoboa a ɛnyɛ den. - **URL**: [NOWPayments](https://nowpayments.io/supported-coins/zcash-payments) -NOWPayments Logo +NOWPayments Logo --- @@ -52,7 +52,7 @@ - **Mmoa**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: Binance Pay yɛ cryptocurrency sikatua kwan a ɛboa Zcash sikatua. - **URL**: [Binance Akatua](https://pay.binance.com/en) -Binance Pay Logo +Binance Pay Logo --- @@ -60,7 +60,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: CoinGate ma sikatua apon ma nnwuma sɛ wobegye Zcash. - **URL**: [Sika Pon](https://coingate.com/) -CoinGate Logo +CoinGate Logo --- @@ -68,7 +68,7 @@ - **Mmoa Type**: Ɛyɛ nea ɛda adi pefee - **Nkyerɛkyerɛmu**: Plisio yɛ cryptocurrency sikatua apon a ɛma nnwuma tumi gye Zcash sikatua. - **URL**: [Plisio, na ɔyɛ ɔkyerɛwfo](https://plisio.net/accept-zcash) -Plisio Logo +Plisio Logo diff --git a/translations/ak/site/Using_Zcash/Recovering_Funds.md b/translations/ak/site/Using_Zcash/Recovering_Funds.md index 163222676..0c2c01873 100644 --- a/translations/ak/site/Using_Zcash/Recovering_Funds.md +++ b/translations/ak/site/Using_Zcash/Recovering_Funds.md @@ -28,7 +28,7 @@ Wogye YWallet tom sɛ akwan a eye sen biara a wɔfa so nya sika a wontumi nkɔ h 4. Wɔ atifi nifa so no, klik plus sign so -![Plus sign button no ka ho](https://i.postimg.cc/xJbVz7gB/plus.png) +![Plus sign button no ka ho](/content-images/plus-3ca2c1649a.webp) 5. Toggle 'San fa akontaabu bi ba'. @@ -46,7 +46,7 @@ Wogye YWallet tom sɛ akwan a eye sen biara a wɔfa so nya sika a wontumi nkɔ h 4. Hyehyɛ wo aba kasasin (Gap anohyeto scans ma address foforo a aba no de aba) . -![Sweep Sikakorabea screen](https://i.postimg.cc/3055CBcN/sweep.png) +![Sweep Sikakorabea screen](/content-images/sweep-6c956553a9.webp) 5. Hyehyɛ Value Pool no mu ma baabi a wopɛ sɛ wode di dwuma (Exchanges de Transparent di dwuma) . diff --git a/translations/ak/site/Using_Zcash/Shielded_Pools.md b/translations/ak/site/Using_Zcash/Shielded_Pools.md index 33edcf055..73dec1215 100644 --- a/translations/ak/site/Using_Zcash/Shielded_Pools.md +++ b/translations/ak/site/Using_Zcash/Shielded_Pools.md @@ -34,7 +34,7 @@ Bere a Zcash renya nkɔso no, wobetumi de atare foforo a wɔabɔ ho ban aba de a
-![img1](https://github.com/user-attachments/assets/4ba8cca2-cea5-42d2-8ec2-2122b26f5144) +![img1](/content-images/4ba8cca2-cea5-42d2-8ec2-2122b26f5144-9db37e245e.webp) Mfonini 1: Nhyehyɛeɛ a ɛkyerɛ mprempren atare 4 a ɛwɔ October, 2025
@@ -45,7 +45,7 @@ Mfonini 1: Nhyehyɛeɛ a ɛkyerɛ mprempren atare 4 a ɛwɔ October, 2025 1.

Orchard Pool

-![img2](https://github.com/user-attachments/assets/a672e001-6dbc-4e76-ab31-0ed7d7d2ff72) +![img2](/content-images/a672e001-6dbc-4e76-ab31-0ed7d7d2ff72-93b5a23e5d.webp) Mfonini 2: Nhyehyɛeɛ a ɛkyerɛ Orchard pool no firi October, 2025
@@ -63,7 +63,7 @@ ____ 2.

Sapling Pool

-![img3](https://github.com/user-attachments/assets/b1c6bb71-9356-45eb-8e4a-19d7cf1790ae) +![img3](/content-images/b1c6bb71-9356-45eb-8e4a-19d7cf1790ae-5e3051b082.webp) Mfonini 3: Nhyehyɛeɛ a ɛkyerɛ Sapling pool no firi October, 2025
@@ -83,7 +83,7 @@ ____ 3.

Sprout Pool

-![img4 na ɛwɔ hɔ](https://github.com/user-attachments/assets/956eceed-f4d6-4087-99d0-32a770449dda) +![img4 na ɛwɔ hɔ](/content-images/956eceed-f4d6-4087-99d0-32a770449dda-a3cc45305e.webp) Mfonini 4: Nhyehyɛeɛ a ɛkyerɛ Sprout pool no firi October, 2025 Sprout ne Zero Knowledge kokoam nsɛm ho nhyehyɛe a edi kan a wɔabue ano a wɔmma ho kwan a wɔde sii hɔ pɛn. Wɔde sii hɔ wɔ Ɔkɔtɔberɛ da a ɛtɔ so aduonu nwɔtwe, afe 2016. @@ -98,7 +98,7 @@ Berɛ a Zcash abɔdeɛ a nkwa wom nhyehyɛeɛ no kɔɔ so trɛwee wɔ nkitahodi 4.

Transparent Pool


-![img5](https://github.com/user-attachments/assets/01de2907-b62d-4421-83d7-ea4908faa828) +![img5](/content-images/01de2907-b62d-4421-83d7-ea4908faa828-6f74b724ed.webp) Mfonini 5: Nhyehyɛeɛ a ɛkyerɛ Transparent pool no firi October, 2025
diff --git a/translations/ak/site/Using_Zcash/Solswap.md b/translations/ak/site/Using_Zcash/Solswap.md index 41d3d0646..b6024f210 100644 --- a/translations/ak/site/Using_Zcash/Solswap.md +++ b/translations/ak/site/Using_Zcash/Solswap.md @@ -2,7 +2,7 @@ -![img1](https://hackmd.io/_uploads/SJOlnt-ceg.png) +![img1](/content-images/SJOlnt-ceg-34468cfecd.webp) --- @@ -11,7 +11,7 @@ Fi ase **Phantom app** no na pia **Swap** bɔtn no so, . anaa kɔ **[solswap.org](https://solswap.org/)** fi wo Phantom browser no so. -![img2](https://hackmd.io/_uploads/S1Cp-KWqxe.jpg) +![img2](/content-images/S1Cp-KWqxe-ab70e844b9.webp) --- @@ -19,7 +19,7 @@ anaa kɔ **[solswap.org](https://solswap.org/)** fi wo Phantom browser no so. - Paw wo **source network** (e.g., *Ethereum* anaa *Solana*) afei fa to hɔ ma sesa. -![img3](https://hackmd.io/_uploads/S1SaGYZ9xx.jpg) +![img3](/content-images/S1SaGYZ9xx-2a27ccdd47.webp) - Paw base token te sɛ **SOL, USDT, anaa USDC**. - Paw **ZEC** sɛ wo **destination token**. @@ -27,7 +27,7 @@ anaa kɔ **[solswap.org](https://solswap.org/)** fi wo Phantom browser no so. -![img4 na ɛwɔ hɔ](https://hackmd.io/_uploads/ry4QQF-5gx.jpg) +![img4 na ɛwɔ hɔ](/content-images/ry4QQF-5gx-f3805528ea.webp) --- @@ -36,7 +36,7 @@ anaa kɔ **[solswap.org](https://solswap.org/)** fi wo Phantom browser no so. - Phantom bɛda **sika a wɔabu akontaa sɛ wobenya** adi wɔ sika a wɔatua akyi. -![img5](https://hackmd.io/_uploads/B1U1NYW5xe.jpg) +![img5](/content-images/B1U1NYW5xe-58cf150668.webp) --- @@ -63,7 +63,7 @@ Kɔ **Sesa Nsiesiei** so kɔ: - Klik **Swap Now** na fi ase yɛ adwuma no. -![img6](https://hackmd.io/_uploads/HkU1UKZ5gx.jpg) +![img6](/content-images/HkU1UKZ5gx-e068ea8d5a.webp) --- @@ -72,6 +72,6 @@ Kɔ **Sesa Nsiesiei** so kɔ: - Sɛ wopɛ cross-chain swaps a, fa wo **transaction ID** ne **Li.Fi Scanner** di dwuma ma bere ankasa mu nsɛm foforo. -![img7](https://hackmd.io/_uploads/S1NBwKbcxe.jpg) +![img7](/content-images/S1NBwKbcxe-5b7d11f5c1.webp) ## Afei wubetumi afi ase de akwankyerɛ yi abɔ wo [ZEC ho ban](https://zechub.wiki/guides/using-zec-privately) diff --git a/translations/ak/site/Using_Zcash/Spend_Zcash/Top_10_Places_to_spend_ZEC.md b/translations/ak/site/Using_Zcash/Spend_Zcash/Top_10_Places_to_spend_ZEC.md index 0dc61579e..3c0be6caa 100644 --- a/translations/ak/site/Using_Zcash/Spend_Zcash/Top_10_Places_to_spend_ZEC.md +++ b/translations/ak/site/Using_Zcash/Spend_Zcash/Top_10_Places_to_spend_ZEC.md @@ -57,7 +57,7 @@ Donuts a wɔde nnuaba a wɔde candied ayɛ | Nneɛma a wɔde gyee: Sheila Vargas Enti, sɛ woyɛ cookie monster a.., -![https://media.tenor.com/Px4lboKQYbYAAAAC/champagne-barbie-cookie-monster.gif](https://media.tenor.com/Px4lboKQYbYAAAAC/champagne-barbie-cookie-monster.gif) +![/content-images/champagne-barbie-cookie-monster-ded97640a2.webp](/content-images/champagne-barbie-cookie-monster-ded97640a2.webp) afei deɛ woanim baabi a wode wo ZEC bedi dwuma! @@ -149,7 +149,7 @@ So wopɛ sɛ wote nka sɛ *wɔama wo tumi?* **Emprendedoras Digitales de Venezue • branding adansi.., ne afoforo. Bere nyinaa a wosusuw ɔbea sigyani biara a ɔwɔ Venezuela a ɔpɛ sɛ odi wɔn ankasa adwuma so no ho. -![https://i0.wp.com/emprendedorasdigitales.org/wp-content/uploads/2020/07/cropped-logo-nuevo_Mesa-de-trabajo-1-scaled-1.jpg?resize=300%2C208&ssl=1](https://i0.wp.com/emprendedorasdigitales.org/wp-content/uploads/2020/07/cropped-logo-nuevo_Mesa-de-trabajo-1-scaled-1.jpg?resize=300%2C208&ssl=1) +![/content-images/cropped-logo-nuevo_Mesa-de-trabajo-1-sca-ba7d9d40e8.webp](/content-images/cropped-logo-nuevo_Mesa-de-trabajo-1-sca-ba7d9d40e8.webp) **Wɛbsite**: [https://emprendedorasdigitales.org/](https://emprendedorasdigitales.org/) diff --git a/translations/ak/site/Using_Zcash/Transparent_Exchange_Addresses.md b/translations/ak/site/Using_Zcash/Transparent_Exchange_Addresses.md index 5804f9f1a..5d921e6cf 100644 --- a/translations/ak/site/Using_Zcash/Transparent_Exchange_Addresses.md +++ b/translations/ak/site/Using_Zcash/Transparent_Exchange_Addresses.md @@ -8,7 +8,7 @@ Nteaseɛ no te sɛ nea ɛdidi soɔ yi: Sɛ wohu TEX Address bi a, sika kotokuo a Wɔakyerɛ mfiridwuma ho nyansahyɛ a ɛfa TEX address ho wɔ Zcash [ZIP 320](https://zips.z.cash/zip-0320), a ɛkyerɛkyerɛ address su bi a wɔde begye sika afi Transparent Addresses nkutoo mu. -![TEX](https://i.ibb.co/8m7HPqV/ZashiTex.png) +![TEX](/content-images/ZashiTex-b1cbec5f07.webp) Ɛwom sɛ TEX address ahorow a ɛnyɛ no yɛ nea wogye tom kɛse de, nanso ebia wɔbɛhwehwɛ sɛ Zcash dwumadiefoɔ de di dwuma awiei koraa. diff --git a/translations/ak/site/Using_Zcash/Wallets.md b/translations/ak/site/Using_Zcash/Wallets.md index 48edd8d98..91b67523b 100644 --- a/translations/ak/site/Using_Zcash/Wallets.md +++ b/translations/ak/site/Using_Zcash/Wallets.md @@ -1,5 +1,5 @@ ## [ZODL, na ɛyɛ adwuma](https://zodl.com) -![ahyɛnsodeɛ](https://github.com/user-attachments/assets/198608b2-9059-4cb7-aeb8-9354971376fd "ZODL") +![ahyɛnsodeɛ](/content-images/198608b2-9059-4cb7-aeb8-9354971376fd-d67c2d46f5.webp "ZODL") - Mfiri a Wɔde Yɛ: Mobile - Dwumadie Nhyehyɛeɛ: Android | iOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Hardware @@ -9,7 +9,7 @@ --- ## [Ywallet, na ɔde ne nsa kyerɛɛ ne so](https://ywallet.app/installation/) -![ahyɛnsodeɛ](https://i.ibb.co/z4QxCWp/ywalletcard.png "Ywallet") +![ahyɛnsodeɛ](/content-images/ywalletcard-0cd7232810.webp "Ywallet") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Hardware @@ -19,7 +19,7 @@ --- ## [Dizzy](https://youtu.be/IVkuo1CGPBU) -![ahyɛnsodeɛ](https://i.ibb.co/FH918w9/Dizzy-3.png "Dizzy") +![ahyɛnsodeɛ](/content-images/Dizzy-3-1a90249591.webp "Dizzy") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address @@ -29,7 +29,7 @@ --- ## [Zingo, na ɔde ne nsa kyerɛɛ ne so!](https://www.zingolabs.org/) -![ahyɛnsodeɛ](https://i.ibb.co/bdJ49Ld/zingocard.png "Zingo!") +![ahyɛnsodeɛ](/content-images/zingocard-9a2546668d.webp "Zingo!") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux - Wallet Support: Seed Phrase | Viewing Key | Unified Address @@ -39,7 +39,7 @@ --- ## [Ntweaso](https://edge.app) -![ahyɛnsodeɛ](https://i.ibb.co/4FVQLS9/image-2024-11-28-091312254.png "Edge") +![ahyɛnsodeɛ](/content-images/image-2024-11-28-091312254-b2389ad332.webp "Edge") - Mfiri a Wɔde Yɛ: Mobile - Dwumadie Nhyehyɛeɛ: Android | iOS - Wallet Support: Seed Phrase | Unified Address @@ -49,7 +49,7 @@ --- ## [Wɔrentumi nsiw ano](https://unstoppable.money) -![ahyɛnsodeɛ](https://i.ibb.co/C68mFCx/image-2024-11-28-091200540.png "Unstoppable") +![ahyɛnsodeɛ](/content-images/image-2024-11-28-091200540-815817fda7.webp "Unstoppable") - Mfiri a Wɔde Yɛ: Mobile - Dwumadie Nhyehyɛeɛ: Android | iOS - Wallet Support: Seed Phrase | Unified Address @@ -59,7 +59,7 @@ --- ## [eZcash na ɛyɛ](https://blog.nerdbank.net/ezcash-app) -![ahyɛnsodeɛ](https://i.ibb.co/C0q3jvw/e-Zcash-1.png "eZcash") +![ahyɛnsodeɛ](/content-images/e-Zcash-1-41c8447b78.webp "eZcash") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Windows - Wallet Support: Seed Phrase | Viewing Key | Unified Address @@ -69,7 +69,7 @@ --- ## [Zkool na ɔkyerɛwee](https://github.com/hhanh00/zkool2/) -![ahyɛnsodeɛ](https://i.ibb.co/BHGPff0K/zkool-1.png "Zkool") +![ahyɛnsodeɛ](/content-images/zkool-1-22ab388e65.webp "Zkool") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Hardware @@ -79,7 +79,7 @@ --- ## [Keeki](https://cakewallet.com/install/) -![ahyɛnsodeɛ](https://github.com/user-attachments/assets/a8234c70-3714-4e80-b918-8739d45aea00 "Cake") +![ahyɛnsodeɛ](/content-images/a8234c70-3714-4e80-b918-8739d45aea00-590b566e74.webp "Cake") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address @@ -89,7 +89,7 @@ --- ## [Zenith na ɔkyerɛwee](https://code.vergara.tech/Vergara_Tech/zenith) -![ahyɛnsodeɛ](https://i.ibb.co/VtPBnm6/zenith-2.png "Zenith") +![ahyɛnsodeɛ](/content-images/zenith-2-cea75a34fd.webp "Zenith") - Mfiri a Wɔde Yɛ: Desktop - Dwumadie Nhyehyɛeɛ: Windows | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Full Node @@ -99,7 +99,7 @@ --- ## [Zingo-CLI na ɔkyerɛwee](https://github.com/zingolabs/zingolib) -![ahyɛnsodeɛ](https://i.ibb.co/bdJ49Ld/zingocard.png "Zingo-CLI") +![ahyɛnsodeɛ](/content-images/zingocard-9a2546668d.webp "Zingo-CLI") - Mfiri a Wɔde Yɛ: Desktop - Dwumadie Nhyehyɛeɛ: Windows | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Full Node @@ -109,7 +109,7 @@ --- ## [Zallet, na ɔde ne nsa kyerɛɛ ne so](https://github.com/zcash/wallet) -![ahyɛnsodeɛ](https://i.ibb.co/3mCrR0dN/Brandmark-Yellow.png "Zallet") +![ahyɛnsodeɛ](/content-images/Brandmark-Yellow-2eca7f6f68.webp "Zallet") - Mfiri a Wɔde Yɛ: Desktop - Dwumadie Nhyehyɛeɛ: Windows | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Full Node @@ -119,7 +119,7 @@ --- ## [Zcashd, na ɛyɛ adwuma](https://github.com/zcash/zcash) -![ahyɛnsodeɛ](https://i.ibb.co/Xz2NskW/zcashd.png "Zcashd") +![ahyɛnsodeɛ](/content-images/zcashd-92df3291ad.webp "Zcashd") - Mfiri a Wɔde Yɛ: Desktop - Dwumadie Nhyehyɛeɛ: Windows | Linux | macOS - Wallet Support: Seed Phrase | Viewing Key | Unified Address | Full Node @@ -129,7 +129,7 @@ --- ## [Akokoɔduro](https://brave.com/web3-privacy/) -![ahyɛnsodeɛ](https://i.ibb.co/6yqMNwZ/image-2024-01-13-170934865.png "Brave") +![ahyɛnsodeɛ](/content-images/image-2024-01-13-170934865-733c5d91c6.webp "Brave") - Mfiri a Wɔde Yɛ: Wɛbsaet - Dwumadi Nhyehyɛe: Browser - Wallet Support: Seed Phrase | Unified Address @@ -139,7 +139,7 @@ --- ## [Metamask Mfonini a Wɔde Di Dwuma](https://snaps.metamask.io/snap/npm/chainsafe/webzjs-zcash-snap/) -![ahyɛnsodeɛ](https://i.ibb.co/jn5t9Gy/metamask.png "Metamask") +![ahyɛnsodeɛ](/content-images/metamask-25048569f6.webp "Metamask") - Mfiri a Wɔde Yɛ: Wɛbsaet - Dwumadi Nhyehyɛe: Browser - Wallet Support: Seed Phrase | Unified Address @@ -149,7 +149,7 @@ --- ## [Zucchini a ɛyɛ hu](https://zucchinifi.xyz/) -![ahyɛnsodeɛ](https://github.com/user-attachments/assets/91a1005a-3daf-4747-9442-c178cbe50e49 "Zucchini") +![ahyɛnsodeɛ](/content-images/91a1005a-3daf-4747-9442-c178cbe50e49-9f5514d217.webp "Zucchini") - Mfiri a Wɔde Yɛ: Wɛbsaet - Dwumadi Nhyehyɛe: Browser - Wallet Support: Seed Phrase | Unified Address @@ -159,7 +159,7 @@ --- ## [SSP Wallet](https://sspwallet.io) -![ahyɛnsodeɛ](https://i.ibb.co/X3hdfSY/ssp-1.png "SSP Wallet") +![ahyɛnsodeɛ](/content-images/ssp-1-7d96e66117.webp "SSP Wallet") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Wɛbsaet so - Dwumadie Nhyehyɛeɛ: Android | iOS | Browser a wɔde di dwuma - Wallet Mmoa: Aba Kasasin @@ -169,7 +169,7 @@ --- ## [Trust Sikakorabea](https://trustwallet.com/download) -![ahyɛnsodeɛ](https://i.ibb.co/cNqxBJ1/trustwallet.png "Trust Wallet") +![ahyɛnsodeɛ](/content-images/trustwallet-bec43acb59.webp "Trust Wallet") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Wɛbsaet so - Dwumadie Nhyehyɛeɛ: Android | iOS | Browser a wɔde di dwuma - Wallet Mmoa: Aba Kasasin @@ -179,7 +179,7 @@ --- ## [Exodus](https://www.exodus.com/zcash-wallet-zec) -![ahyɛnsodeɛ](https://i.ibb.co/w0NNZNp/exoduscard.png "Exodus") +![ahyɛnsodeɛ](/content-images/exoduscard-2f77769db0.webp "Exodus") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop a wɔde yɛ adwuma | Wɛbsaet so - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux | macOS | Browser a wɔde di dwuma - Wallet Mmoa: Aba Kasasin @@ -189,7 +189,7 @@ --- ## [Coinomi a ɔyɛ ɔdefo](https://www.coinomi.com/en/downloads) -![ahyɛnsodeɛ](https://i.ibb.co/QfHmjWY/coinomicard.png "Coinomi") +![ahyɛnsodeɛ](/content-images/coinomicard-226bcbf876.webp "Coinomi") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Windows - Wallet Mmoa: Aba Kasasin @@ -199,7 +199,7 @@ --- ## [Keystone](https://shop.keyst.one) -![ahyɛnsodeɛ](https://i.ibb.co/c1gn635/Keystone-1.png "Keystone") +![ahyɛnsodeɛ](/content-images/Keystone-1-8177a83308.webp "Keystone") - Mfiri a Wɔde Yɛ: - Dwumadi Nhyehyɛe: - Wallet Support: Hardware | Unified Address @@ -209,7 +209,7 @@ --- ## [Ledger](https://www.ledger.com/coin/wallet/zcash) -![ahyɛnsodeɛ](https://i.ibb.co/2qX6WCF/Desktop-Wallets.png "Ledger") +![ahyɛnsodeɛ](/content-images/Desktop-Wallets-6e89fff408.webp "Ledger") - Mfiri a Wɔde Yɛ: - Dwumadi Nhyehyɛe: - Sikakorabea Mmoa: Hardware @@ -219,7 +219,7 @@ --- ## [Safepal](https://safepal.com) -![ahyɛnsodeɛ](https://i.ibb.co/h29h6d0/safepalcard.png "Safepal") +![ahyɛnsodeɛ](/content-images/safepalcard-176b24c751.webp "Safepal") - Mfiri a Wɔde Yɛ Adwuma: Mobile | Wɛbsaet so - Dwumadie Nhyehyɛeɛ: Android | iOS | Browser a wɔde di dwuma - Wallet Mmoa: Aba Kasasin | Hardware a wɔde yɛ nneɛma @@ -229,7 +229,7 @@ --- ## [Trezor, na ɔde ne nsa kyerɛɛ ne so](https://trezor.io/learn/a/zcash-zec) -![ahyɛnsodeɛ](https://i.ibb.co/twLMCgzW/trezor1.png "Trezor") +![ahyɛnsodeɛ](/content-images/trezor1-5004075d27.webp "Trezor") - Mfiri a Wɔde Yɛ: - Dwumadi Nhyehyɛe: - Sikakorabea Mmoa: Hardware @@ -239,7 +239,7 @@ --- ## [Vultisig, na ɛyɛ adwuma](https://vultisig.com) -![ahyɛnsodeɛ](https://i.ibb.co/93wSrxCc/vultisig.png "Vultisig") +![ahyɛnsodeɛ](/content-images/vultisig-713626c5ba.webp "Vultisig") - Mfiri: Wɛbsaet | Mobile so | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛeɛ: Android | iOS | Mfɛnsere | Linux | macOS | Browser a wɔde di dwuma - Atare: Ɛyɛ nea ɛda adi pefee @@ -248,7 +248,7 @@ --- ## [Vizor](https://vizor.cash/) -![ahyɛnsodeɛ](https://i.ibb.co/zhW2d2fV/Vizorphoto.png "Vizor") +![ahyɛnsodeɛ](/content-images/Vizorphoto-6ade2417a5.webp "Vizor") - Mfiri a Wɔde Yɛ Adwuma: Desktop | Moobaa - Dwumadi Nhyehyɛe: macOS - Wallet Support: Seed Phrase | Unified Address | Hardware @@ -258,7 +258,7 @@ --- ## [Noir sika kotoku](https://www.zknoir.com/) -![ahyɛnsodeɛ](https://i.ibb.co/23RkRZZS/Noirwallet.png "Noir") +![ahyɛnsodeɛ](/content-images/Noirwallet-8589fe34e4.webp "Noir") - Mfiri: Wɛbsaet | Desktop so na ɛyɛ adwuma - Dwumadi Nhyehyɛe: Browser - Atare: Wɔabɔ ho ban | Fann @@ -267,7 +267,7 @@ --- ## [LeoDex na ɔkyerɛwee](https://leodex.io/) -![ahyɛnsodeɛ](https://i.ibb.co/3YjpzYnH/Leo-Dexwallet.png "LeoDex") +![ahyɛnsodeɛ](/content-images/Leo-Dexwallet-96b65ffe1b.webp "LeoDex") - Mfiri: Wɛbsaet | Desktop so na ɛyɛ adwuma - Dwumadie Nhyehyɛe: Browser | Mfɛnsere | macOS - Wallet Mmoa: Aba Kasasin | Abɔnten So Sikakorabea | Gye Address | QR Kood | Hardware a wɔde yɛ nneɛma @@ -277,7 +277,7 @@ --- ## [Zapp](https://www.justzappit.xyz/app) -![ahyɛnsodeɛ](https://i.ibb.co/mr8rF8y2/zapp-1.png "Zapp") +![ahyɛnsodeɛ](/content-images/zapp-1-a6fa468edb.webp "Zapp") - Mfiri a Wɔde Yɛ: Mobile - Dwumadi Nhyehyɛe: Android - Wallet Support: Unified Address diff --git a/translations/ak/site/Using_Zcash/Zcash_Mining_Guide.md b/translations/ak/site/Using_Zcash/Zcash_Mining_Guide.md index b15d38dce..ad7d37720 100644 --- a/translations/ak/site/Using_Zcash/Zcash_Mining_Guide.md +++ b/translations/ak/site/Using_Zcash/Zcash_Mining_Guide.md @@ -102,7 +102,7 @@ Mining pools kyekyɛ adwuma na wɔkyɛ akatua a egyina wo hashrate a wode ama no 3. Akatua: Pool dodow no ara tua ho ka ara kwa bere a woadu nea esua koraa (e.g., 0.05 ZEC). Hwɛ pool ho mmara. -![Zcash Mining Nhwehwɛmu Nhyehyɛe](https://raw.githubusercontent.com/ZecHub/zechub/aac601cf85076960d334f4c841867a646a5a2f29/assets/images/zcashMining.jpg) +![Zcash Mining Nhwehwɛmu Nhyehyɛe](/content-images/zcashMining-5ca0019c17.webp) ## Afotu ne Nneyɛe Pa diff --git a/translations/ak/site/Using_Zcash/Zcash_Mining_Pools.md b/translations/ak/site/Using_Zcash/Zcash_Mining_Pools.md index fcbd5ac8a..c4f17d945 100644 --- a/translations/ak/site/Using_Zcash/Zcash_Mining_Pools.md +++ b/translations/ak/site/Using_Zcash/Zcash_Mining_Pools.md @@ -13,7 +13,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Slush Ɔtare (Braiins Ɔtare) .](https://braiins.com/pool) - Slush Pool (Braiins Pool) Logo + Slush Pool (Braiins Pool) Logo - Wɛbsaet: [Slush Pool (Braiins Po)](https://braiins.com/pool) @@ -26,7 +26,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Luxor, na ɔde ne nsa kyerɛɛ ne so](https://luxor.tech/) - Luxor Logo + Luxor Logo - Wɛbsaet: [Luxor](https://luxor.tech/) @@ -39,7 +39,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [FlyPool a ɛwɔ hɔ](https://zcash.flypool.org/) - FlyPool Logo + FlyPool Logo - Wɛbsaet: [FlyPool](https://zcash.flypool.org/) @@ -52,7 +52,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [2Atuo mu adwumayɛfo](https://zec.2miners.com/) - 2Miners Logo + 2Miners Logo - Wɛbsaet: [2Miners](https://zec.2miners.com/) @@ -65,7 +65,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Nanopool a ɛwɔ hɔ](https://zec.nanopool.org/login) - Nanopool Logo + Nanopool Logo - Wɛbsaet: [Nanopool](https://zec.nanopool.org/login) @@ -78,7 +78,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Poolin, na ɔde ne nsa kyerɛɛ ne so](https://www.poolin.com/) - Poolin Logo + Poolin Logo - Wɛbsaet: [Poolin](https://www.poolin.com/) @@ -91,7 +91,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Antpool a ɛwɔ hɔ](https://v3.antpool.com/home) - Antpool Logo + Antpool Logo - Wɛbsaet: [Antpool](https://v3.antpool.com/home) @@ -104,7 +104,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Ɛnam BTC so](https://www.viabtc.com/en/) - ViaBTC Logo + ViaBTC Logo - Wɛbsaet: [ViaBTC](https://www.viabtc.com/en/) @@ -117,7 +117,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Zhash na ɔkyerɛwee](https://zcash.zhash.pro/stats) - Zhash Logo + Zhash Logo - Wɛbsaet: [Zhash](https://zcash.zhash.pro/stats) @@ -130,7 +130,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [Foundry Zcash Nneɛma a Wɔde Tu Fam](https://foundrydigital.com/foundry-zcash-pool/) - Foundry Zcash Mining Pool Logo + Foundry Zcash Mining Pool Logo - Wɛbsaet: [Foundry Zcash Tuo a Wɔde Tu Fam](https://foundrydigital.com/foundry-zcash-pool/) @@ -143,7 +143,7 @@ Zcash mining pools yɛ dwumadie a ɛma ankorankoro a wɔtu fagudeɛ no tumi ka w ### [suprnova a ɛwɔ soro](https://zec.suprnova.cc/) - suprnova Logo + suprnova Logo - Wɛbsaet: [suprnova](https://zec.suprnova.cc/) diff --git a/translations/ak/site/ZFAV_Club/Guides_for_Creators.md b/translations/ak/site/ZFAV_Club/Guides_for_Creators.md index 6a8a711a5..c4786ca28 100644 --- a/translations/ak/site/ZFAV_Club/Guides_for_Creators.md +++ b/translations/ak/site/ZFAV_Club/Guides_for_Creators.md @@ -2,12 +2,12 @@ Edit Page -![](https://i.ibb.co/x1nSS7b/image-2023-11-18-152209271.png) +![](/content-images/image-2023-11-18-152209271-6bea8ac30e.webp) # Akwankyerɛ a Wɔde Ma Adebɔfo - +