From 771367b9b8c8981d661d8ec88f923a3506e262be Mon Sep 17 00:00:00 2001 From: Diex5 Date: Mon, 16 Sep 2024 14:14:32 +0200 Subject: [PATCH] feat: add ids --- schema/project.yaml | 34 ++++++++++---------- src/projects/AIOZ network/index.yaml | 1 + src/projects/Arcium/index.yaml | 7 ++-- src/projects/Bandada/index.yaml | 1 + src/projects/BlockBlend/index.yaml | 11 ++++--- src/projects/Chainback/index.yaml | 2 +- src/projects/Codex/index.yaml | 3 +- src/projects/Coti/index.yaml | 5 +-- src/projects/Cursive/index.yaml | 9 +++--- src/projects/DeNet/index.yaml | 5 +-- src/projects/Ergo/index.yaml | 3 +- src/projects/Exabits/index.yaml | 1 + src/projects/FairMath/index.yaml | 9 +++--- src/projects/Fhenix/index.yaml | 7 ++-- src/projects/Humanode/index.yaml | 1 + src/projects/IVPN/index.yaml | 1 + src/projects/Intmax/index.yaml | 1 + src/projects/Mailchain/index.yaml | 2 +- src/projects/Media network/index.yaml | 5 +-- src/projects/Nata network/index.yaml | 7 ++-- src/projects/OpSec/index.yaml | 1 + src/projects/OxO/index.yaml | 3 +- src/projects/Presearch/index.yaml | 5 +-- src/projects/Privy/index.yaml | 1 + src/projects/Ritual/index.yaml | 4 +-- src/projects/Rotki/index.yaml | 3 +- src/projects/Self/index.yaml | 1 + src/projects/Sentz/index.yaml | 1 + src/projects/SightAI/index.yaml | 1 + src/projects/Sunscreen/index.yaml | 11 ++++--- src/projects/Super Protocol/index.yaml | 1 + src/projects/Taceo/index.yaml | 2 +- src/projects/Vocdoni/index.yaml | 3 +- src/projects/ZkAGI/index.yaml | 1 + src/projects/anon-aadhaar/index.yaml | 2 +- src/projects/burstiq/index.yaml | 15 +++++---- src/projects/cake-wallet/index.yaml | 2 +- src/projects/chimp-exchange/index.yaml | 8 ++--- src/projects/concordium/index.yaml | 20 ++++++------ src/projects/cultdao/index.yaml | 2 +- src/projects/deeponion/index.yaml | 2 +- src/projects/dragonX/index.yaml | 1 + src/projects/espresso-systems/index.yaml | 24 +++++++------- src/projects/fedimint/index.yaml | 5 ++- src/projects/findora/index.yaml | 4 +-- src/projects/hana/index.yaml | 4 +-- src/projects/haven-protocol/index.yaml | 3 +- src/projects/hopr/index.yaml | 12 ++++--- src/projects/icebreaker/index.yaml | 2 +- src/projects/ixec/index.yaml | 0 src/projects/ixec/logo.png | Bin 8898 -> 0 bytes src/projects/lit/index.yaml | 14 +++++--- src/projects/mysterium/index.yaml | 12 ++++--- src/projects/partisia-blockchain/index.yaml | 12 ++++--- src/projects/polybase/index.yaml | 10 +++--- src/projects/scala/index.yaml | 8 +++-- src/projects/shade/index.yaml | 10 +++--- src/projects/sienna/index.yaml | 2 -- src/projects/vault1317/index.yaml | 16 +++++---- src/projects/verida/index.yaml | 12 ++++--- src/projects/waku/index.yaml | 5 ++- src/projects/zcash/index.yaml | 10 ++---- 62 files changed, 209 insertions(+), 161 deletions(-) delete mode 100644 src/projects/ixec/index.yaml delete mode 100644 src/projects/ixec/logo.png diff --git a/schema/project.yaml b/schema/project.yaml index 1a5e8d1a..2881ba58 100644 --- a/schema/project.yaml +++ b/schema/project.yaml @@ -8,27 +8,27 @@ properties: id: type: string title: ID - description: | - Unique project identifier - pattern: '^[a-z0-9-]+$' + description: | + Unique project identifier + pattern: "^[a-z0-9-]+$" #PROJECT DESCRIPTION ------------------------------------------------------------- - name: + name: type: string categories: type: array - items: + items: type: string - pattern: '^[a-z0-9-]+$' + pattern: "^[a-z0-9-]+$" assets_used: type: array - items: + items: type: string - pattern: '^[A-Z0-9-]+$' + pattern: "^[A-Z0-9-]+$" ecosystem: - anyOf: [{type: array}, {type: string}] - items: + anyOf: [{ type: array }, { type: string }] + items: type: string - pattern: '^[A-Z0-9-]+$' + pattern: "^[A-Z0-9-]+$" project_type: type: string description: @@ -84,7 +84,7 @@ properties: type: string link: type: string - format: uri + format: uri funding: type: object properties: @@ -243,7 +243,7 @@ properties: type: string client_diversability: type: array - items: + items: type: object properties: name: @@ -263,7 +263,7 @@ properties: type: string format: uri data_usage: - type: string + type: string traceability: type: object properties: @@ -274,7 +274,7 @@ properties: sign_in_type_requirments: type: string compliance: - anyOf: [{type: boolean}, {type: string}] + anyOf: [{ type: boolean }, { type: string }] storage: type: object properties: @@ -310,9 +310,9 @@ properties: properties: live_status: type: boolean - version: + version: type: string testnet: type: boolean mainnet: - type: boolean \ No newline at end of file + type: boolean diff --git a/src/projects/AIOZ network/index.yaml b/src/projects/AIOZ network/index.yaml index 65af803f..acf66871 100644 --- a/src/projects/AIOZ network/index.yaml +++ b/src/projects/AIOZ network/index.yaml @@ -1,3 +1,4 @@ +id: aioz-network name: Aioz network categories: [applications] description: "DePIN for Web3 AI, Storage & Streaming" diff --git a/src/projects/Arcium/index.yaml b/src/projects/Arcium/index.yaml index 1231d321..fb2ae84b 100644 --- a/src/projects/Arcium/index.yaml +++ b/src/projects/Arcium/index.yaml @@ -1,6 +1,7 @@ -name: 'Arcium' -categories: [ FHE ] -description: 'The first parallelized confidential computing network' +id: arcium +name: "Arcium" +categories: [infrastructure] +description: "The first parallelized confidential computing network" links: web: https://arcium.com/ github: https://github.com/elusiv-privacy diff --git a/src/projects/Bandada/index.yaml b/src/projects/Bandada/index.yaml index 42cec9d4..3daa7a8d 100644 --- a/src/projects/Bandada/index.yaml +++ b/src/projects/Bandada/index.yaml @@ -1,3 +1,4 @@ +id: bandada name: Bandada categories: [applications] description: "An open-source system for managing privacy-preserving groups of anonymous individuals." diff --git a/src/projects/BlockBlend/index.yaml b/src/projects/BlockBlend/index.yaml index e9109238..ef568b9a 100644 --- a/src/projects/BlockBlend/index.yaml +++ b/src/projects/BlockBlend/index.yaml @@ -1,14 +1,15 @@ +id: blockblend name: BlockBlend -categories: [ bridge ] -ecosystem: [ Ethereum, Polygon, Base, Bnb, Solana ] -description: 'Privacy Cross-Chain Decentralized Services' +categories: [applications] +ecosystem: [ETHEREUM, POLYGON, BASE, BNB, SOLANA] +description: "Privacy Cross-Chain Decentralized Services" team: anonymous: false teammembers: - name: Tom link: https://x.com/TomBlockBlend - + links: web: https://blockblend.io/ docs: https://docs.blockblend.io/ @@ -16,7 +17,7 @@ links: blog: https://blockblendio.medium.com/ twitter: https://x.com/blockblendio telegram: https://t.me/blockblendIO - + project_status: live_status: true version: Mainnet diff --git a/src/projects/Chainback/index.yaml b/src/projects/Chainback/index.yaml index 8f34dbdc..3ce72547 100644 --- a/src/projects/Chainback/index.yaml +++ b/src/projects/Chainback/index.yaml @@ -1,6 +1,6 @@ name: Chainback categories: [storage] -ecosystem: [Ethereum, Solana, Bsc, Polygon] +ecosystem: [ETHEREUM, SOLANA, BSC, POLYGON] description: "Ultimate Cloud Computing & File Storage" team: diff --git a/src/projects/Codex/index.yaml b/src/projects/Codex/index.yaml index 9828ae1d..c8b03a70 100644 --- a/src/projects/Codex/index.yaml +++ b/src/projects/Codex/index.yaml @@ -1,8 +1,9 @@ +id: codex name: Codex categories: - applications ecosystem: - - Ethereum + - ETHEREUM description: "Codex is a durable, decentralised data storage protocol, created so the world community can preserve its most important knowledge without risk of censorship." team: diff --git a/src/projects/Coti/index.yaml b/src/projects/Coti/index.yaml index 81157620..71feb0d5 100644 --- a/src/projects/Coti/index.yaml +++ b/src/projects/Coti/index.yaml @@ -1,6 +1,7 @@ +id: coti name: Coti -categories: [ layer-2 ] -description: 'EVM L2 solving blockchain privacy with Garbled Circuits' +categories: [infrastructure] +description: "EVM L2 solving blockchain privacy with Garbled Circuits" team: anonymous: false diff --git a/src/projects/Cursive/index.yaml b/src/projects/Cursive/index.yaml index 0c81099d..e1a04527 100644 --- a/src/projects/Cursive/index.yaml +++ b/src/projects/Cursive/index.yaml @@ -1,9 +1,10 @@ -name: 'Cursive' -categories: [ FHE ] -description: 'A cryptography lab focused on human-first applications of signed data.' +id: cursive +name: "Cursive" +categories: [applications] +description: "A cryptography lab focused on human-first applications of signed data." links: web: https://www.cursive.team/ - github: https://github.com/cursive-team + github: https://github.com/cursive-team blog: https://www.cursive.team/blog twitter: https://x.com/cursive_team telegram: https://t.me/+z5REVOBXp_hmNDIx diff --git a/src/projects/DeNet/index.yaml b/src/projects/DeNet/index.yaml index be9101cc..a142c75e 100644 --- a/src/projects/DeNet/index.yaml +++ b/src/projects/DeNet/index.yaml @@ -1,6 +1,7 @@ +id: denet name: DeNet -categories: [storage] -ecosystem: [Polygon] +categories: [applications] +ecosystem: [POLYGON] description: "Decentralized Storage Protocol for Web3 services " team: diff --git a/src/projects/Ergo/index.yaml b/src/projects/Ergo/index.yaml index 2cef5412..4f44304f 100644 --- a/src/projects/Ergo/index.yaml +++ b/src/projects/Ergo/index.yaml @@ -1,6 +1,7 @@ +id: ergo-platform name: Ergo Platform categories: [infrastructure] -ecosystem: [Ergo, Btc] +ecosystem: [ERGO, BTC] description: "Ergo is the next-gen smart contract platform! Bringing economic freedom to ordinary people through decentralized financial tools" team: diff --git a/src/projects/Exabits/index.yaml b/src/projects/Exabits/index.yaml index c8de7337..03de1678 100644 --- a/src/projects/Exabits/index.yaml +++ b/src/projects/Exabits/index.yaml @@ -1,3 +1,4 @@ +id: exabits name: Exabits categories: [applications] description: "Simplified Access to the Currency of the Future " diff --git a/src/projects/FairMath/index.yaml b/src/projects/FairMath/index.yaml index 187b86c8..9e31eb87 100644 --- a/src/projects/FairMath/index.yaml +++ b/src/projects/FairMath/index.yaml @@ -1,8 +1,9 @@ -name: 'FairMath' -categories: [ FHE ] -description: 'Building Privacy Preserving Future Rooted in Fully Homomorphic Encryption (FHE)' +id: fairmath +name: "FairMath" +categories: [applications] +description: "Building Privacy Preserving Future Rooted in Fully Homomorphic Encryption (FHE)" links: web: https://fairmath.xyz/ - github: https://github.com/fairmath + github: https://github.com/fairmath twitter: https://x.com/FairMath discord: https://discord.com/invite/NfhXwyr9M5 diff --git a/src/projects/Fhenix/index.yaml b/src/projects/Fhenix/index.yaml index b364ab61..4c31f8e0 100644 --- a/src/projects/Fhenix/index.yaml +++ b/src/projects/Fhenix/index.yaml @@ -1,6 +1,7 @@ -name: 'Fhenix' -categories: [ FHE ] -description: 'Fhenix is an Ethereum L2 and Coprocessor that uses FHE for onchain confidentiality.' +id: fhenix +name: "Fhenix" +categories: [applications] +description: "Fhenix is an Ethereum L2 and Coprocessor that uses FHE for onchain confidentiality." links: web: https://www.fhenix.io/ github: https://github.com/FhenixProtocol diff --git a/src/projects/Humanode/index.yaml b/src/projects/Humanode/index.yaml index 3157da5e..8a7e4e17 100644 --- a/src/projects/Humanode/index.yaml +++ b/src/projects/Humanode/index.yaml @@ -1,3 +1,4 @@ +id: humanode name: Humanode categories: [applications] ecosystem: [Polkadot] diff --git a/src/projects/IVPN/index.yaml b/src/projects/IVPN/index.yaml index 9b03be51..2dabbe98 100644 --- a/src/projects/IVPN/index.yaml +++ b/src/projects/IVPN/index.yaml @@ -1,3 +1,4 @@ +id: ivpn name: IVPN categories: [applications] description: "Audited, privacy focused VPN service." diff --git a/src/projects/Intmax/index.yaml b/src/projects/Intmax/index.yaml index 8a22961e..f654d9cb 100644 --- a/src/projects/Intmax/index.yaml +++ b/src/projects/Intmax/index.yaml @@ -1,3 +1,4 @@ +id: intmax name: Intmax categories: - infrastructure diff --git a/src/projects/Mailchain/index.yaml b/src/projects/Mailchain/index.yaml index 0ee8e982..15da8894 100644 --- a/src/projects/Mailchain/index.yaml +++ b/src/projects/Mailchain/index.yaml @@ -1,6 +1,6 @@ name: Mailchain categories: [applications] -ecosystem: [Ethereum] +ecosystem: [ETHEREUM] description: "Web3 communication layer & web3 email for everyone" team: diff --git a/src/projects/Media network/index.yaml b/src/projects/Media network/index.yaml index 37380211..81a52b77 100644 --- a/src/projects/Media network/index.yaml +++ b/src/projects/Media network/index.yaml @@ -1,7 +1,8 @@ +id: media-network name: Media Network categories: [infrastructure] -ecosystem: [Ethereum, Solana, Base, Bnb, Optimist] -description: "The Web3 replacement for AWS and Google Cloud" +ECOSYSTEM: [ETHEREUM, SOLANA, BASE, BNB, OPTIMIST] +DESCRIPTION: "The Web3 replacement for AWS and Google Cloud" team: anonymous: true diff --git a/src/projects/Nata network/index.yaml b/src/projects/Nata network/index.yaml index 6b88fa43..debb4cf4 100644 --- a/src/projects/Nata network/index.yaml +++ b/src/projects/Nata network/index.yaml @@ -1,6 +1,7 @@ +id: nata-network name: Nata network -categories: [ bridge ] -description: 'Nata Network is your portal to private cross-chain transactions.' +categories: [infrastructure] +description: "Nata Network is your portal to private cross-chain transactions." team: anonymous: true @@ -9,7 +10,7 @@ links: web: https://app.natarouter.com/ github: https://github.com/shichiro-nakahara block_explorer: https://explorer.natanetwork.io/ - docs: https://docs.natanetwork.io/ + docs: https://docs.natanetwork.io/ blog: https://mirror.xyz/natanetwork.eth twitter: https://x.com/nata_network_io discord: https://discord.com/invite/m9Ma7PbFwb diff --git a/src/projects/OpSec/index.yaml b/src/projects/OpSec/index.yaml index 195014df..1b211c20 100644 --- a/src/projects/OpSec/index.yaml +++ b/src/projects/OpSec/index.yaml @@ -1,3 +1,4 @@ +id: opsec name: OpSec categories: [applications] description: " AI-powered decentralized cloud security." diff --git a/src/projects/OxO/index.yaml b/src/projects/OxO/index.yaml index 57993594..7892cbca 100644 --- a/src/projects/OxO/index.yaml +++ b/src/projects/OxO/index.yaml @@ -1,6 +1,7 @@ +id: oxo name: OxO categories: [applications] -ecosystem: [Ethereum] +ecosystem: [ETHEREUM] description: "All-in-One Privacy Exchange" team: diff --git a/src/projects/Presearch/index.yaml b/src/projects/Presearch/index.yaml index 1057564e..f0d037b9 100644 --- a/src/projects/Presearch/index.yaml +++ b/src/projects/Presearch/index.yaml @@ -1,6 +1,7 @@ +id: presearch name: Preserch -categories: [browser] -ecosystem: [Ethereum] +categories: [applications] +ecosystem: [ETHEREUM] description: "The Decentralized Search Engine with more than 4 million members" team: diff --git a/src/projects/Privy/index.yaml b/src/projects/Privy/index.yaml index f83dd8c2..41f5771a 100644 --- a/src/projects/Privy/index.yaml +++ b/src/projects/Privy/index.yaml @@ -1,3 +1,4 @@ +id: privy name: Privy categories: [applications] ecosystem: [Solana] diff --git a/src/projects/Ritual/index.yaml b/src/projects/Ritual/index.yaml index 1d7b919d..a55b6abe 100644 --- a/src/projects/Ritual/index.yaml +++ b/src/projects/Ritual/index.yaml @@ -1,7 +1,7 @@ name: Ritual categories: [applications] -ecosystem: [Ethereum, Solana, Polygon] -description: "We are building a way for any protocol, application, or smart contract to integrate AI models with a few lines of code." +ECOSYSTEM: [ETHEREUM, SOLANA, POLYGON] +DESCRIPTION: "We are building a way for any protocol, application, or smart contract to integrate AI models with a few lines of code." product_launch_day: "2023" team: diff --git a/src/projects/Rotki/index.yaml b/src/projects/Rotki/index.yaml index 0da24785..690953a3 100644 --- a/src/projects/Rotki/index.yaml +++ b/src/projects/Rotki/index.yaml @@ -1,6 +1,7 @@ +id: rotki name: Rotki categories: [applications] -ecosystem: [Ethereum, Bitcoin, Base, Optimist, Gnosis, Scroll, ZkSync] +ecosystem: [ETHEREUM, BITCOIN, BASE, OPTIMIST, GNOSIS, SCROLL, ZKSYNC] description: "rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy" team: diff --git a/src/projects/Self/index.yaml b/src/projects/Self/index.yaml index 630863c9..c6c20526 100644 --- a/src/projects/Self/index.yaml +++ b/src/projects/Self/index.yaml @@ -1,3 +1,4 @@ +id: self name: Self categories: [applications] description: "Build identification and personal data management for everything" diff --git a/src/projects/Sentz/index.yaml b/src/projects/Sentz/index.yaml index d0f8ff49..101b4966 100644 --- a/src/projects/Sentz/index.yaml +++ b/src/projects/Sentz/index.yaml @@ -1,3 +1,4 @@ +id: sentz name: Sentz categories: [applications] description: "Global payments app for Freelancers & Creators" diff --git a/src/projects/SightAI/index.yaml b/src/projects/SightAI/index.yaml index 5db22e3f..521c20cb 100644 --- a/src/projects/SightAI/index.yaml +++ b/src/projects/SightAI/index.yaml @@ -1,3 +1,4 @@ +id: sightai name: SightAI categories: [applications] description: "Decentralized AI inference with FHE" diff --git a/src/projects/Sunscreen/index.yaml b/src/projects/Sunscreen/index.yaml index 8312b0b9..87072ba2 100644 --- a/src/projects/Sunscreen/index.yaml +++ b/src/projects/Sunscreen/index.yaml @@ -1,8 +1,9 @@ -name: 'Sunsscreen' -categories: [ FHE ] -description: 'Privacy engine of the new web.' +id: sunscreen +name: "Sunsscreen" +categories: [applications] +description: "Privacy engine of the new web." links: - web: https://sunscreen.tech/ - blog: https://blog.sunscreen.tech/ + web: https://sunscreen.tech/ + blog: https://blog.sunscreen.tech/ twitter: https://x.com/sunscreentech discord: https://discord.com/invite/WHCs6jNNDS diff --git a/src/projects/Super Protocol/index.yaml b/src/projects/Super Protocol/index.yaml index 13014b0f..deb7f15d 100644 --- a/src/projects/Super Protocol/index.yaml +++ b/src/projects/Super Protocol/index.yaml @@ -1,3 +1,4 @@ +id: super-protocol name: SuperProtocol categories: [applications] description: "The confidential and self-sovereign AI cloud and marketplace, governed by smart contracts" diff --git a/src/projects/Taceo/index.yaml b/src/projects/Taceo/index.yaml index b30d926e..6824cdb8 100644 --- a/src/projects/Taceo/index.yaml +++ b/src/projects/Taceo/index.yaml @@ -1,3 +1,4 @@ +id: taceo name: Taceo categories: [infrastructure] description: "Encrypted Computation Layer; MPC + ZK" @@ -16,7 +17,6 @@ links: web: https://taceo.io/ github: https://github.com/TaceoLabs docs: https://docs.taceo.io/ - whitepaper: blog: https://blog.taceo.io/ twitter: https://x.com/TACEO_IO discord: https://discord.com/invite/gWZW2TANpk diff --git a/src/projects/Vocdoni/index.yaml b/src/projects/Vocdoni/index.yaml index fda2a753..c974b476 100644 --- a/src/projects/Vocdoni/index.yaml +++ b/src/projects/Vocdoni/index.yaml @@ -1,6 +1,7 @@ +id: vocdoni name: Vocdoni categories: [applications] -ecosystem: [Ethereum] +ecosystem: [ETHEREUM] description: "To build open source solutions to facilitate decision making in any organization." team: diff --git a/src/projects/ZkAGI/index.yaml b/src/projects/ZkAGI/index.yaml index 22040468..c5aa67b0 100644 --- a/src/projects/ZkAGI/index.yaml +++ b/src/projects/ZkAGI/index.yaml @@ -1,3 +1,4 @@ +id: zkagi name: ZkAGI categories: [applications] description: "Pioneering Privacy AI with Decentralized Infrastructure (DePIN)" diff --git a/src/projects/anon-aadhaar/index.yaml b/src/projects/anon-aadhaar/index.yaml index 331f183e..4a8104ff 100644 --- a/src/projects/anon-aadhaar/index.yaml +++ b/src/projects/anon-aadhaar/index.yaml @@ -3,7 +3,6 @@ categories: [applications] description: "Anon Aadhaar is a project that allows individuals to prove their citizenship anonymously. The project provides circuits, an SDK, and demo applications that generate and verify proofs of valid Aadhaar cards, integrating with the PCD framework to support a wide range of applications." project_status: version: "testnet" -live_status: true team: anonymous: true links: @@ -13,3 +12,4 @@ links: github: https://github.com/anon-aadhaar/anon-aadhaar technology: type: zk, circom, rsa + features: [""] diff --git a/src/projects/burstiq/index.yaml b/src/projects/burstiq/index.yaml index ad6b52eb..6dd51c3d 100644 --- a/src/projects/burstiq/index.yaml +++ b/src/projects/burstiq/index.yaml @@ -2,12 +2,14 @@ name: burstIQ categories: [infrastructure] description: "Fuel your digital-first strategy with human health data" team: - - name: Frank Ricotta - role: CEO - - name: Brian Jackson - role: COO - - name: Tyson Henry - role: CTO + anonymous: false + teammembers: + - name: Frank Ricotta + role: CEO + - name: Brian Jackson + role: COO + - name: Tyson Henry + role: CTO links: web: https://burstiq.com twitter: https://twitter.com/BurstIQ @@ -16,6 +18,5 @@ tokens: - symbol: BIQ project_status: live_status: false - version: false testnet: false mainnet: false diff --git a/src/projects/cake-wallet/index.yaml b/src/projects/cake-wallet/index.yaml index ef430f5a..518220e4 100644 --- a/src/projects/cake-wallet/index.yaml +++ b/src/projects/cake-wallet/index.yaml @@ -8,7 +8,7 @@ links: docs: https://guides.cakewallet.com/ project_status: live_status: true - version: + version: "" testnet: false mainnet: false team: diff --git a/src/projects/chimp-exchange/index.yaml b/src/projects/chimp-exchange/index.yaml index 892f58c8..cfcf382c 100644 --- a/src/projects/chimp-exchange/index.yaml +++ b/src/projects/chimp-exchange/index.yaml @@ -1,9 +1,9 @@ name: ChimpExchange -categories: [ defi ] -ecosystem: [ Ten ] +categories: [defi] +ecosystem: [TEN] project_type: DeFi -description: 'Fully encrypted DEX' +description: "Fully encrypted DEX" team: anonymous: true @@ -19,4 +19,4 @@ project_status: live_status: true version: Testnet testnet: true - mainnet: false \ No newline at end of file + mainnet: false diff --git a/src/projects/concordium/index.yaml b/src/projects/concordium/index.yaml index 5fc5c94d..fd1ed8c2 100644 --- a/src/projects/concordium/index.yaml +++ b/src/projects/concordium/index.yaml @@ -3,14 +3,16 @@ categories: - infrastructure description: "A compliance ready blockchain backed by science that enables private and public transactions" team: - - name: Lars Seier Christensen - roles: Chairman - - name: Nibras Stiebar-Bang - roles: CTO & CPO - - name: Jonas Stiebar-Bang - roles: CCO - - name: Jørgen Hauglund - roles: CFO + anonymous: false + teammembers: + - name: Lars Seier Christensen + roles: Chairman + - name: Nibras Stiebar-Bang + roles: CTO & CPO + - name: Jonas Stiebar-Bang + roles: CCO + - name: Jørgen Hauglund + roles: CFO links: web: https://concordium.com github: https://github.com/Concordium @@ -20,6 +22,6 @@ tokens: - symbol: CCD project_status: live_status: true - version: false + version: "" testnet: false mainnet: true diff --git a/src/projects/cultdao/index.yaml b/src/projects/cultdao/index.yaml index 3afa6927..32ae62ff 100644 --- a/src/projects/cultdao/index.yaml +++ b/src/projects/cultdao/index.yaml @@ -1,7 +1,7 @@ name: CULT DAO categories: [applications] assets_used: [CULT] -ecosystem: [Ethereum] +ecosystem: [ETHEREUM] description: Investment DAO that fight against centralization and further decentralization product_readiness: live diff --git a/src/projects/deeponion/index.yaml b/src/projects/deeponion/index.yaml index 06832f92..abf718a5 100644 --- a/src/projects/deeponion/index.yaml +++ b/src/projects/deeponion/index.yaml @@ -1,7 +1,7 @@ #PROJECT DESCRIPTION ------------------------------------------------------------- name: DeepOnion categories: [applications] -assets_used: ["ZK-Snarks", "TOR Network"] +assets_used: ["ZK-SNARKS", "TOR-NETWORK"] ecosystem: DeepOnion Network project_type: Hybrid cryptocurrency diff --git a/src/projects/dragonX/index.yaml b/src/projects/dragonX/index.yaml index f59192d5..072ae133 100644 --- a/src/projects/dragonX/index.yaml +++ b/src/projects/dragonX/index.yaml @@ -1,3 +1,4 @@ +id: dragonX name: DragonX categories: - defi diff --git a/src/projects/espresso-systems/index.yaml b/src/projects/espresso-systems/index.yaml index 249d490d..42c8be1c 100644 --- a/src/projects/espresso-systems/index.yaml +++ b/src/projects/espresso-systems/index.yaml @@ -1,18 +1,18 @@ name: Espresso Systems categories: - infrastructure -description: 'Espresso is building a marketplace for shared sequencing, allowing rollups to auction the rights to build their blocks' +description: "Espresso is building a marketplace for shared sequencing, allowing rollups to auction the rights to build their blocks" team: -- name: Ben Fisch - role: CEO -- name: Charles Lu - role: COO -- name: Jill Gunter - role: CSO -- name: Benedikt Bünz - role: Chief Scientist -- name: Binyi Chen - role: Chief Cryptographer + - name: Ben Fisch + role: CEO + - name: Charles Lu + role: COO + - name: Jill Gunter + role: CSO + - name: Benedikt Bünz + role: Chief Scientist + - name: Binyi Chen + role: Chief Cryptographer links: web: https://www.espressosys.com github: https://github.com/EspressoSystems/ @@ -20,6 +20,6 @@ links: docs: https://docs.espressosys.com/ project_status: live_status: true - version: false + version: "" testnet: true mainnet: false diff --git a/src/projects/fedimint/index.yaml b/src/projects/fedimint/index.yaml index f3562b73..a493cbe5 100644 --- a/src/projects/fedimint/index.yaml +++ b/src/projects/fedimint/index.yaml @@ -1,7 +1,7 @@ name: Fedimint categories: - infrastructure -description: 'An open-source protocol to custody and transact bitcoin in a community context, built on a strong foundation of privacy' +description: "An open-source protocol to custody and transact bitcoin in a community context, built on a strong foundation of privacy" team: anonymous: true links: @@ -12,7 +12,6 @@ links: twitter: https://twitter.com/fedimint project_status: live_status: false - version: false + version: "" testnet: false mainnet: false - diff --git a/src/projects/findora/index.yaml b/src/projects/findora/index.yaml index 53484b33..61470707 100644 --- a/src/projects/findora/index.yaml +++ b/src/projects/findora/index.yaml @@ -1,7 +1,7 @@ name: Findora categories: - infrastructure -description: 'A decentralized, privacy-preserving smart contract platform. Build the next privacy dApp for any EVM-chain with the world’s leading zero-knowledge technology-explore all new possibilities' +description: "A decentralized, privacy-preserving smart contract platform. Build the next privacy dApp for any EVM-chain with the world’s leading zero-knowledge technology-explore all new possibilities" links: web: https://findora.org github: https://github.com/findoranetwork @@ -15,6 +15,6 @@ tokens: - symbol: FRA project_status: live_status: false - version: false + version: "" testnet: false mainnet: false diff --git a/src/projects/hana/index.yaml b/src/projects/hana/index.yaml index 66c27623..f88eaa9c 100644 --- a/src/projects/hana/index.yaml +++ b/src/projects/hana/index.yaml @@ -1,7 +1,7 @@ name: Hana categories: - infrastructure -description: 'privacy hub for all blockchains, enabling on-chain privacy on existing chains and for arbitrary assets including Bitcoin' +description: "privacy hub for all blockchains, enabling on-chain privacy on existing chains and for arbitrary assets including Bitcoin" team: anonymous: true links: @@ -11,6 +11,6 @@ links: have_token: true project_status: live_status: false - version: false + version: "" testnet: false mainnet: false diff --git a/src/projects/haven-protocol/index.yaml b/src/projects/haven-protocol/index.yaml index bbe050bf..90b714eb 100644 --- a/src/projects/haven-protocol/index.yaml +++ b/src/projects/haven-protocol/index.yaml @@ -15,7 +15,8 @@ have_token: true tokens: - symbol: XHV audits: - - no audit reports attached - https://github.com/haven-protocol-org/security-audits/ + - name: no audit reports attached + link: https://github.com/haven-protocol-org/security-audits/ project_status: live_status: true version: Mainnet diff --git a/src/projects/hopr/index.yaml b/src/projects/hopr/index.yaml index 829d3405..232d5d3a 100644 --- a/src/projects/hopr/index.yaml +++ b/src/projects/hopr/index.yaml @@ -1,12 +1,14 @@ name: HOPR categories: - infrastructure -description: 'The HOPR network is a decentralized incentivized mixnet, ensuring complete data and metadata privacy for everyone who uses it. Data is sent via multiple hops, so no-one but the sender and receiver know the origin, destination, or content of a data transfer.' +description: "The HOPR network is a decentralized incentivized mixnet, ensuring complete data and metadata privacy for everyone who uses it. Data is sent via multiple hops, so no-one but the sender and receiver know the origin, destination, or content of a data transfer." team: - - name: Dr. Sebastian Bürgel - role: President - - name: Rik Krieger - role: Co-Founder + anonymous: false + teammembers: + - name: Dr. Sebastian Bürgel + role: President + - name: Rik Krieger + role: Co-Founder links: web: https://hoprnet.org/protocol github: https://github.com/hoprnet diff --git a/src/projects/icebreaker/index.yaml b/src/projects/icebreaker/index.yaml index 377b1ebd..d4a635c3 100644 --- a/src/projects/icebreaker/index.yaml +++ b/src/projects/icebreaker/index.yaml @@ -9,5 +9,5 @@ links: blog: https://mirror.xyz/icebreakerlabs.eth twitter: https://x.com/icebreaker_xyz telegram: https://t.me/+Mgo-ltakTs80MDkx - farcaster: "@icebreaker" + farcaster: "https://instagram/icebreaker" have_token: true diff --git a/src/projects/ixec/index.yaml b/src/projects/ixec/index.yaml deleted file mode 100644 index e69de29b..00000000 diff --git a/src/projects/ixec/logo.png b/src/projects/ixec/logo.png deleted file mode 100644 index 0ab04218cfff27e1388cbb2dbbe4449df6f2d16b..0000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 8898 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 diff --git a/src/projects/lit/index.yaml b/src/projects/lit/index.yaml index d36a3809..a891648c 100644 --- a/src/projects/lit/index.yaml +++ b/src/projects/lit/index.yaml @@ -3,10 +3,16 @@ categories: - infrastructure description: Builders of apps, wallets, protocols, and AI agents use the Lit network for decentralized signing, encryption, and compute. team: - - name: David Sneider - role: Co-Founder - - name: Chris Cassano - role: Co-Founder & CTO + anonymous: false + company: + link: https://example-company.com + teammembers: + - name: David Sneider + role: Co-Founder + link: https://www.linkedin.com/in/davidsneider + - name: Chris Cassano + role: Co-Founder & CTO + link: https://www.linkedin.com/in/chriscassano links: web: https://litprotocol.com github: https://github.com/LIT-Protocol/ diff --git a/src/projects/mysterium/index.yaml b/src/projects/mysterium/index.yaml index 610ca086..a4f97b0c 100644 --- a/src/projects/mysterium/index.yaml +++ b/src/projects/mysterium/index.yaml @@ -3,10 +3,14 @@ categories: - infrastructure description: An open-source ecosystem of tools and infrastructure to liberate the web team: - - name: RobertasVis - role: Founder - - name: Waldz - role: Founder & Lead Developer + anonymous: false + teammembers: + - name: RobertasVis + role: Founder + link: https://www.linkedin.com/in/robertasvis + - name: Waldz + role: Founder & Lead Developer + link: https://www.linkedin.com/in/waldz links: web: https://www.mysterium.network github: https://github.com/MysteriumNetwork diff --git a/src/projects/partisia-blockchain/index.yaml b/src/projects/partisia-blockchain/index.yaml index ffd4ef57..00378211 100644 --- a/src/projects/partisia-blockchain/index.yaml +++ b/src/projects/partisia-blockchain/index.yaml @@ -3,11 +3,13 @@ categories: - infrastructure description: Partisia Blockchain is built for trust, transparency, privacy and speed of light finalization. team: - - name: Kurt Nielsen - role: Co-Founder & President - - name: Peter F. Frandsen - role: Co-Founder & CTO - - name: Brian Gallagher + anonymous: false + teammembers: + - name: Kurt Nielsen + role: Co-Founder & President + - name: Peter F. Frandsen + role: Co-Founder & CTO + - name: Brian Gallagher links: web: https://partisiablockchain.com gitlab: https://gitlab.com/partisiablockchain diff --git a/src/projects/polybase/index.yaml b/src/projects/polybase/index.yaml index 7fd9b36c..e855c98b 100644 --- a/src/projects/polybase/index.yaml +++ b/src/projects/polybase/index.yaml @@ -3,10 +3,12 @@ categories: - infrastructure description: "a public L2 blockchain with private transactions and MEV-resistance powered by zero-knowledge proofs" team: - - name: Sid Gandhi - role: Co-Founder & CEO - - name: Calum Moore - role: Co-Founder & CTO + anonymous: false + teammembers: + - name: Sid Gandhi + role: Co-Founder & CEO + - name: Calum Moore + role: Co-Founder & CTO links: web: https://polybase.xyz docs: https://payy.network/docs diff --git a/src/projects/scala/index.yaml b/src/projects/scala/index.yaml index fde12aef..91d7b557 100644 --- a/src/projects/scala/index.yaml +++ b/src/projects/scala/index.yaml @@ -1,10 +1,12 @@ name: Scala categories: - infrastructure -description: 'A secure, anonymous and mobile-friendly cryptocurrency offering easy-to-use solutions to ensure financial privacy' +description: "A secure, anonymous and mobile-friendly cryptocurrency offering easy-to-use solutions to ensure financial privacy" team: - - name: Hayzam - role: Founder, Lead Developer + anonymous: false + teammembers: + - name: Hayzam + role: Founder, Lead Developer links: web: https://scalaproject.io github: https://github.com/scala-network/ diff --git a/src/projects/shade/index.yaml b/src/projects/shade/index.yaml index 767e74f8..f5ea59c8 100644 --- a/src/projects/shade/index.yaml +++ b/src/projects/shade/index.yaml @@ -73,11 +73,11 @@ audits: social_trust: Slabs ( MRSINGER ) technical_spof: Can decrypt history: - title: Mainet - event_type: launch - description: Airdrop - time: Feb 21, 2022 - link: https://shadeprotocol.io/blog/shade-protocol-claim-tutorial + - title: Mainet + event_type: launch + description: Airdrop + time: Feb 21, 2022 + link: https://shadeprotocol.io/blog/shade-protocol-claim-tutorial client_diversability: - name: Keplr link: https://www.keplr.app/ diff --git a/src/projects/sienna/index.yaml b/src/projects/sienna/index.yaml index 4f0c106d..3d15f3f3 100644 --- a/src/projects/sienna/index.yaml +++ b/src/projects/sienna/index.yaml @@ -30,8 +30,6 @@ links: blockchain_features: p2p: false encryption: TEE - upgradability: - opensource: true viewing_key: true dissapearing_tx: false diff --git a/src/projects/vault1317/index.yaml b/src/projects/vault1317/index.yaml index ffafcfb9..2d870345 100644 --- a/src/projects/vault1317/index.yaml +++ b/src/projects/vault1317/index.yaml @@ -1,14 +1,16 @@ name: Vault1317 categories: - infrastructure -description: 'An Off-chain secure communication protocol with deniability via ZKP (Ring Signature)' +description: "An Off-chain secure communication protocol with deniability via ZKP (Ring Signature)" team: - - name: Shawn Chang - role: Founder & CEO - - name: Ming Xu - role: COO - - name: cybernaut.eth - role: CTO + anonymous: false + teammembers: + - name: Shawn Chang + role: Founder & CEO + - name: Ming Xu + role: COO + - name: cybernaut.eth + role: CTO links: web: https://hardenedvault.net/blog/2021-06-02-vault1317-thesis/ github: https://github.com/hardenedvault/vault1317 diff --git a/src/projects/verida/index.yaml b/src/projects/verida/index.yaml index 0fa7fa1a..15e5c419 100644 --- a/src/projects/verida/index.yaml +++ b/src/projects/verida/index.yaml @@ -1,12 +1,14 @@ name: Verida categories: - infrastructure -description: 'Verida is a multi-chain protocol for interoperable database storage and messaging built on decentralized identity where personal data is owned and controlled by users' +description: "Verida is a multi-chain protocol for interoperable database storage and messaging built on decentralized identity where personal data is owned and controlled by users" team: - - name: Chris Were - role: Co-Founder & CEO - - name: Ryan Kris - role: Co-Founder & COO + anonymous: false + teammembers: + - name: Chris Were + role: Co-Founder & CEO + - name: Ryan Kris + role: Co-Founder & COO links: web: https://www.verida.io github: https://github.com/verida/ diff --git a/src/projects/waku/index.yaml b/src/projects/waku/index.yaml index f46e1e43..cccc31c7 100644 --- a/src/projects/waku/index.yaml +++ b/src/projects/waku/index.yaml @@ -1,8 +1,7 @@ name: Waku categories: - applications -ecosystem: - - Ethereum +ecosystem: [ETHEREUM] description: "the communication layer for Web3. Decentralized communication that scales" team: @@ -16,7 +15,7 @@ links: blog: https://blog.waku.org twitter: https://x.com/waku_org discord: https://discord.waku.org - farcaster: "@waku" + farcaster: "https://instagram/waku" project_status: live_status: true diff --git a/src/projects/zcash/index.yaml b/src/projects/zcash/index.yaml index d18d38bd..816f0828 100644 --- a/src/projects/zcash/index.yaml +++ b/src/projects/zcash/index.yaml @@ -36,9 +36,7 @@ blockchain_features: licences: MIT software license privacy_policy: defined: false -team: - - name: - role: + storage: decentralized: true @@ -71,11 +69,9 @@ default_privacy: true funding: - name: DCG type: Investments - link: - value: - time: + project_status: live_status: true - version: Mainnet + version: "Mainnet" testnet: false mainnet: true