mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge branch 'main' into ethanolo-eth-patch-759368
This commit is contained in:
commit
1c93336f95
2 changed files with 39 additions and 15 deletions
27
README.md
27
README.md
|
@ -1,17 +1,15 @@
|
|||
# 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/
|
||||
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/
|
||||
|
||||
# How to Add or Update Your Project's Information to the Explorer
|
||||
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
|
||||
|
||||
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.
|
||||
|
||||
# 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
|
||||
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 |
|
||||
|
|
|
@ -1,10 +1,11 @@
|
|||
id: cheqd
|
||||
name: CheqD
|
||||
name: cheqd
|
||||
categories:
|
||||
- applications
|
||||
description: A secure network that enables individuals and organizations to fully
|
||||
control their personal data. It allows self-sovereign identity (SSI) companies
|
||||
to build and deliver secure solutions to you
|
||||
- applications
|
||||
- infrastructure
|
||||
description: A secure network that enables individuals and organizations to
|
||||
fully control their personal data. It allows self-sovereign identity (SSI)
|
||||
companies to build and deliver secure solutions to you
|
||||
links:
|
||||
web: https://cheqd.io
|
||||
github: https://github.com/cheqd
|
||||
|
@ -15,6 +16,20 @@ links:
|
|||
discord: https://discord.com/invite/4VZszdE7HH
|
||||
telegram: https://t.me/cheqd
|
||||
usecases:
|
||||
- dapps
|
||||
- dapps
|
||||
- defi
|
||||
- infrastructure
|
||||
- did
|
||||
- kyc-solution
|
||||
- ai
|
||||
have_token: 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
|
||||
|
|
Loading…
Reference in a new issue