mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
fix(schema): tracebility name
This commit is contained in:
parent
0d18804db7
commit
c7d651e177
33 changed files with 35 additions and 35 deletions
|
@ -131,15 +131,15 @@ https://data.web3privacy.info/
|
|||
| privacy_policy defined | boolean | | Is there a document defining privacy policies? (Yes/No)|
|
||||
| privacy_policy link | string url | | Link to the privacy policy document |
|
||||
| privacy_policy data_usage | string | | How is the project using your data? (ex. Selling data, Analytics., Not using,...) |
|
||||
| traceability tracked_data | string | | What data is the project tracking (ex. Address, Name, Phone, IP,...) |
|
||||
| tracebility tracked_data | string | | What data is the project tracking (ex. Address, Name, Phone, IP,...) |
|
||||
| default_privacy | boolean | | Is privacy applied by default or must it be turned on? (Yes/No) |
|
||||
| compliance | string | | Does the project comply with any official blacklists? (ex. OFAC, Hacker_wallet_list, USA,...) |
|
||||
| | | | |
|
||||
| | | | |
|
||||
| | | | |
|
||||
| storage decentralized | boolean | | Is any part of used data stored on decetralized networks? (Yes/No)|
|
||||
| traceability kyc | boolean | | Is KYC required for product usage? (Yes/No) |
|
||||
| traceability sign_in_type_requirments | string | | What Sign-in information is required to use the project? (ex. Wallet, Email, Gitcoin Pass,...) |
|
||||
| tracebility kyc | boolean | | Is KYC required for product usage? (Yes/No) |
|
||||
| tracebility sign_in_type_requirments | string | | What Sign-in information is required to use the project? (ex. Wallet, Email, Gitcoin Pass,...) |
|
||||
| blockchain_features identity_integration | string| | What Identity integration project use? (ex. Gitcoin Pass, Proof of Humanity, Degenscore,...) |
|
||||
| blockchain_features p2p | boolean | | Is the project Peer to Peer-based or enabling such a feature? (Yes/No) |
|
||||
| blockchain_features data_masking | string | | What type of anonymity mechanism is used? (Mixer, ZK Pool,...) |
|
||||
|
|
|
@ -127,7 +127,7 @@ privacy_policy:
|
|||
link: https://app.shadeprotocol.io/use-terms
|
||||
data_usage: tools you are making TXs on
|
||||
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: user SCRT adress
|
||||
kyc: false
|
||||
sign_in_type_requirments: EVM wallet
|
||||
|
|
|
@ -285,7 +285,7 @@ properties:
|
|||
format: uri
|
||||
data_usage:
|
||||
type: string
|
||||
traceability:
|
||||
tracebility:
|
||||
type: object
|
||||
properties:
|
||||
tracked_data:
|
||||
|
|
|
@ -36,7 +36,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://chainback.gitbook.io/chainback-whitepaper/company-policy/privacy-policy
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -22,7 +22,7 @@ project_status:
|
|||
version: Codex Devnet
|
||||
testnet: false
|
||||
mainnet: false
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
usecases:
|
||||
- storage
|
||||
|
|
|
@ -34,7 +34,7 @@ blockchain_features:
|
|||
privacy_policy:
|
||||
defined: false
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
compliance: false
|
||||
storage:
|
||||
|
|
|
@ -38,7 +38,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://ergoplatform.org/en/privacy-policy/
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -40,7 +40,7 @@ blockchain_features:
|
|||
privacy_policy:
|
||||
defined: false
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
third_party_dependency: false
|
||||
compliance: false
|
||||
|
|
|
@ -48,7 +48,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://mailchain.com/terms
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -33,7 +33,7 @@ blockchain_features:
|
|||
privacy_policy:
|
||||
defined: false
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
third_party_dependency: false
|
||||
compliance: false
|
||||
|
|
|
@ -38,7 +38,7 @@ blockchain_features:
|
|||
privacy_policy:
|
||||
defined: false
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -51,7 +51,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://presearch.com/privacy
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -28,7 +28,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://www.privy.io/privacy-policy
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -46,7 +46,7 @@ blockchain_features:
|
|||
privacy_policy:
|
||||
defined: false
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
third_party_dependency: false
|
||||
compliance: false
|
||||
|
|
|
@ -33,7 +33,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://rotki.com/privacy-policy
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -26,7 +26,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://www.joinself.com/company/legal
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
third_party_dependency: false
|
||||
compliance: false
|
||||
|
|
|
@ -31,7 +31,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://www.sentz.com/privacy-policy
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -37,7 +37,7 @@ team:
|
|||
anonymous: true
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: Chains activity
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallets
|
||||
|
|
|
@ -47,7 +47,7 @@ team:
|
|||
link: https://github.com/Xiphiar
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: true
|
||||
|
|
|
@ -36,7 +36,7 @@ team:
|
|||
link: https://bento.me/hazae41
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: no ( Tor based )
|
||||
kyc: false
|
||||
sign_in_type_requirments: seed
|
||||
|
|
|
@ -105,7 +105,7 @@ privacy_policy:
|
|||
link: https://deeponion.org/privacypolicy.html
|
||||
data_usage: Not using
|
||||
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirements: wallet
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ blockchain_features:
|
|||
p2p: false
|
||||
encryption: ECC
|
||||
opensource: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
storage:
|
||||
decentralized: true
|
||||
|
|
|
@ -45,7 +45,7 @@ team:
|
|||
anonymous: true
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_dat: non
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
|
|
|
@ -29,7 +29,7 @@ technology:
|
|||
blockchain_features:
|
||||
p2p: false
|
||||
opensource: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
default_privacy: true
|
||||
|
|
|
@ -36,7 +36,7 @@ privacy_policy:
|
|||
defined: true
|
||||
link: https://academy.particl.io/en/latest/particl-blockchain/blockchain_privacy.html
|
||||
default_privacy: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
third_party_dependency: false
|
||||
compliance: false
|
||||
|
|
|
@ -72,7 +72,7 @@ team:
|
|||
role: Global economist
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -53,7 +53,7 @@ team:
|
|||
link: https://twitter.com/azaidelson
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: user SCRT adress
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
|
|
|
@ -59,7 +59,7 @@ team:
|
|||
link: https://twitter.com/l_woetzel
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: user SCRT adress
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
|
|
|
@ -51,7 +51,7 @@ team:
|
|||
anonymous: true
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
tracked_data: user SCRT adress
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
|
|
|
@ -23,7 +23,7 @@ blockchain_features:
|
|||
default_privacy: true
|
||||
storage:
|
||||
decentralized: true
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
sign_in_type_requirments: wallet
|
||||
third_party_dependency: false
|
||||
|
|
|
@ -20,7 +20,7 @@ project_status:
|
|||
version: The Waku Network Gen 0
|
||||
testnet: true
|
||||
mainnet: false
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
usecases:
|
||||
- messaging
|
||||
|
|
|
@ -32,7 +32,7 @@ links:
|
|||
team:
|
||||
anonymous: true
|
||||
licences: MIT License
|
||||
traceability:
|
||||
tracebility:
|
||||
kyc: false
|
||||
compliance: We will not comply
|
||||
social_trust: Community
|
||||
|
|
|
@ -137,7 +137,7 @@
|
|||
condition:
|
||||
exists: true
|
||||
points: 10
|
||||
- field: traceability.kyc
|
||||
- field: tracebility.kyc
|
||||
label:
|
||||
name: KYC
|
||||
positive: No
|
||||
|
|
Loading…
Reference in a new issue