mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge branch 'main' into enable-tests
This commit is contained in:
commit
daf1e1a553
17 changed files with 471 additions and 185 deletions
27
README.md
27
README.md
|
@ -1,17 +1,15 @@
|
||||||
# Web3Privacy Now Data Repository
|
# Web3Privacy Now Data Repository
|
||||||
|
|
||||||
List of variables used for Privacy Explorer (https://explorer.web3privacy.info)
|
|
||||||
Feel free to submit any suggestions or changes to this scheme.
|
|
||||||
|
|
||||||
You can create/edit projects by making changes in index.yaml file, which you can find in project folder inside /src/projects/
|
You can create/edit projects by making changes in index.yaml file, which you can find in project folder inside /src/projects/
|
||||||
Upload project logo in root of project directory to be automatically included.
|
Upload project logo in root of project directory to be automatically included. Check below for a short guide on how to do this
|
||||||
|
|
||||||
|
If you'd rather use our UI, you can also apply your changes through our editor.
|
||||||
|
|
||||||
# Database
|
How to: <p>
|
||||||
|
[Edit a project](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/yDbRRq8FjSogK7iUWdiRKkm54wvx6DgRt99gFuineuY) <p>
|
||||||
|
[Add a new project](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/Ri2ZMIq6Os-ZKQyT_l6a5F1-gJURySvvwNRKzBvNpWM)
|
||||||
|
|
||||||
https://data.web3privacy.info/
|
Information on how our scoring mechanism works [can be found here](https://mirror.xyz/0x0f1F3DAf416B74DB3DE55Eb4D7513a80F4841073/s9flkE6tMaJ4f2tzWu-FmDy7Zx_TRPe3jdXr2iYmYH0)
|
||||||
|
# How to Add or Update Your Project's Information to the Explorer Through GitHub
|
||||||
# How to Add or Update Your Project's Information to the Explorer
|
|
||||||
|
|
||||||
To add or update your project's information to the explorer, please follow these steps. **A GitHub account is required** to complete the process.
|
To add or update your project's information to the explorer, please follow these steps. **A GitHub account is required** to complete the process.
|
||||||
|
|
||||||
|
@ -43,7 +41,18 @@ To add or update your project's information to the explorer, please follow these
|
||||||
|
|
||||||
🎉 **Congratulations!** Your project, including its logo, has now been submitted.
|
🎉 **Congratulations!** Your project, including its logo, has now been submitted.
|
||||||
|
|
||||||
|
# Docs
|
||||||
|
|
||||||
|
There's an ongoing effort to upkeep our docs, [have a look here.](https://docs.web3privacy.info/projects/privacy-explorer/)
|
||||||
|
|
||||||
|
# Database
|
||||||
|
|
||||||
|
https://data.web3privacy.info/
|
||||||
|
|
||||||
# Project description
|
# Project description
|
||||||
|
List of variables used for Privacy Explorer (https://explorer.web3privacy.info)
|
||||||
|
Feel free to submit any suggestions or changes to this scheme.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
| Field | Type | Required | Description |
|
| Field | Type | Required | Description |
|
||||||
|
|
|
@ -1,22 +1,79 @@
|
||||||
id: calimero-network
|
id: calimero-network
|
||||||
name: Calimero network
|
name: Calimero network
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: Calimero Network is a decentralized peer-to-peer protocol for building
|
description: Calimero Network is a decentralized peer-to-peer protocol for
|
||||||
self-sovereign networks of applications and sharing data in a completely secure
|
building self-sovereign networks of applications and sharing data in a
|
||||||
and private way
|
completely secure and private way
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
|
teammembers:
|
||||||
|
- name: Sandi Fatić
|
||||||
|
link: https://x.com/chefsale
|
||||||
links:
|
links:
|
||||||
web: https://www.calimero.network
|
web: https://www.calimero.network
|
||||||
blog: https://www.calimero.network/blogs
|
blog: https://www.calimero.network/blogs
|
||||||
|
github: https://github.com/calimero-network/core
|
||||||
|
forum: ""
|
||||||
|
docs: https://calimero-network.github.io/
|
||||||
|
whitepaper: ""
|
||||||
|
block_explorer: ""
|
||||||
|
governance: ""
|
||||||
twitter: https://twitter.com/CalimeroNetwork
|
twitter: https://twitter.com/CalimeroNetwork
|
||||||
|
discord: https://discord.com/invite/kjP4GrafXj
|
||||||
|
telegram: ""
|
||||||
|
lens: ""
|
||||||
|
farcaster: ""
|
||||||
project_status:
|
project_status:
|
||||||
live_status: false
|
live_status: true
|
||||||
version: ''
|
|
||||||
testnet: false
|
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
testnet: false
|
||||||
|
version: mvp
|
||||||
usecases:
|
usecases:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: false
|
third_party_dependency: ""
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/calimero-network/logo.png
|
||||||
|
percentage: 1
|
||||||
|
ecosystem:
|
||||||
|
- other
|
||||||
|
sunset: false
|
||||||
|
assets_used: []
|
||||||
|
tokens: []
|
||||||
|
project_phase: mvp
|
||||||
|
blockchain_features:
|
||||||
|
opensource: true
|
||||||
|
upgradability:
|
||||||
|
enabled: false
|
||||||
|
asset_custody_type: ""
|
||||||
|
encryption: ""
|
||||||
|
p2p: true
|
||||||
|
storage:
|
||||||
|
decentralized: true
|
||||||
|
privacy_policy:
|
||||||
|
defined: false
|
||||||
|
link: ""
|
||||||
|
data_usage: none
|
||||||
|
compliance: ""
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
tracked_data: ""
|
||||||
|
sign_in_type_requirments:
|
||||||
|
- wallet
|
||||||
|
default_privacy: false
|
||||||
|
audits: []
|
||||||
|
social_trust: ""
|
||||||
|
technical_spof: ""
|
||||||
|
funding: []
|
||||||
|
history:
|
||||||
|
- title: SDK Launch
|
||||||
|
description: The Calimero SDK empowers you to create Self-Sovereign Applications
|
||||||
|
(SSApps) that can operate privately off-chain and settle on-chain. Whether
|
||||||
|
you’re working within the NEAR Protocol , Starknet , or soon Dfinity 's
|
||||||
|
ICP ecosystems, our SDK enables you to build privacy-first SSApps that are
|
||||||
|
accessible across the entire Calimero Network.
|
||||||
|
link: https://x.com/CalimeroNetwork/status/1836738188733190355
|
||||||
|
time: Thu Sep 19 2024 00:00:00 GMT+0200 (Central European Summer Time)
|
||||||
|
|
|
@ -1,10 +1,11 @@
|
||||||
id: cheqd
|
id: cheqd
|
||||||
name: CheqD
|
name: cheqd
|
||||||
categories:
|
categories:
|
||||||
- applications
|
- applications
|
||||||
description: A secure network that enables individuals and organizations to fully
|
- infrastructure
|
||||||
control their personal data. It allows self-sovereign identity (SSI) companies
|
description: A secure network that enables individuals and organizations to
|
||||||
to build and deliver secure solutions to you
|
fully control their personal data. It allows self-sovereign identity (SSI)
|
||||||
|
companies to build and deliver secure solutions to you
|
||||||
links:
|
links:
|
||||||
web: https://cheqd.io
|
web: https://cheqd.io
|
||||||
github: https://github.com/cheqd
|
github: https://github.com/cheqd
|
||||||
|
@ -15,6 +16,20 @@ links:
|
||||||
discord: https://discord.com/invite/4VZszdE7HH
|
discord: https://discord.com/invite/4VZszdE7HH
|
||||||
telegram: https://t.me/cheqd
|
telegram: https://t.me/cheqd
|
||||||
usecases:
|
usecases:
|
||||||
- dapps
|
- dapps
|
||||||
|
- defi
|
||||||
|
- infrastructure
|
||||||
|
- did
|
||||||
|
- kyc-solution
|
||||||
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/cheqd/logo.png
|
||||||
|
percentage: 17
|
||||||
|
ecosystem:
|
||||||
|
- cosmos
|
||||||
|
product_launch_day: 2021-12-26T00:00:00.000Z
|
||||||
|
sunset: false
|
||||||
|
|
BIN
src/projects/denet/logo.png
Normal file
BIN
src/projects/denet/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
|
@ -1,24 +1,25 @@
|
||||||
id: firn-protocol
|
id: firn-protocol
|
||||||
name: Firn Protocol
|
name: Firn Protocol
|
||||||
categories:
|
categories:
|
||||||
- defi
|
- defi
|
||||||
ecosystem:
|
ecosystem:
|
||||||
- ethereum
|
- ethereum
|
||||||
description: Firn is the first-ever zero-knowledge privacy platform in the account-based
|
description: Firn is the first-ever zero-knowledge privacy platform in the
|
||||||
model, and introduces pluggable, flexible privacy to Ethereum-based chains.
|
account-based model, and introduces pluggable, flexible privacy to
|
||||||
|
Ethereum-based chains.
|
||||||
tokens:
|
tokens:
|
||||||
- name: Firn
|
- name: Firn
|
||||||
symbol: FIRN
|
symbol: FIRN
|
||||||
network: Optimism
|
network: Optimism
|
||||||
contract_address: '0xb20d84ebFeCdC6821448C7094564a039F0AE5EA4'
|
contract_address: "0xb20d84ebFeCdC6821448C7094564a039F0AE5EA4"
|
||||||
project_type: DeFi
|
project_type: DeFi
|
||||||
product_launch_day: '2021-11-06'
|
product_launch_day: 2021-11-05T22:00:00.000Z
|
||||||
technology:
|
technology:
|
||||||
type: ZK
|
type: ZK
|
||||||
name: Zero-knowledge
|
name: Zero-knowledge
|
||||||
features:
|
features:
|
||||||
- privacy
|
- privacy
|
||||||
- payments
|
- payments
|
||||||
links:
|
links:
|
||||||
web: https://app.firn.cash/
|
web: https://app.firn.cash/
|
||||||
twitter: https://twitter.com/firnprotocol
|
twitter: https://twitter.com/firnprotocol
|
||||||
|
@ -51,20 +52,19 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
|
|
||||||
audits:
|
audits:
|
||||||
- name: BlockSec
|
- name: BlockSec
|
||||||
link: https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_firnprotocol_v1.0-signed.pdf
|
link: https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_firnprotocol_v1.0-signed.pdf
|
||||||
time: Aug, 7. 2023
|
time: Aug, 7. 2023
|
||||||
history:
|
history:
|
||||||
- title: Github
|
- title: Github
|
||||||
event_type: launch
|
event_type: launch
|
||||||
description: AGithub start
|
description: AGithub start
|
||||||
time: Nov 6, 2021
|
time: Nov 6, 2021
|
||||||
link: https://github.com/firnprotocol
|
link: https://github.com/firnprotocol
|
||||||
client_diversability:
|
client_diversability:
|
||||||
- name: Metamask
|
- name: Metamask
|
||||||
link: https://www.metamask.io
|
link: https://www.metamask.io
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
funding:
|
funding:
|
||||||
- name: LunarDAO
|
- name: LunarDAO
|
||||||
|
@ -78,5 +78,11 @@ project_status:
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: true
|
mainnet: true
|
||||||
usecases:
|
usecases:
|
||||||
- defi
|
- defi
|
||||||
have_token: false
|
have_token: false
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/firn-protocol/logo.png
|
||||||
|
percentage: 79
|
||||||
|
sunset: true
|
||||||
|
|
BIN
src/projects/iexec/logo.png
Normal file
BIN
src/projects/iexec/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
|
@ -1,32 +1,69 @@
|
||||||
id: intmax
|
id: intmax
|
||||||
name: Intmax
|
name: Intmax
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
ecosystem:
|
ecosystem:
|
||||||
- ethereum
|
- ethereum
|
||||||
project_type: Layer2 zk-rollup
|
project_type: Layer2 zk-rollup
|
||||||
description: A zkRollup with a stateless architecture. Achieving hyper-scaling and
|
description: A zkRollup with a stateless architecture. Achieving hyper-scaling
|
||||||
privacy at the same time.
|
and privacy at the same time.
|
||||||
team:
|
team:
|
||||||
anonymous: false
|
anonymous: false
|
||||||
teammembers:
|
teammembers:
|
||||||
- name: Leona Hioki
|
- name: Leona Hioki
|
||||||
role: Co-founder
|
role: Co-founder
|
||||||
link: https://x.com/HiokiLeona
|
link: https://x.com/HiokiLeona
|
||||||
|
- name: " Mai Fujimoto"
|
||||||
|
link: https://x.com/missbitcoin_mai
|
||||||
links:
|
links:
|
||||||
web: https://www.intmax.io/
|
web: https://www.intmax.io/
|
||||||
github: https://github.com/InternetMaximalism
|
|
||||||
whitepaper: https://eprint.iacr.org/2023/1082.pdf
|
|
||||||
blog: https://medium.com/intmax
|
blog: https://medium.com/intmax
|
||||||
|
github: https://github.com/InternetMaximalism
|
||||||
|
forum: ""
|
||||||
|
docs: ""
|
||||||
|
whitepaper: https://eprint.iacr.org/2023/1082.pdf
|
||||||
|
block_explorer: ""
|
||||||
|
governance: ""
|
||||||
twitter: https://x.com/intmaxIO
|
twitter: https://x.com/intmaxIO
|
||||||
discord: https://discord.com/invite/N7kYGUPDEE
|
discord: https://discord.com/invite/N7kYGUPDEE
|
||||||
telegram: https://t.me/QM1EbIzxACsxMDk1
|
telegram: https://t.me/QM1EbIzxACsxMDk1
|
||||||
|
lens: ""
|
||||||
|
farcaster: ""
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: testnet2
|
|
||||||
testnet: true
|
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
testnet: false
|
||||||
|
version: testnet2
|
||||||
have_token: false
|
have_token: false
|
||||||
usecases:
|
usecases:
|
||||||
- eth-layer-2
|
- eth-layer-2
|
||||||
third_party_dependency: false
|
third_party_dependency: ""
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/intmax/logo.png
|
||||||
|
percentage: 17
|
||||||
|
sunset: false
|
||||||
|
assets_used: []
|
||||||
|
tokens: []
|
||||||
|
project_phase: testnet2
|
||||||
|
blockchain_features:
|
||||||
|
opensource: false
|
||||||
|
upgradability:
|
||||||
|
enabled: false
|
||||||
|
asset_custody_type: ""
|
||||||
|
encryption: ""
|
||||||
|
storage: {}
|
||||||
|
privacy_policy:
|
||||||
|
defined: false
|
||||||
|
link: ""
|
||||||
|
data_usage: ""
|
||||||
|
compliance: ""
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
tracked_data: ""
|
||||||
|
sign_in_type_requirments: []
|
||||||
|
default_privacy: false
|
||||||
|
audits: []
|
||||||
|
social_trust: ""
|
||||||
|
technical_spof: ""
|
||||||
|
|
BIN
src/projects/ivpn/logo.png
Normal file
BIN
src/projects/ivpn/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 40 KiB |
106
src/projects/labyrinth/index.yaml
Normal file
106
src/projects/labyrinth/index.yaml
Normal file
|
@ -0,0 +1,106 @@
|
||||||
|
name: Labyrinth
|
||||||
|
categories:
|
||||||
|
- infrastructure
|
||||||
|
- applications
|
||||||
|
- defi
|
||||||
|
usecases:
|
||||||
|
- defi
|
||||||
|
- wallets
|
||||||
|
- infrastructure
|
||||||
|
- dao
|
||||||
|
- dapps
|
||||||
|
ecosystem:
|
||||||
|
- ethereum
|
||||||
|
description: >-
|
||||||
|
Labyrinth is a multi-chain privacy platform that enables shielded (private)
|
||||||
|
accounts on EVM chains, allowing users to conduct private transactions for all
|
||||||
|
DeFi activities, such as transfers, swaps, staking, yield farming, lending,
|
||||||
|
batch transactions for payroll, and token vesting, while ensuring compliance
|
||||||
|
without KYC.
|
||||||
|
|
||||||
|
|
||||||
|
Its plug-and-play SDK allows developers to easily integrate privacy into their
|
||||||
|
dApps without the complexity of cryptography or ZKPs. Labyrinth ecosystem app
|
||||||
|
offers a seamless experience for large and mid-volume users, as well as retail
|
||||||
|
participants.
|
||||||
|
|
||||||
|
|
||||||
|
Labyrinth empowers traders, whales, DAOs, and retail users to maintain control
|
||||||
|
over their privacy with a compliance network built on selective disclosure and
|
||||||
|
decentralized trust.
|
||||||
|
product_launch_day: 2024-01-31T18:30:00.000Z
|
||||||
|
sunset: false
|
||||||
|
assets_used:
|
||||||
|
- eth
|
||||||
|
- usdt
|
||||||
|
have_token: false
|
||||||
|
tokens: []
|
||||||
|
links:
|
||||||
|
web: https://labyrinth.technology/
|
||||||
|
blog: https://labyrinth.technology/blog/
|
||||||
|
github: ""
|
||||||
|
forum: https://forum.labyrinth.technology/
|
||||||
|
docs: https://labyrinth.gitbook.io/
|
||||||
|
whitepaper: https://arxiv.org/pdf/2307.00521
|
||||||
|
block_explorer: https://testnet.app.labyrinth.technology/discover
|
||||||
|
governance: ""
|
||||||
|
twitter: https://twitter.com/labyrinth_hq
|
||||||
|
discord: ""
|
||||||
|
telegram: https://discord.com/invite/GYTgBrq4mM
|
||||||
|
lens: ""
|
||||||
|
farcaster: https://warpcast.com/labyrinth-hq
|
||||||
|
project_status:
|
||||||
|
live_status: false
|
||||||
|
mainnet: false
|
||||||
|
testnet: false
|
||||||
|
blockchain_features:
|
||||||
|
opensource: true
|
||||||
|
upgradability:
|
||||||
|
enabled: true
|
||||||
|
asset_custody_type: non-custody
|
||||||
|
encryption: Zero knowledge proofs, Cryptography, Circom
|
||||||
|
p2p: true
|
||||||
|
storage:
|
||||||
|
decentralized: false
|
||||||
|
privacy_policy:
|
||||||
|
defined: false
|
||||||
|
link: ""
|
||||||
|
data_usage: ""
|
||||||
|
compliance: Decentralised compliance network with selective disclosure
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
tracked_data: ""
|
||||||
|
sign_in_type_requirments:
|
||||||
|
- wallet
|
||||||
|
default_privacy: true
|
||||||
|
audits: []
|
||||||
|
third_party_dependency: ""
|
||||||
|
social_trust: ""
|
||||||
|
technical_spof: ""
|
||||||
|
team:
|
||||||
|
anonymous: false
|
||||||
|
teammembers: []
|
||||||
|
funding: []
|
||||||
|
history:
|
||||||
|
- title: Private testnet release
|
||||||
|
description: "Labyrinth V1 private beta testnet marks a significant milestone in
|
||||||
|
the development of Labyrinth as a privacy-first solution for DeFi and
|
||||||
|
on-chain transactions. It offers a comprehensive suite of features
|
||||||
|
centered around privacy, compliance, and seamless user experience. Here's
|
||||||
|
a breakdown of the features supported in this phase across the app,
|
||||||
|
integrations, and compliance system. App Features: * Shielded Accounts:
|
||||||
|
Create private accounts within existing wallets (MetaMask, Coinbase). *
|
||||||
|
Private DeFi Transactions: Execute private transfers, swaps, staking,
|
||||||
|
lending, LPing and yield farming. * ENS Integration, Gas Fees with
|
||||||
|
Stablecoins: Pay fees using stablecoins for seamless transactions. *
|
||||||
|
Bundler Transactions: User don’t have to pay fee using their public
|
||||||
|
wallet. Integrations: * DeFi Protocols: Integrated with Uniswap, Aave,
|
||||||
|
curve and Lido for anonymous activities * Cross-Wallet Support: Works with
|
||||||
|
non-custodial wallets for seamless privacy. * SDK for Developers: DeFi
|
||||||
|
adaptors enable privacy integration into other dApps. Compliance: * Decom
|
||||||
|
Network: Decentralized compliance using Guardians and Revokers for
|
||||||
|
selective de-anonymization. * Selective Disclosure: Users can share
|
||||||
|
transaction details selectively for audits or legal compliance."
|
||||||
|
link: https://labyrinthprotocol.notion.site/Labyrinth-v1-0-private-beta-release-c72c5cf4cbc74c1f8be8ce8a61bb6a50?pvs=73
|
||||||
|
time: Tue Aug 27 2024 00:00:00 GMT+0530 (India Standard Time)
|
||||||
|
id: labyrinth
|
BIN
src/projects/labyrinth/logo.png
Normal file
BIN
src/projects/labyrinth/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 88 KiB |
|
@ -1,17 +1,55 @@
|
||||||
id: lunardao
|
id: lunardao
|
||||||
name: LunarDAO
|
name: LunarDAO
|
||||||
categories:
|
categories:
|
||||||
- applications
|
- applications
|
||||||
description: DAO fostering R&D and investments within Lunarpunk movement
|
description: DAO fostering R&D and investments within Lunarpunk movement.
|
||||||
links:
|
links:
|
||||||
web: https://lunardao.net
|
web: https://lunardao.net
|
||||||
github: https://github.com/lunardao
|
|
||||||
docs: https://wiki.lunardao.net/
|
|
||||||
forum: https://forum.lunardao.net/
|
|
||||||
blog: https://lunardao.net/blog.html
|
blog: https://lunardao.net/blog.html
|
||||||
|
github: https://github.com/lunardao
|
||||||
|
forum: https://forum.lunardao.net/
|
||||||
|
docs: https://wiki.lunardao.net/
|
||||||
|
whitepaper: ""
|
||||||
|
block_explorer: ""
|
||||||
|
governance: ""
|
||||||
twitter: https://x.com/lunarpunksquad
|
twitter: https://x.com/lunarpunksquad
|
||||||
|
discord: ""
|
||||||
telegram: https://t.me/LunarDAO_Official
|
telegram: https://t.me/LunarDAO_Official
|
||||||
|
lens: ""
|
||||||
|
farcaster: ""
|
||||||
usecases:
|
usecases:
|
||||||
- dao
|
- dao
|
||||||
|
- research-and-development
|
||||||
|
- infrastructure
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/lunardao/logo.png
|
||||||
|
percentage: 17
|
||||||
|
ecosystem:
|
||||||
|
- ethereum
|
||||||
|
- bitcoin
|
||||||
|
- monero
|
||||||
|
- other
|
||||||
|
product_launch_day: 2023-01-01T00:00:00.000Z
|
||||||
|
sunset: false
|
||||||
|
assets_used: []
|
||||||
|
tokens: []
|
||||||
|
project_status:
|
||||||
|
live_status: false
|
||||||
|
mainnet: false
|
||||||
|
testnet: false
|
||||||
|
blockchain_features:
|
||||||
|
opensource: false
|
||||||
|
upgradability:
|
||||||
|
enabled: false
|
||||||
|
asset_custody_type: ""
|
||||||
|
encryption: ""
|
||||||
|
storage: {}
|
||||||
|
team:
|
||||||
|
anonymous: false
|
||||||
|
teammembers: []
|
||||||
|
funding: []
|
||||||
|
history: []
|
||||||
|
|
|
@ -1,22 +1,90 @@
|
||||||
id: nillion
|
id: nillion
|
||||||
name: Nillion
|
name: Nillion
|
||||||
categories:
|
categories:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
description: The Secure Processing Layer of Web3
|
description: >-
|
||||||
|
Nillion is building Humanity's First Blind Computer – a secure computation and
|
||||||
|
storage network that decentralizes trust for high-value data, similar to how
|
||||||
|
blockchains decentralize transactions.
|
||||||
|
|
||||||
|
|
||||||
|
Nillion's vision is to make it easy for users and developers to leverage
|
||||||
|
Privacy-Enhancing Technologies (PETs) without being an expert, giving them the
|
||||||
|
power to build blind applications in AI, gaming, healthcare, data ownership,
|
||||||
|
and beyond.
|
||||||
|
|
||||||
|
|
||||||
|
Developers can start building today using Nillion’s Python-based DSL, Nada, to
|
||||||
|
write programs that handle secret inputs from different users. There are also
|
||||||
|
Nada libraries that make it simple to use for developers familiar with NumPy,
|
||||||
|
scikit-learn, and PyTorch.
|
||||||
ecosystem:
|
ecosystem:
|
||||||
- multichain
|
- multichain
|
||||||
|
- ethereum
|
||||||
|
- cosmos
|
||||||
|
- other
|
||||||
links:
|
links:
|
||||||
web: https://www.nillion.com
|
web: https://www.nillion.com
|
||||||
|
blog: http://nillion.com/news/
|
||||||
github: https://github.com/NillionNetwork
|
github: https://github.com/NillionNetwork
|
||||||
|
forum: ""
|
||||||
docs: https://docs.nillion.com/
|
docs: https://docs.nillion.com/
|
||||||
|
whitepaper: ""
|
||||||
|
block_explorer: ""
|
||||||
|
governance: ""
|
||||||
twitter: https://x.com/nillionnetwork
|
twitter: https://x.com/nillionnetwork
|
||||||
discord: https://discord.com/invite/nillionnetwork
|
discord: https://discord.com/invite/nillionnetwork
|
||||||
telegram: https://t.me/nillionnetwork
|
telegram: https://t.me/nillionnetwork
|
||||||
|
lens: ""
|
||||||
|
farcaster: ""
|
||||||
team:
|
team:
|
||||||
anonymous: false
|
anonymous: false
|
||||||
company:
|
teammembers: []
|
||||||
link: https://www.linkedin.com/search/results/people/?currentCompany=%5B%2280922042%22%5D&origin=COMPANY_PAGE_CANNED_SEARCH&sid=*cU
|
|
||||||
usecases:
|
usecases:
|
||||||
- computing
|
- computing
|
||||||
|
- storage
|
||||||
|
- data-management
|
||||||
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: false
|
third_party_dependency: ""
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/nillion/logo.png
|
||||||
|
percentage: 17
|
||||||
|
sunset: false
|
||||||
|
assets_used: []
|
||||||
|
tokens:
|
||||||
|
- symbol: NIL
|
||||||
|
name: ""
|
||||||
|
contract_address: ""
|
||||||
|
token_link: ""
|
||||||
|
project_phase: testnet
|
||||||
|
project_status:
|
||||||
|
live_status: true
|
||||||
|
mainnet: false
|
||||||
|
testnet: true
|
||||||
|
version: testnet
|
||||||
|
blockchain_features:
|
||||||
|
opensource: false
|
||||||
|
upgradability:
|
||||||
|
enabled: false
|
||||||
|
asset_custody_type: non-custody
|
||||||
|
encryption: MPC, LSSS
|
||||||
|
storage:
|
||||||
|
decentralized: true
|
||||||
|
privacy_policy:
|
||||||
|
defined: false
|
||||||
|
link: ""
|
||||||
|
data_usage: ""
|
||||||
|
compliance: ""
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
tracked_data: ""
|
||||||
|
sign_in_type_requirments: []
|
||||||
|
default_privacy: false
|
||||||
|
audits: []
|
||||||
|
social_trust: Validators on the Coordination Layer and Clusters on the Petnet
|
||||||
|
technical_spof: Coordination Layer Failure, Cluster Hack or Maliciousness over chosen threshold
|
||||||
|
funding: []
|
||||||
|
history: []
|
||||||
|
|
BIN
src/projects/raw-box/logo.png
Normal file
BIN
src/projects/raw-box/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 61 KiB |
BIN
src/projects/ritual/logo.png
Normal file
BIN
src/projects/ritual/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
|
@ -23,13 +23,13 @@ links:
|
||||||
team:
|
team:
|
||||||
anonymous: true
|
anonymous: true
|
||||||
teammembers: []
|
teammembers: []
|
||||||
have_token: false
|
have_token: true
|
||||||
token_link: https://coinmarketcap.com/currencies/sentinel/
|
token_link: https://coinmarketcap.com/currencies/sentinel/
|
||||||
project_status:
|
project_status:
|
||||||
live_status: true
|
live_status: true
|
||||||
version: stable
|
mainnet: true
|
||||||
testnet: false
|
testnet: false
|
||||||
mainnet: false
|
version: mainnet
|
||||||
usecases:
|
usecases:
|
||||||
- vpn
|
- vpn
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
@ -39,105 +39,8 @@ logos:
|
||||||
- file: logo.png
|
- file: logo.png
|
||||||
ext: png
|
ext: png
|
||||||
url: https://explorer-data.web3privacy.info/assets/projects/sentinel/logo.png
|
url: https://explorer-data.web3privacy.info/assets/projects/sentinel/logo.png
|
||||||
ratings:
|
percentage: 52
|
||||||
- type: openess
|
product_launch_day: 2018-05-03T23:00:00.000Z
|
||||||
name: Openess
|
|
||||||
items:
|
|
||||||
- isValid: false
|
|
||||||
label: Team
|
|
||||||
positive: Member
|
|
||||||
negative: Anonymous
|
|
||||||
- isValid: true
|
|
||||||
label: Documentation
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
value: https://docs.sentinel.co/
|
|
||||||
- isValid: true
|
|
||||||
label: Github
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
value: https://github.com/sentinel-official
|
|
||||||
- isValid: true
|
|
||||||
label: Twitter
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
value: https://twitter.com/SentinelDVPN
|
|
||||||
- isValid: false
|
|
||||||
label: Twitter
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
- isValid: false
|
|
||||||
label: Discord
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
- isValid: false
|
|
||||||
label: Lens
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
- isValid: false
|
|
||||||
label: Farcaster
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
- isValid: true
|
|
||||||
label: Whitepaper
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
value: https://docs.sentinel.co/getting-started/whitepaper
|
|
||||||
- isValid: false
|
|
||||||
label: Funding
|
|
||||||
positive: Investment
|
|
||||||
negative: Not available
|
|
||||||
points: 31
|
|
||||||
percentagePoints: 56.36363636363636
|
|
||||||
- type: technology
|
|
||||||
name: Technology
|
|
||||||
items:
|
|
||||||
- isValid: false
|
|
||||||
label: Mainnet
|
|
||||||
positive: Yes
|
|
||||||
negative: No
|
|
||||||
value: false
|
|
||||||
- isValid: false
|
|
||||||
label: Open Source
|
|
||||||
positive: Yes
|
|
||||||
negative: No
|
|
||||||
- isValid: false
|
|
||||||
label: Non Custody
|
|
||||||
positive: None
|
|
||||||
negative: Custodial
|
|
||||||
- isValid: false
|
|
||||||
label: Upgradability
|
|
||||||
positive: Disabled
|
|
||||||
negative: Enabled
|
|
||||||
- isValid: false
|
|
||||||
label: Audits
|
|
||||||
positive: Audit
|
|
||||||
negative: None
|
|
||||||
points: 0
|
|
||||||
percentagePoints: 0
|
|
||||||
- type: privacy
|
|
||||||
name: Privacy
|
|
||||||
items:
|
|
||||||
- isValid: false
|
|
||||||
label: Privacy Policy
|
|
||||||
positive: Link
|
|
||||||
negative: Not available
|
|
||||||
- isValid: false
|
|
||||||
label: KYC
|
|
||||||
positive: No
|
|
||||||
negative: Yes
|
|
||||||
- isValid: false
|
|
||||||
label: Compliance
|
|
||||||
positive: ...
|
|
||||||
negative: No
|
|
||||||
- isValid: false
|
|
||||||
label: Default Privacy
|
|
||||||
positive: YES
|
|
||||||
negative: No
|
|
||||||
points: 0
|
|
||||||
percentagePoints: 0
|
|
||||||
percentage: 21
|
|
||||||
product_launch_day: 2018-05-03T22:00:00.000Z
|
|
||||||
sunset: false
|
sunset: false
|
||||||
assets_used:
|
assets_used:
|
||||||
- atom
|
- atom
|
||||||
|
@ -148,6 +51,10 @@ tokens:
|
||||||
name: Sentinel
|
name: Sentinel
|
||||||
contract_address: ""
|
contract_address: ""
|
||||||
token_link: https://www.mintscan.io/sentinel/
|
token_link: https://www.mintscan.io/sentinel/
|
||||||
|
- symbol: DVPN
|
||||||
|
name: DVPN
|
||||||
|
contract_address: ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84
|
||||||
|
token_link: https://www.mintscan.io/sentinel
|
||||||
project_phase: mainnet
|
project_phase: mainnet
|
||||||
blockchain_features:
|
blockchain_features:
|
||||||
opensource: true
|
opensource: true
|
||||||
|
@ -165,9 +72,9 @@ privacy_policy:
|
||||||
compliance: ""
|
compliance: ""
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
tracked_data: Onchain data, VPN provider can see you IP adress ( depends on a
|
tracked_data: "Onchain data, VPN provider CANNOT see you IP address "
|
||||||
provider you choose )
|
sign_in_type_requirments: []
|
||||||
default_privacy: false
|
default_privacy: true
|
||||||
audits: []
|
audits: []
|
||||||
social_trust: None
|
social_trust: None
|
||||||
technical_spof: None
|
technical_spof: None
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
id: shinobi
|
id: shinobi
|
||||||
name: Shinobi
|
name: Shinobi
|
||||||
categories:
|
categories:
|
||||||
- defi
|
- defi
|
||||||
links:
|
links:
|
||||||
github: https://github.com/shinobi-protocol
|
github: https://github.com/shinobi-protocol
|
||||||
docs: https://docs.sbtc.ninja/
|
docs: https://docs.sbtc.ninja/
|
||||||
|
@ -11,6 +11,15 @@ links:
|
||||||
discord: https://discord.com/invite/wm275b6m8d
|
discord: https://discord.com/invite/wm275b6m8d
|
||||||
telegram: https://t.me/shinobi_protocol
|
telegram: https://t.me/shinobi_protocol
|
||||||
usecases:
|
usecases:
|
||||||
- bridge
|
- bridge
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
|
logos:
|
||||||
|
- file: logo.png
|
||||||
|
ext: png
|
||||||
|
url: https://explorer-data.web3privacy.info/assets/projects/shinobi/logo.png
|
||||||
|
percentage: 17
|
||||||
|
ecosystem:
|
||||||
|
- cosmos
|
||||||
|
description: Secret Network bridge for BTC
|
||||||
|
sunset: true
|
||||||
|
|
|
@ -7,7 +7,41 @@ ecosystem:
|
||||||
description: the communication layer for Web3. Decentralized communication that scales
|
description: the communication layer for Web3. Decentralized communication that scales
|
||||||
team:
|
team:
|
||||||
anonymous: false
|
anonymous: false
|
||||||
teammembers: []
|
teammembers:
|
||||||
|
- name: 'Alvaro R.'
|
||||||
|
link: 'https://github.com/alrevuelta'
|
||||||
|
- name: 'Arseniy'
|
||||||
|
link: 'https://github.com/adklempner'
|
||||||
|
- name: 'Danish'
|
||||||
|
link: 'https://github.com/danisharora099'
|
||||||
|
- name: 'Franck'
|
||||||
|
role: Lead
|
||||||
|
link: 'https://github.com/fryorcraken'
|
||||||
|
- name: 'Gabriel'
|
||||||
|
link: 'https://github.com/gabrielmer'
|
||||||
|
- name: 'Hanno'
|
||||||
|
role: Research Lead
|
||||||
|
link: 'https://github.com/jm-clius'
|
||||||
|
- name: 'Pedro'
|
||||||
|
role: Business Development Lead
|
||||||
|
link: 'https://discord.com/users/388306101327626240'
|
||||||
|
- name: 'Prem'
|
||||||
|
link: 'https://github.com/chaitanyaprem'
|
||||||
|
- name: 'Richard'
|
||||||
|
link: 'https://github.com/richard-ramos'
|
||||||
|
- name: 'Simon-Pierre'
|
||||||
|
link: 'https://github.com/SionoiS'
|
||||||
|
- name: 'Sasha'
|
||||||
|
link: 'https://github.com/weboko'
|
||||||
|
- name: 'Sergei'
|
||||||
|
link: 'https://github.com/s-tikhomirov'
|
||||||
|
- name: 'Tanya'
|
||||||
|
link: 'https://github.com/stubbsta'
|
||||||
|
- name: 'Václav'
|
||||||
|
role: Solutions Engineer
|
||||||
|
link: 'https://github.com/vpavlin'
|
||||||
|
- name: 'Zoltan'
|
||||||
|
link: 'https://github.com/NagyZoltanPeter'
|
||||||
links:
|
links:
|
||||||
web: https://waku.org
|
web: https://waku.org
|
||||||
blog: https://blog.waku.org
|
blog: https://blog.waku.org
|
||||||
|
@ -37,7 +71,7 @@ usecases:
|
||||||
- research-and-development
|
- research-and-development
|
||||||
- node
|
- node
|
||||||
have_token: false
|
have_token: false
|
||||||
third_party_dependency: Sepolia Testnet, libp2p
|
third_party_dependency:
|
||||||
logos:
|
logos:
|
||||||
- file: logo.png
|
- file: logo.png
|
||||||
ext: png
|
ext: png
|
||||||
|
@ -51,7 +85,7 @@ blockchain_features:
|
||||||
opensource: true
|
opensource: true
|
||||||
upgradability:
|
upgradability:
|
||||||
enabled: false
|
enabled: false
|
||||||
asset_custody_type: custodial
|
asset_custody_type: none
|
||||||
encryption: P2P, ZK, RLN, Anonymity, Gossip Network
|
encryption: P2P, ZK, RLN, Anonymity, Gossip Network
|
||||||
p2p: true
|
p2p: true
|
||||||
storage:
|
storage:
|
||||||
|
@ -60,8 +94,8 @@ privacy_policy:
|
||||||
defined: false
|
defined: false
|
||||||
link: ""
|
link: ""
|
||||||
data_usage: ""
|
data_usage: ""
|
||||||
compliance: ""
|
compliance: No
|
||||||
default_privacy: false
|
default_privacy: true
|
||||||
audits: []
|
audits: []
|
||||||
social_trust: Institute of Free Technology
|
social_trust: Institute of Free Technology
|
||||||
technical_spof: ""
|
technical_spof: ""
|
||||||
|
|
Loading…
Reference in a new issue