From 35512437b60705ffba50a3560cadb99d73e24765 Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Tue, 19 Nov 2024 12:23:11 -0500 Subject: [PATCH 1/2] Adding example zkapp Searching the docs I could not find any zkapp example online --- docs/zkapps/writing-a-zkapp/index.mdx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/zkapps/writing-a-zkapp/index.mdx b/docs/zkapps/writing-a-zkapp/index.mdx index cab2bdf72..dd758aeca 100644 --- a/docs/zkapps/writing-a-zkapp/index.mdx +++ b/docs/zkapps/writing-a-zkapp/index.mdx @@ -89,6 +89,10 @@ To learn more about developing zkApps, see [how zkApps work](/zkapps/writing-a-z Try the [zkApps tutorials](/zkapps/tutorials/hello-world) to learn by doing! +### Example ZK Apps + +* Katz https://zk-voting-web-app.vercel.app/ + ### Get help and join the community Join the [#zkapps-developers](https://discord.com/channels/484437221055922177/915745847692636181) channel on Mina Protocol Discord. From 04894ec4f1b0a948f755675162b02fb385f506ff Mon Sep 17 00:00:00 2001 From: Mike DuPont Date: Wed, 20 Nov 2024 05:44:19 -0500 Subject: [PATCH 2/2] adding https://zkok.io/ for examples --- docs/zkapps/writing-a-zkapp/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/zkapps/writing-a-zkapp/index.mdx b/docs/zkapps/writing-a-zkapp/index.mdx index dd758aeca..949498af7 100644 --- a/docs/zkapps/writing-a-zkapp/index.mdx +++ b/docs/zkapps/writing-a-zkapp/index.mdx @@ -91,7 +91,7 @@ Try the [zkApps tutorials](/zkapps/tutorials/hello-world) to learn by doing! ### Example ZK Apps -* Katz https://zk-voting-web-app.vercel.app/ +You can find live examples of ZK apps at [ZKOK](https://zkok.io/). ### Get help and join the community