mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
feat: add ids
This commit is contained in:
parent
2b648935e5
commit
771367b9b8
62 changed files with 209 additions and 161 deletions
|
@ -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
|
||||
type: boolean
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: aioz-network
|
||||
name: Aioz network
|
||||
categories: [applications]
|
||||
description: "DePIN for Web3 AI, Storage & Streaming"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: bandada
|
||||
name: Bandada
|
||||
categories: [applications]
|
||||
description: "An open-source system for managing privacy-preserving groups of anonymous individuals."
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
id: denet
|
||||
name: DeNet
|
||||
categories: [storage]
|
||||
ecosystem: [Polygon]
|
||||
categories: [applications]
|
||||
ecosystem: [POLYGON]
|
||||
description: "Decentralized Storage Protocol for Web3 services "
|
||||
|
||||
team:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: exabits
|
||||
name: Exabits
|
||||
categories: [applications]
|
||||
description: "Simplified Access to the Currency of the Future "
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: humanode
|
||||
name: Humanode
|
||||
categories: [applications]
|
||||
ecosystem: [Polkadot]
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: ivpn
|
||||
name: IVPN
|
||||
categories: [applications]
|
||||
description: "Audited, privacy focused VPN service."
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: intmax
|
||||
name: Intmax
|
||||
categories:
|
||||
- infrastructure
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
name: Mailchain
|
||||
categories: [applications]
|
||||
ecosystem: [Ethereum]
|
||||
ecosystem: [ETHEREUM]
|
||||
description: "Web3 communication layer & web3 email for everyone"
|
||||
|
||||
team:
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: opsec
|
||||
name: OpSec
|
||||
categories: [applications]
|
||||
description: " AI-powered decentralized cloud security."
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
id: oxo
|
||||
name: OxO
|
||||
categories: [applications]
|
||||
ecosystem: [Ethereum]
|
||||
ecosystem: [ETHEREUM]
|
||||
description: "All-in-One Privacy Exchange"
|
||||
|
||||
team:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: privy
|
||||
name: Privy
|
||||
categories: [applications]
|
||||
ecosystem: [Solana]
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: self
|
||||
name: Self
|
||||
categories: [applications]
|
||||
description: "Build identification and personal data management for everything"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: sentz
|
||||
name: Sentz
|
||||
categories: [applications]
|
||||
description: "Global payments app for Freelancers & Creators"
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: sightai
|
||||
name: SightAI
|
||||
categories: [applications]
|
||||
description: "Decentralized AI inference with FHE"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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:
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: zkagi
|
||||
name: ZkAGI
|
||||
categories: [applications]
|
||||
description: "Pioneering Privacy AI with Decentralized Infrastructure (DePIN)"
|
||||
|
|
|
@ -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: [""]
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -8,7 +8,7 @@ links:
|
|||
docs: https://guides.cakewallet.com/
|
||||
project_status:
|
||||
live_status: true
|
||||
version:
|
||||
version: ""
|
||||
testnet: false
|
||||
mainnet: false
|
||||
team:
|
||||
|
|
|
@ -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
|
||||
mainnet: false
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
id: dragonX
|
||||
name: DragonX
|
||||
categories:
|
||||
- defi
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -30,8 +30,6 @@ links:
|
|||
blockchain_features:
|
||||
p2p: false
|
||||
encryption: TEE
|
||||
upgradability:
|
||||
|
||||
opensource: true
|
||||
viewing_key: true
|
||||
dissapearing_tx: false
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue