From 00aca048b8e6ed670b434b99f2fdf2ff4db39d41 Mon Sep 17 00:00:00 2001 From: Curtis Spencer <41347+jubos@users.noreply.github.com> Date: Fri, 25 Oct 2024 16:27:48 +0000 Subject: [PATCH] Add a few new ZK ecosystems --- .../z/zk-decentralized-compute-inference.toml | 10 +++++++ data/ecosystems/z/zk-proof-of-attendance.toml | 10 +++++++ .../zk-proof-of-personal-data-reputation.toml | 19 +++++++++++++ .../z/zk-shared-storage-database-secrets.toml | 28 +++++++++++++++++++ 4 files changed, 67 insertions(+) create mode 100644 data/ecosystems/z/zk-decentralized-compute-inference.toml create mode 100644 data/ecosystems/z/zk-proof-of-attendance.toml create mode 100644 data/ecosystems/z/zk-proof-of-personal-data-reputation.toml create mode 100644 data/ecosystems/z/zk-shared-storage-database-secrets.toml diff --git a/data/ecosystems/z/zk-decentralized-compute-inference.toml b/data/ecosystems/z/zk-decentralized-compute-inference.toml new file mode 100644 index 0000000000..4ad82cb5ff --- /dev/null +++ b/data/ecosystems/z/zk-decentralized-compute-inference.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "ZK Decentralized Compute / Inference" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/z-kaggle/ZKaggle" diff --git a/data/ecosystems/z/zk-proof-of-attendance.toml b/data/ecosystems/z/zk-proof-of-attendance.toml new file mode 100644 index 0000000000..ebdc81b559 --- /dev/null +++ b/data/ecosystems/z/zk-proof-of-attendance.toml @@ -0,0 +1,10 @@ +# Ecosystem Level Information +title = "ZK Proof of Attendance" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/KaiStryker/zkPOAPs" diff --git a/data/ecosystems/z/zk-proof-of-personal-data-reputation.toml b/data/ecosystems/z/zk-proof-of-personal-data-reputation.toml new file mode 100644 index 0000000000..46874ef884 --- /dev/null +++ b/data/ecosystems/z/zk-proof-of-personal-data-reputation.toml @@ -0,0 +1,19 @@ +# Ecosystem Level Information +title = "ZK Proof of Personal Data / Reputation" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/CGuthmann/Infrachain_ZeroKnowledge" + +[[repo]] +url = "https://github.com/chainwayxyz/proof-of-innocence" + +[[repo]] +url = "https://github.com/Unirep/Unirep" + +[[repo]] +url = "https://github.com/zkMaps/zkMaps" diff --git a/data/ecosystems/z/zk-shared-storage-database-secrets.toml b/data/ecosystems/z/zk-shared-storage-database-secrets.toml new file mode 100644 index 0000000000..45e4336ced --- /dev/null +++ b/data/ecosystems/z/zk-shared-storage-database-secrets.toml @@ -0,0 +1,28 @@ +# Ecosystem Level Information +title = "ZK Shared Storage / Database / Secrets" + +sub_ecosystems = [] + +github_organizations = [] + +# Repositories +[[repo]] +url = "https://github.com/0glabs/0g-vc" + +[[repo]] +url = "https://github.com/codex-storage/codex-contracts-eth" + +[[repo]] +url = "https://github.com/codex-storage/codex-storage-proofs-circuits" + +[[repo]] +url = "https://github.com/cryptoiner/Vaultmi" + +[[repo]] +url = "https://github.com/orochi-network/zkDatabase" + +[[repo]] +url = "https://github.com/zkfs-io/zkfs" + +[[repo]] +url = "https://github.com/zkp-application/data-market"