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-537290
This commit is contained in:
commit
fb0d2a2a90
3 changed files with 39 additions and 15 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,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
|
||||||
|
@ -16,5 +17,19 @@ links:
|
||||||
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/iexec/logo.png
Normal file
BIN
src/projects/iexec/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 152 KiB |
Loading…
Reference in a new issue