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:
|
id:
|
||||||
type: string
|
type: string
|
||||||
title: ID
|
title: ID
|
||||||
description: |
|
description: |
|
||||||
Unique project identifier
|
Unique project identifier
|
||||||
pattern: '^[a-z0-9-]+$'
|
pattern: "^[a-z0-9-]+$"
|
||||||
#PROJECT DESCRIPTION -------------------------------------------------------------
|
#PROJECT DESCRIPTION -------------------------------------------------------------
|
||||||
name:
|
name:
|
||||||
type: string
|
type: string
|
||||||
categories:
|
categories:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^[a-z0-9-]+$'
|
pattern: "^[a-z0-9-]+$"
|
||||||
assets_used:
|
assets_used:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^[A-Z0-9-]+$'
|
pattern: "^[A-Z0-9-]+$"
|
||||||
ecosystem:
|
ecosystem:
|
||||||
anyOf: [{type: array}, {type: string}]
|
anyOf: [{ type: array }, { type: string }]
|
||||||
items:
|
items:
|
||||||
type: string
|
type: string
|
||||||
pattern: '^[A-Z0-9-]+$'
|
pattern: "^[A-Z0-9-]+$"
|
||||||
project_type:
|
project_type:
|
||||||
type: string
|
type: string
|
||||||
description:
|
description:
|
||||||
|
@ -84,7 +84,7 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
link:
|
link:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
funding:
|
funding:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -243,7 +243,7 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
client_diversability:
|
client_diversability:
|
||||||
type: array
|
type: array
|
||||||
items:
|
items:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
name:
|
name:
|
||||||
|
@ -263,7 +263,7 @@ properties:
|
||||||
type: string
|
type: string
|
||||||
format: uri
|
format: uri
|
||||||
data_usage:
|
data_usage:
|
||||||
type: string
|
type: string
|
||||||
traceability:
|
traceability:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -274,7 +274,7 @@ properties:
|
||||||
sign_in_type_requirments:
|
sign_in_type_requirments:
|
||||||
type: string
|
type: string
|
||||||
compliance:
|
compliance:
|
||||||
anyOf: [{type: boolean}, {type: string}]
|
anyOf: [{ type: boolean }, { type: string }]
|
||||||
storage:
|
storage:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
@ -310,9 +310,9 @@ properties:
|
||||||
properties:
|
properties:
|
||||||
live_status:
|
live_status:
|
||||||
type: boolean
|
type: boolean
|
||||||
version:
|
version:
|
||||||
type: string
|
type: string
|
||||||
testnet:
|
testnet:
|
||||||
type: boolean
|
type: boolean
|
||||||
mainnet:
|
mainnet:
|
||||||
type: boolean
|
type: boolean
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: aioz-network
|
||||||
name: Aioz network
|
name: Aioz network
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "DePIN for Web3 AI, Storage & Streaming"
|
description: "DePIN for Web3 AI, Storage & Streaming"
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: 'Arcium'
|
id: arcium
|
||||||
categories: [ FHE ]
|
name: "Arcium"
|
||||||
description: 'The first parallelized confidential computing network'
|
categories: [infrastructure]
|
||||||
|
description: "The first parallelized confidential computing network"
|
||||||
links:
|
links:
|
||||||
web: https://arcium.com/
|
web: https://arcium.com/
|
||||||
github: https://github.com/elusiv-privacy
|
github: https://github.com/elusiv-privacy
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: bandada
|
||||||
name: Bandada
|
name: Bandada
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "An open-source system for managing privacy-preserving groups of anonymous individuals."
|
description: "An open-source system for managing privacy-preserving groups of anonymous individuals."
|
||||||
|
|
|
@ -1,14 +1,15 @@
|
||||||
|
id: blockblend
|
||||||
name: BlockBlend
|
name: BlockBlend
|
||||||
categories: [ bridge ]
|
categories: [applications]
|
||||||
ecosystem: [ Ethereum, Polygon, Base, Bnb, Solana ]
|
ecosystem: [ETHEREUM, POLYGON, BASE, BNB, SOLANA]
|
||||||
description: 'Privacy Cross-Chain Decentralized Services'
|
description: "Privacy Cross-Chain Decentralized Services"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
anonymous: false
|
anonymous: false
|
||||||
teammembers:
|
teammembers:
|
||||||
- name: Tom
|
- name: Tom
|
||||||
link: https://x.com/TomBlockBlend
|
link: https://x.com/TomBlockBlend
|
||||||
|
|
||||||
links:
|
links:
|
||||||
web: https://blockblend.io/
|
web: https://blockblend.io/
|
||||||
docs: https://docs.blockblend.io/
|
docs: https://docs.blockblend.io/
|
||||||
|
@ -16,7 +17,7 @@ links:
|
||||||
blog: https://blockblendio.medium.com/
|
blog: https://blockblendio.medium.com/
|
||||||
twitter: https://x.com/blockblendio
|
twitter: https://x.com/blockblendio
|
||||||
telegram: https://t.me/blockblendIO
|
telegram: https://t.me/blockblendIO
|
||||||
|
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: Mainnet
|
version: Mainnet
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: Chainback
|
name: Chainback
|
||||||
categories: [storage]
|
categories: [storage]
|
||||||
ecosystem: [Ethereum, Solana, Bsc, Polygon]
|
ecosystem: [ETHEREUM, SOLANA, BSC, POLYGON]
|
||||||
description: "Ultimate Cloud Computing & File Storage"
|
description: "Ultimate Cloud Computing & File Storage"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
|
id: codex
|
||||||
name: Codex
|
name: Codex
|
||||||
categories:
|
categories:
|
||||||
- applications
|
- applications
|
||||||
ecosystem:
|
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."
|
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:
|
team:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: coti
|
||||||
name: Coti
|
name: Coti
|
||||||
categories: [ layer-2 ]
|
categories: [infrastructure]
|
||||||
description: 'EVM L2 solving blockchain privacy with Garbled Circuits'
|
description: "EVM L2 solving blockchain privacy with Garbled Circuits"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
anonymous: false
|
anonymous: false
|
||||||
|
|
|
@ -1,9 +1,10 @@
|
||||||
name: 'Cursive'
|
id: cursive
|
||||||
categories: [ FHE ]
|
name: "Cursive"
|
||||||
description: 'A cryptography lab focused on human-first applications of signed data.'
|
categories: [applications]
|
||||||
|
description: "A cryptography lab focused on human-first applications of signed data."
|
||||||
links:
|
links:
|
||||||
web: https://www.cursive.team/
|
web: https://www.cursive.team/
|
||||||
github: https://github.com/cursive-team
|
github: https://github.com/cursive-team
|
||||||
blog: https://www.cursive.team/blog
|
blog: https://www.cursive.team/blog
|
||||||
twitter: https://x.com/cursive_team
|
twitter: https://x.com/cursive_team
|
||||||
telegram: https://t.me/+z5REVOBXp_hmNDIx
|
telegram: https://t.me/+z5REVOBXp_hmNDIx
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: denet
|
||||||
name: DeNet
|
name: DeNet
|
||||||
categories: [storage]
|
categories: [applications]
|
||||||
ecosystem: [Polygon]
|
ecosystem: [POLYGON]
|
||||||
description: "Decentralized Storage Protocol for Web3 services "
|
description: "Decentralized Storage Protocol for Web3 services "
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: ergo-platform
|
||||||
name: Ergo Platform
|
name: Ergo Platform
|
||||||
categories: [infrastructure]
|
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"
|
description: "Ergo is the next-gen smart contract platform! Bringing economic freedom to ordinary people through decentralized financial tools"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: exabits
|
||||||
name: Exabits
|
name: Exabits
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Simplified Access to the Currency of the Future "
|
description: "Simplified Access to the Currency of the Future "
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
name: 'FairMath'
|
id: fairmath
|
||||||
categories: [ FHE ]
|
name: "FairMath"
|
||||||
description: 'Building Privacy Preserving Future Rooted in Fully Homomorphic Encryption (FHE)'
|
categories: [applications]
|
||||||
|
description: "Building Privacy Preserving Future Rooted in Fully Homomorphic Encryption (FHE)"
|
||||||
links:
|
links:
|
||||||
web: https://fairmath.xyz/
|
web: https://fairmath.xyz/
|
||||||
github: https://github.com/fairmath
|
github: https://github.com/fairmath
|
||||||
twitter: https://x.com/FairMath
|
twitter: https://x.com/FairMath
|
||||||
discord: https://discord.com/invite/NfhXwyr9M5
|
discord: https://discord.com/invite/NfhXwyr9M5
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
name: 'Fhenix'
|
id: fhenix
|
||||||
categories: [ FHE ]
|
name: "Fhenix"
|
||||||
description: 'Fhenix is an Ethereum L2 and Coprocessor that uses FHE for onchain confidentiality.'
|
categories: [applications]
|
||||||
|
description: "Fhenix is an Ethereum L2 and Coprocessor that uses FHE for onchain confidentiality."
|
||||||
links:
|
links:
|
||||||
web: https://www.fhenix.io/
|
web: https://www.fhenix.io/
|
||||||
github: https://github.com/FhenixProtocol
|
github: https://github.com/FhenixProtocol
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: humanode
|
||||||
name: Humanode
|
name: Humanode
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Polkadot]
|
ecosystem: [Polkadot]
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: ivpn
|
||||||
name: IVPN
|
name: IVPN
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Audited, privacy focused VPN service."
|
description: "Audited, privacy focused VPN service."
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: intmax
|
||||||
name: Intmax
|
name: Intmax
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
name: Mailchain
|
name: Mailchain
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Ethereum]
|
ecosystem: [ETHEREUM]
|
||||||
description: "Web3 communication layer & web3 email for everyone"
|
description: "Web3 communication layer & web3 email for everyone"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,7 +1,8 @@
|
||||||
|
id: media-network
|
||||||
name: Media Network
|
name: Media Network
|
||||||
categories: [infrastructure]
|
categories: [infrastructure]
|
||||||
ecosystem: [Ethereum, Solana, Base, Bnb, Optimist]
|
ECOSYSTEM: [ETHEREUM, SOLANA, BASE, BNB, OPTIMIST]
|
||||||
description: "The Web3 replacement for AWS and Google Cloud"
|
DESCRIPTION: "The Web3 replacement for AWS and Google Cloud"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: nata-network
|
||||||
name: Nata network
|
name: Nata network
|
||||||
categories: [ bridge ]
|
categories: [infrastructure]
|
||||||
description: 'Nata Network is your portal to private cross-chain transactions.'
|
description: "Nata Network is your portal to private cross-chain transactions."
|
||||||
|
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
|
@ -9,7 +10,7 @@ links:
|
||||||
web: https://app.natarouter.com/
|
web: https://app.natarouter.com/
|
||||||
github: https://github.com/shichiro-nakahara
|
github: https://github.com/shichiro-nakahara
|
||||||
block_explorer: https://explorer.natanetwork.io/
|
block_explorer: https://explorer.natanetwork.io/
|
||||||
docs: https://docs.natanetwork.io/
|
docs: https://docs.natanetwork.io/
|
||||||
blog: https://mirror.xyz/natanetwork.eth
|
blog: https://mirror.xyz/natanetwork.eth
|
||||||
twitter: https://x.com/nata_network_io
|
twitter: https://x.com/nata_network_io
|
||||||
discord: https://discord.com/invite/m9Ma7PbFwb
|
discord: https://discord.com/invite/m9Ma7PbFwb
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: opsec
|
||||||
name: OpSec
|
name: OpSec
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: " AI-powered decentralized cloud security."
|
description: " AI-powered decentralized cloud security."
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: oxo
|
||||||
name: OxO
|
name: OxO
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Ethereum]
|
ecosystem: [ETHEREUM]
|
||||||
description: "All-in-One Privacy Exchange"
|
description: "All-in-One Privacy Exchange"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: presearch
|
||||||
name: Preserch
|
name: Preserch
|
||||||
categories: [browser]
|
categories: [applications]
|
||||||
ecosystem: [Ethereum]
|
ecosystem: [ETHEREUM]
|
||||||
description: "The Decentralized Search Engine with more than 4 million members"
|
description: "The Decentralized Search Engine with more than 4 million members"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: privy
|
||||||
name: Privy
|
name: Privy
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Solana]
|
ecosystem: [Solana]
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Ritual
|
name: Ritual
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Ethereum, Solana, Polygon]
|
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."
|
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"
|
product_launch_day: "2023"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: rotki
|
||||||
name: Rotki
|
name: Rotki
|
||||||
categories: [applications]
|
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"
|
description: "rotki is an open source portfolio tracker, accounting and analytics tool that protects your privacy"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: self
|
||||||
name: Self
|
name: Self
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Build identification and personal data management for everything"
|
description: "Build identification and personal data management for everything"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: sentz
|
||||||
name: Sentz
|
name: Sentz
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Global payments app for Freelancers & Creators"
|
description: "Global payments app for Freelancers & Creators"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: sightai
|
||||||
name: SightAI
|
name: SightAI
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Decentralized AI inference with FHE"
|
description: "Decentralized AI inference with FHE"
|
||||||
|
|
|
@ -1,8 +1,9 @@
|
||||||
name: 'Sunsscreen'
|
id: sunscreen
|
||||||
categories: [ FHE ]
|
name: "Sunsscreen"
|
||||||
description: 'Privacy engine of the new web.'
|
categories: [applications]
|
||||||
|
description: "Privacy engine of the new web."
|
||||||
links:
|
links:
|
||||||
web: https://sunscreen.tech/
|
web: https://sunscreen.tech/
|
||||||
blog: https://blog.sunscreen.tech/
|
blog: https://blog.sunscreen.tech/
|
||||||
twitter: https://x.com/sunscreentech
|
twitter: https://x.com/sunscreentech
|
||||||
discord: https://discord.com/invite/WHCs6jNNDS
|
discord: https://discord.com/invite/WHCs6jNNDS
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: super-protocol
|
||||||
name: SuperProtocol
|
name: SuperProtocol
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "The confidential and self-sovereign AI cloud and marketplace, governed by smart contracts"
|
description: "The confidential and self-sovereign AI cloud and marketplace, governed by smart contracts"
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: taceo
|
||||||
name: Taceo
|
name: Taceo
|
||||||
categories: [infrastructure]
|
categories: [infrastructure]
|
||||||
description: "Encrypted Computation Layer; MPC + ZK"
|
description: "Encrypted Computation Layer; MPC + ZK"
|
||||||
|
@ -16,7 +17,6 @@ links:
|
||||||
web: https://taceo.io/
|
web: https://taceo.io/
|
||||||
github: https://github.com/TaceoLabs
|
github: https://github.com/TaceoLabs
|
||||||
docs: https://docs.taceo.io/
|
docs: https://docs.taceo.io/
|
||||||
whitepaper:
|
|
||||||
blog: https://blog.taceo.io/
|
blog: https://blog.taceo.io/
|
||||||
twitter: https://x.com/TACEO_IO
|
twitter: https://x.com/TACEO_IO
|
||||||
discord: https://discord.com/invite/gWZW2TANpk
|
discord: https://discord.com/invite/gWZW2TANpk
|
||||||
|
|
|
@ -1,6 +1,7 @@
|
||||||
|
id: vocdoni
|
||||||
name: Vocdoni
|
name: Vocdoni
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
ecosystem: [Ethereum]
|
ecosystem: [ETHEREUM]
|
||||||
description: "To build open source solutions to facilitate decision making in any organization."
|
description: "To build open source solutions to facilitate decision making in any organization."
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: zkagi
|
||||||
name: ZkAGI
|
name: ZkAGI
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
description: "Pioneering Privacy AI with Decentralized Infrastructure (DePIN)"
|
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."
|
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:
|
project_status:
|
||||||
version: "testnet"
|
version: "testnet"
|
||||||
live_status: true
|
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
links:
|
links:
|
||||||
|
@ -13,3 +12,4 @@ links:
|
||||||
github: https://github.com/anon-aadhaar/anon-aadhaar
|
github: https://github.com/anon-aadhaar/anon-aadhaar
|
||||||
technology:
|
technology:
|
||||||
type: zk, circom, rsa
|
type: zk, circom, rsa
|
||||||
|
features: [""]
|
||||||
|
|
|
@ -2,12 +2,14 @@ name: burstIQ
|
||||||
categories: [infrastructure]
|
categories: [infrastructure]
|
||||||
description: "Fuel your digital-first strategy with human health data"
|
description: "Fuel your digital-first strategy with human health data"
|
||||||
team:
|
team:
|
||||||
- name: Frank Ricotta
|
anonymous: false
|
||||||
role: CEO
|
teammembers:
|
||||||
- name: Brian Jackson
|
- name: Frank Ricotta
|
||||||
role: COO
|
role: CEO
|
||||||
- name: Tyson Henry
|
- name: Brian Jackson
|
||||||
role: CTO
|
role: COO
|
||||||
|
- name: Tyson Henry
|
||||||
|
role: CTO
|
||||||
links:
|
links:
|
||||||
web: https://burstiq.com
|
web: https://burstiq.com
|
||||||
twitter: https://twitter.com/BurstIQ
|
twitter: https://twitter.com/BurstIQ
|
||||||
|
@ -16,6 +18,5 @@ tokens:
|
||||||
- symbol: BIQ
|
- symbol: BIQ
|
||||||
project_status:
|
project_status:
|
||||||
live_status: false
|
live_status: false
|
||||||
version: false
|
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
|
@ -8,7 +8,7 @@ links:
|
||||||
docs: https://guides.cakewallet.com/
|
docs: https://guides.cakewallet.com/
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version:
|
version: ""
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
mainnet: false
|
||||||
team:
|
team:
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
name: ChimpExchange
|
name: ChimpExchange
|
||||||
categories: [ defi ]
|
categories: [defi]
|
||||||
ecosystem: [ Ten ]
|
ecosystem: [TEN]
|
||||||
|
|
||||||
project_type: DeFi
|
project_type: DeFi
|
||||||
description: 'Fully encrypted DEX'
|
description: "Fully encrypted DEX"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
|
@ -19,4 +19,4 @@ project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: Testnet
|
version: Testnet
|
||||||
testnet: true
|
testnet: true
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
|
@ -3,14 +3,16 @@ categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: "A compliance ready blockchain backed by science that enables private and public transactions"
|
description: "A compliance ready blockchain backed by science that enables private and public transactions"
|
||||||
team:
|
team:
|
||||||
- name: Lars Seier Christensen
|
anonymous: false
|
||||||
roles: Chairman
|
teammembers:
|
||||||
- name: Nibras Stiebar-Bang
|
- name: Lars Seier Christensen
|
||||||
roles: CTO & CPO
|
roles: Chairman
|
||||||
- name: Jonas Stiebar-Bang
|
- name: Nibras Stiebar-Bang
|
||||||
roles: CCO
|
roles: CTO & CPO
|
||||||
- name: Jørgen Hauglund
|
- name: Jonas Stiebar-Bang
|
||||||
roles: CFO
|
roles: CCO
|
||||||
|
- name: Jørgen Hauglund
|
||||||
|
roles: CFO
|
||||||
links:
|
links:
|
||||||
web: https://concordium.com
|
web: https://concordium.com
|
||||||
github: https://github.com/Concordium
|
github: https://github.com/Concordium
|
||||||
|
@ -20,6 +22,6 @@ tokens:
|
||||||
- symbol: CCD
|
- symbol: CCD
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: false
|
version: ""
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: true
|
mainnet: true
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: CULT DAO
|
name: CULT DAO
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
assets_used: [CULT]
|
assets_used: [CULT]
|
||||||
ecosystem: [Ethereum]
|
ecosystem: [ETHEREUM]
|
||||||
|
|
||||||
description: Investment DAO that fight against centralization and further decentralization
|
description: Investment DAO that fight against centralization and further decentralization
|
||||||
product_readiness: live
|
product_readiness: live
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
#PROJECT DESCRIPTION -------------------------------------------------------------
|
#PROJECT DESCRIPTION -------------------------------------------------------------
|
||||||
name: DeepOnion
|
name: DeepOnion
|
||||||
categories: [applications]
|
categories: [applications]
|
||||||
assets_used: ["ZK-Snarks", "TOR Network"]
|
assets_used: ["ZK-SNARKS", "TOR-NETWORK"]
|
||||||
ecosystem: DeepOnion Network
|
ecosystem: DeepOnion Network
|
||||||
|
|
||||||
project_type: Hybrid cryptocurrency
|
project_type: Hybrid cryptocurrency
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
id: dragonX
|
||||||
name: DragonX
|
name: DragonX
|
||||||
categories:
|
categories:
|
||||||
- defi
|
- defi
|
||||||
|
|
|
@ -1,18 +1,18 @@
|
||||||
name: Espresso Systems
|
name: Espresso Systems
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
- name: Ben Fisch
|
- name: Ben Fisch
|
||||||
role: CEO
|
role: CEO
|
||||||
- name: Charles Lu
|
- name: Charles Lu
|
||||||
role: COO
|
role: COO
|
||||||
- name: Jill Gunter
|
- name: Jill Gunter
|
||||||
role: CSO
|
role: CSO
|
||||||
- name: Benedikt Bünz
|
- name: Benedikt Bünz
|
||||||
role: Chief Scientist
|
role: Chief Scientist
|
||||||
- name: Binyi Chen
|
- name: Binyi Chen
|
||||||
role: Chief Cryptographer
|
role: Chief Cryptographer
|
||||||
links:
|
links:
|
||||||
web: https://www.espressosys.com
|
web: https://www.espressosys.com
|
||||||
github: https://github.com/EspressoSystems/
|
github: https://github.com/EspressoSystems/
|
||||||
|
@ -20,6 +20,6 @@ links:
|
||||||
docs: https://docs.espressosys.com/
|
docs: https://docs.espressosys.com/
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: false
|
version: ""
|
||||||
testnet: true
|
testnet: true
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Fedimint
|
name: Fedimint
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
links:
|
links:
|
||||||
|
@ -12,7 +12,6 @@ links:
|
||||||
twitter: https://twitter.com/fedimint
|
twitter: https://twitter.com/fedimint
|
||||||
project_status:
|
project_status:
|
||||||
live_status: false
|
live_status: false
|
||||||
version: false
|
version: ""
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Findora
|
name: Findora
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
links:
|
||||||
web: https://findora.org
|
web: https://findora.org
|
||||||
github: https://github.com/findoranetwork
|
github: https://github.com/findoranetwork
|
||||||
|
@ -15,6 +15,6 @@ tokens:
|
||||||
- symbol: FRA
|
- symbol: FRA
|
||||||
project_status:
|
project_status:
|
||||||
live_status: false
|
live_status: false
|
||||||
version: false
|
version: ""
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
name: Hana
|
name: Hana
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
links:
|
links:
|
||||||
|
@ -11,6 +11,6 @@ links:
|
||||||
have_token: true
|
have_token: true
|
||||||
project_status:
|
project_status:
|
||||||
live_status: false
|
live_status: false
|
||||||
version: false
|
version: ""
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
|
|
@ -15,7 +15,8 @@ have_token: true
|
||||||
tokens:
|
tokens:
|
||||||
- symbol: XHV
|
- symbol: XHV
|
||||||
audits:
|
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:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: Mainnet
|
version: Mainnet
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
name: HOPR
|
name: HOPR
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
- name: Dr. Sebastian Bürgel
|
anonymous: false
|
||||||
role: President
|
teammembers:
|
||||||
- name: Rik Krieger
|
- name: Dr. Sebastian Bürgel
|
||||||
role: Co-Founder
|
role: President
|
||||||
|
- name: Rik Krieger
|
||||||
|
role: Co-Founder
|
||||||
links:
|
links:
|
||||||
web: https://hoprnet.org/protocol
|
web: https://hoprnet.org/protocol
|
||||||
github: https://github.com/hoprnet
|
github: https://github.com/hoprnet
|
||||||
|
|
|
@ -9,5 +9,5 @@ links:
|
||||||
blog: https://mirror.xyz/icebreakerlabs.eth
|
blog: https://mirror.xyz/icebreakerlabs.eth
|
||||||
twitter: https://x.com/icebreaker_xyz
|
twitter: https://x.com/icebreaker_xyz
|
||||||
telegram: https://t.me/+Mgo-ltakTs80MDkx
|
telegram: https://t.me/+Mgo-ltakTs80MDkx
|
||||||
farcaster: "@icebreaker"
|
farcaster: "https://instagram/icebreaker"
|
||||||
have_token: true
|
have_token: true
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 8.7 KiB |
|
@ -3,10 +3,16 @@ categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: Builders of apps, wallets, protocols, and AI agents use the Lit network for decentralized signing, encryption, and compute.
|
description: Builders of apps, wallets, protocols, and AI agents use the Lit network for decentralized signing, encryption, and compute.
|
||||||
team:
|
team:
|
||||||
- name: David Sneider
|
anonymous: false
|
||||||
role: Co-Founder
|
company:
|
||||||
- name: Chris Cassano
|
link: https://example-company.com
|
||||||
role: Co-Founder & CTO
|
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:
|
links:
|
||||||
web: https://litprotocol.com
|
web: https://litprotocol.com
|
||||||
github: https://github.com/LIT-Protocol/
|
github: https://github.com/LIT-Protocol/
|
||||||
|
|
|
@ -3,10 +3,14 @@ categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: An open-source ecosystem of tools and infrastructure to liberate the web
|
description: An open-source ecosystem of tools and infrastructure to liberate the web
|
||||||
team:
|
team:
|
||||||
- name: RobertasVis
|
anonymous: false
|
||||||
role: Founder
|
teammembers:
|
||||||
- name: Waldz
|
- name: RobertasVis
|
||||||
role: Founder & Lead Developer
|
role: Founder
|
||||||
|
link: https://www.linkedin.com/in/robertasvis
|
||||||
|
- name: Waldz
|
||||||
|
role: Founder & Lead Developer
|
||||||
|
link: https://www.linkedin.com/in/waldz
|
||||||
links:
|
links:
|
||||||
web: https://www.mysterium.network
|
web: https://www.mysterium.network
|
||||||
github: https://github.com/MysteriumNetwork
|
github: https://github.com/MysteriumNetwork
|
||||||
|
|
|
@ -3,11 +3,13 @@ categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: Partisia Blockchain is built for trust, transparency, privacy and speed of light finalization.
|
description: Partisia Blockchain is built for trust, transparency, privacy and speed of light finalization.
|
||||||
team:
|
team:
|
||||||
- name: Kurt Nielsen
|
anonymous: false
|
||||||
role: Co-Founder & President
|
teammembers:
|
||||||
- name: Peter F. Frandsen
|
- name: Kurt Nielsen
|
||||||
role: Co-Founder & CTO
|
role: Co-Founder & President
|
||||||
- name: Brian Gallagher
|
- name: Peter F. Frandsen
|
||||||
|
role: Co-Founder & CTO
|
||||||
|
- name: Brian Gallagher
|
||||||
links:
|
links:
|
||||||
web: https://partisiablockchain.com
|
web: https://partisiablockchain.com
|
||||||
gitlab: https://gitlab.com/partisiablockchain
|
gitlab: https://gitlab.com/partisiablockchain
|
||||||
|
|
|
@ -3,10 +3,12 @@ categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: "a public L2 blockchain with private transactions and MEV-resistance powered by zero-knowledge proofs"
|
description: "a public L2 blockchain with private transactions and MEV-resistance powered by zero-knowledge proofs"
|
||||||
team:
|
team:
|
||||||
- name: Sid Gandhi
|
anonymous: false
|
||||||
role: Co-Founder & CEO
|
teammembers:
|
||||||
- name: Calum Moore
|
- name: Sid Gandhi
|
||||||
role: Co-Founder & CTO
|
role: Co-Founder & CEO
|
||||||
|
- name: Calum Moore
|
||||||
|
role: Co-Founder & CTO
|
||||||
links:
|
links:
|
||||||
web: https://polybase.xyz
|
web: https://polybase.xyz
|
||||||
docs: https://payy.network/docs
|
docs: https://payy.network/docs
|
||||||
|
|
|
@ -1,10 +1,12 @@
|
||||||
name: Scala
|
name: Scala
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
- name: Hayzam
|
anonymous: false
|
||||||
role: Founder, Lead Developer
|
teammembers:
|
||||||
|
- name: Hayzam
|
||||||
|
role: Founder, Lead Developer
|
||||||
links:
|
links:
|
||||||
web: https://scalaproject.io
|
web: https://scalaproject.io
|
||||||
github: https://github.com/scala-network/
|
github: https://github.com/scala-network/
|
||||||
|
|
|
@ -73,11 +73,11 @@ audits:
|
||||||
social_trust: Slabs ( MRSINGER )
|
social_trust: Slabs ( MRSINGER )
|
||||||
technical_spof: Can decrypt
|
technical_spof: Can decrypt
|
||||||
history:
|
history:
|
||||||
title: Mainet
|
- title: Mainet
|
||||||
event_type: launch
|
event_type: launch
|
||||||
description: Airdrop
|
description: Airdrop
|
||||||
time: Feb 21, 2022
|
time: Feb 21, 2022
|
||||||
link: https://shadeprotocol.io/blog/shade-protocol-claim-tutorial
|
link: https://shadeprotocol.io/blog/shade-protocol-claim-tutorial
|
||||||
client_diversability:
|
client_diversability:
|
||||||
- name: Keplr
|
- name: Keplr
|
||||||
link: https://www.keplr.app/
|
link: https://www.keplr.app/
|
||||||
|
|
|
@ -30,8 +30,6 @@ links:
|
||||||
blockchain_features:
|
blockchain_features:
|
||||||
p2p: false
|
p2p: false
|
||||||
encryption: TEE
|
encryption: TEE
|
||||||
upgradability:
|
|
||||||
|
|
||||||
opensource: true
|
opensource: true
|
||||||
viewing_key: true
|
viewing_key: true
|
||||||
dissapearing_tx: false
|
dissapearing_tx: false
|
||||||
|
|
|
@ -1,14 +1,16 @@
|
||||||
name: Vault1317
|
name: Vault1317
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
- name: Shawn Chang
|
anonymous: false
|
||||||
role: Founder & CEO
|
teammembers:
|
||||||
- name: Ming Xu
|
- name: Shawn Chang
|
||||||
role: COO
|
role: Founder & CEO
|
||||||
- name: cybernaut.eth
|
- name: Ming Xu
|
||||||
role: CTO
|
role: COO
|
||||||
|
- name: cybernaut.eth
|
||||||
|
role: CTO
|
||||||
links:
|
links:
|
||||||
web: https://hardenedvault.net/blog/2021-06-02-vault1317-thesis/
|
web: https://hardenedvault.net/blog/2021-06-02-vault1317-thesis/
|
||||||
github: https://github.com/hardenedvault/vault1317
|
github: https://github.com/hardenedvault/vault1317
|
||||||
|
|
|
@ -1,12 +1,14 @@
|
||||||
name: Verida
|
name: Verida
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- 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:
|
team:
|
||||||
- name: Chris Were
|
anonymous: false
|
||||||
role: Co-Founder & CEO
|
teammembers:
|
||||||
- name: Ryan Kris
|
- name: Chris Were
|
||||||
role: Co-Founder & COO
|
role: Co-Founder & CEO
|
||||||
|
- name: Ryan Kris
|
||||||
|
role: Co-Founder & COO
|
||||||
links:
|
links:
|
||||||
web: https://www.verida.io
|
web: https://www.verida.io
|
||||||
github: https://github.com/verida/
|
github: https://github.com/verida/
|
||||||
|
|
|
@ -1,8 +1,7 @@
|
||||||
name: Waku
|
name: Waku
|
||||||
categories:
|
categories:
|
||||||
- applications
|
- applications
|
||||||
ecosystem:
|
ecosystem: [ETHEREUM]
|
||||||
- Ethereum
|
|
||||||
description: "the communication layer for Web3. Decentralized communication that scales"
|
description: "the communication layer for Web3. Decentralized communication that scales"
|
||||||
|
|
||||||
team:
|
team:
|
||||||
|
@ -16,7 +15,7 @@ links:
|
||||||
blog: https://blog.waku.org
|
blog: https://blog.waku.org
|
||||||
twitter: https://x.com/waku_org
|
twitter: https://x.com/waku_org
|
||||||
discord: https://discord.waku.org
|
discord: https://discord.waku.org
|
||||||
farcaster: "@waku"
|
farcaster: "https://instagram/waku"
|
||||||
|
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
|
|
|
@ -36,9 +36,7 @@ blockchain_features:
|
||||||
licences: MIT software license
|
licences: MIT software license
|
||||||
privacy_policy:
|
privacy_policy:
|
||||||
defined: false
|
defined: false
|
||||||
team:
|
|
||||||
- name:
|
|
||||||
role:
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
|
|
||||||
|
@ -71,11 +69,9 @@ default_privacy: true
|
||||||
funding:
|
funding:
|
||||||
- name: DCG
|
- name: DCG
|
||||||
type: Investments
|
type: Investments
|
||||||
link:
|
|
||||||
value:
|
|
||||||
time:
|
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: Mainnet
|
version: "Mainnet"
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: true
|
mainnet: true
|
||||||
|
|
Loading…
Reference in a new issue