mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge branch 'main' into deeponion-project-update-1727182896193
This commit is contained in:
commit
ef440f14c7
33 changed files with 166 additions and 37 deletions
|
@ -297,7 +297,7 @@ properties:
|
||||||
required:
|
required:
|
||||||
- kyc
|
- kyc
|
||||||
compliance:
|
compliance:
|
||||||
anyOf: [{ type: boolean }, { type: string }]
|
type: string
|
||||||
storage:
|
storage:
|
||||||
type: object
|
type: object
|
||||||
properties:
|
properties:
|
||||||
|
|
|
@ -39,7 +39,7 @@ client_diversability:
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
compliance: false
|
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
usecases:
|
usecases:
|
||||||
- infrastructure
|
- infrastructure
|
||||||
|
|
|
@ -43,7 +43,6 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallets
|
sign_in_type_requirments: wallets
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: none
|
|
||||||
client_diversability:
|
client_diversability:
|
||||||
- name: BasicSwap client
|
- name: BasicSwap client
|
||||||
link: https://basicswapdex.com/
|
link: https://basicswapdex.com/
|
||||||
|
|
|
@ -52,7 +52,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: true
|
third_party_dependency: true
|
||||||
compliance: false
|
|
||||||
social_trust: Slabs ( MRSINGER ), Contract operator ( Trivium )
|
social_trust: Slabs ( MRSINGER ), Contract operator ( Trivium )
|
||||||
technical_spof: Can decrypt/fraud
|
technical_spof: Can decrypt/fraud
|
||||||
client_diversability:
|
client_diversability:
|
||||||
|
|
|
@ -42,7 +42,6 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: seed
|
sign_in_type_requirments: seed
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: compliant
|
|
||||||
history:
|
history:
|
||||||
- title: Hackaton
|
- title: Hackaton
|
||||||
event_type: Hackaton
|
event_type: Hackaton
|
||||||
|
|
|
@ -40,7 +40,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -102,6 +102,8 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
tracked_data: None
|
tracked_data: None
|
||||||
compliance: none
|
compliance: none
|
||||||
|
sign_in_type_requirements: wallet
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
third_party_dependency: No
|
third_party_dependency: No
|
||||||
|
|
|
@ -36,7 +36,7 @@ privacy_policy:
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -42,7 +42,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Jean-Philipee Aumasson
|
- name: Jean-Philipee Aumasson
|
||||||
link: https://www.aumasson.jp/
|
link: https://www.aumasson.jp/
|
||||||
|
|
|
@ -51,7 +51,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: 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
|
||||||
|
|
|
@ -43,7 +43,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Certik
|
- name: Certik
|
||||||
link: https://skynet.certik.com/projects/humanode
|
link: https://skynet.certik.com/projects/humanode
|
||||||
|
|
|
@ -1,14 +1,143 @@
|
||||||
id: leading-privacy-alliance
|
id: leading-privacy-alliance
|
||||||
name: Leading Privacy Alliance
|
name: Leading Privacy Alliance
|
||||||
categories:
|
categories:
|
||||||
- social-and-communications
|
- social-and-communications
|
||||||
description: The purpose of the LPA of Web3 is to speak up for everyone working in
|
description: The purpose of the LPA of Web3 is to speak up for everyone working
|
||||||
the Web3 industry and make them aware of the need for privacy (by design)
|
in the Web3 industry and make them aware of the need for privacy (by design)
|
||||||
links:
|
links:
|
||||||
web: https://www.leadingprivacy.com
|
web: https://www.leadingprivacy.com
|
||||||
blog: https://medium.com/hoprnet/hopr-co-founds-leading-privacy-alliance-of-web3-99e057722deb
|
blog: https://medium.com/hoprnet/hopr-co-founds-leading-privacy-alliance-of-web3-99e057722deb
|
||||||
|
github: ""
|
||||||
|
forum: ""
|
||||||
|
docs: ""
|
||||||
|
whitepaper: ""
|
||||||
|
block_explorer: ""
|
||||||
|
governance: ""
|
||||||
twitter: https://twitter.com/LeadingPrivacy
|
twitter: https://twitter.com/LeadingPrivacy
|
||||||
|
discord: ""
|
||||||
|
telegram: ""
|
||||||
|
lens: ""
|
||||||
|
farcaster: ""
|
||||||
usecases:
|
usecases:
|
||||||
- alliances
|
- alliances
|
||||||
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/leading-privacy-alliance/logo.png
|
||||||
|
ratings:
|
||||||
|
- type: openess
|
||||||
|
name: Openess
|
||||||
|
items:
|
||||||
|
- isValid: false
|
||||||
|
label: Team
|
||||||
|
positive: Member
|
||||||
|
negative: Anonymous
|
||||||
|
- isValid: false
|
||||||
|
label: Documentation
|
||||||
|
positive: Link
|
||||||
|
negative: Not available
|
||||||
|
- isValid: false
|
||||||
|
label: Github
|
||||||
|
positive: Link
|
||||||
|
negative: Not available
|
||||||
|
- isValid: true
|
||||||
|
label: Twitter
|
||||||
|
positive: Link
|
||||||
|
negative: Not available
|
||||||
|
value: https://twitter.com/LeadingPrivacy
|
||||||
|
- 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: false
|
||||||
|
label: Whitepaper
|
||||||
|
positive: Link
|
||||||
|
negative: Not available
|
||||||
|
- isValid: false
|
||||||
|
label: Funding
|
||||||
|
positive: Investment
|
||||||
|
negative: Not available
|
||||||
|
points: 1
|
||||||
|
percentagePoints: 1.8181818181818181
|
||||||
|
- type: technology
|
||||||
|
name: Technology
|
||||||
|
items:
|
||||||
|
- isValid: false
|
||||||
|
label: Mainnet
|
||||||
|
positive: Yes
|
||||||
|
negative: No
|
||||||
|
- 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: true
|
||||||
|
label: Compliance
|
||||||
|
positive: No
|
||||||
|
negative: ...
|
||||||
|
- isValid: false
|
||||||
|
label: Default Privacy
|
||||||
|
positive: YES
|
||||||
|
negative: No
|
||||||
|
points: 5
|
||||||
|
percentagePoints: 14.285714285714285
|
||||||
|
percentage: 4
|
||||||
|
ecosystem:
|
||||||
|
- ethereum
|
||||||
|
sunset: true
|
||||||
|
privacy_policy:
|
||||||
|
defined: false
|
||||||
|
link: ""
|
||||||
|
data_usage: ""
|
||||||
|
compliance: ""
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
tracked_data: ""
|
||||||
|
default_privacy: false
|
||||||
|
project_phase: beta
|
||||||
|
blockchain_features:
|
||||||
|
opensource: false
|
||||||
|
upgradability:
|
||||||
|
enabled: false
|
||||||
|
asset_custody_type: ""
|
||||||
|
encryption: ""
|
||||||
|
storage: {}
|
||||||
|
history: []
|
||||||
|
|
|
@ -52,7 +52,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- dapps
|
- dapps
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -36,7 +36,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- computing
|
- computing
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -42,7 +42,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- ai
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -39,7 +39,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- currency
|
- currency
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -55,7 +55,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Mantisec Lab
|
- name: Mantisec Lab
|
||||||
link: https://github.com/PresearchOfficial/audit/blob/main/Final%20Presearch%20SCA.Code%20Audit.pdf
|
link: https://github.com/PresearchOfficial/audit/blob/main/Final%20Presearch%20SCA.Code%20Audit.pdf
|
||||||
|
|
|
@ -32,7 +32,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Zellic
|
- name: Zellic
|
||||||
link: https://github.com/Zellic/publications/blob/master/Privy_Shamir_Secret_Sharing_-_Zellic_Audit_Report.pdf
|
link: https://github.com/Zellic/publications/blob/master/Privy_Shamir_Secret_Sharing_-_Zellic_Audit_Report.pdf
|
||||||
|
|
|
@ -77,7 +77,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Railgun audit report
|
- name: Railgun audit report
|
||||||
link: https://assets.railgun.org/docs/audits/
|
link: https://assets.railgun.org/docs/audits/
|
||||||
|
|
|
@ -49,7 +49,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- ai
|
- ai
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -37,7 +37,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
usecases:
|
usecases:
|
||||||
- dapps
|
- dapps
|
||||||
have_token: false
|
have_token: false
|
||||||
|
|
|
@ -61,7 +61,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
social_trust: Slabs ( MRSINGER )
|
social_trust: Slabs ( MRSINGER )
|
||||||
technical_spof: Can decrypt
|
technical_spof: Can decrypt
|
||||||
history:
|
history:
|
||||||
|
|
|
@ -29,7 +29,7 @@ default_privacy: true
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -35,7 +35,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Trail of Bits
|
- name: Trail of Bits
|
||||||
link: https://www.sentz.com/developers/audits
|
link: https://www.sentz.com/developers/audits
|
||||||
|
|
|
@ -65,7 +65,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: stkd-SCRT
|
- name: stkd-SCRT
|
||||||
link: https://docs.shadeprotocol.io/shade-protocol/research/audit-log
|
link: https://docs.shadeprotocol.io/shade-protocol/research/audit-log
|
||||||
|
|
|
@ -57,7 +57,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: Halborn and Certik
|
- name: Halborn and Certik
|
||||||
link: https://sienna.network/audits/
|
link: https://sienna.network/audits/
|
||||||
|
|
|
@ -28,7 +28,7 @@ tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
sign_in_type_requirments: wallet
|
sign_in_type_requirments: wallet
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
social_trust: Shade Core team ( Secret Contract multisig )
|
social_trust: Shade Core team ( Secret Contract multisig )
|
||||||
technical_spof: Can decrypt
|
technical_spof: Can decrypt
|
||||||
project_status:
|
project_status:
|
||||||
|
|
|
@ -51,7 +51,7 @@ default_privacy: true
|
||||||
traceability:
|
traceability:
|
||||||
kyc: false
|
kyc: false
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
|
|
||||||
|
|
||||||
storage:
|
storage:
|
||||||
|
|
|
@ -41,7 +41,7 @@ privacy_policy:
|
||||||
defined: false
|
defined: false
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
usecases:
|
usecases:
|
||||||
|
|
|
@ -35,7 +35,6 @@ team:
|
||||||
licences: MIT License
|
licences: MIT License
|
||||||
tracebility:
|
tracebility:
|
||||||
kyc: false
|
kyc: false
|
||||||
compliance: We will not comply
|
|
||||||
social_trust: Community
|
social_trust: Community
|
||||||
default_privacy: true
|
default_privacy: true
|
||||||
funding:
|
funding:
|
||||||
|
|
|
@ -42,7 +42,7 @@ privacy_policy:
|
||||||
storage:
|
storage:
|
||||||
decentralized: true
|
decentralized: true
|
||||||
third_party_dependency: false
|
third_party_dependency: false
|
||||||
compliance: false
|
|
||||||
audits:
|
audits:
|
||||||
- name: NCC Group NU5 Review
|
- name: NCC Group NU5 Review
|
||||||
link: https://research.nccgroup.com/2021/11/02/public-report-zcash-nu5-cryptography-review/
|
link: https://research.nccgroup.com/2021/11/02/public-report-zcash-nu5-cryptography-review/
|
||||||
|
|
|
@ -148,14 +148,15 @@
|
||||||
- field: compliance
|
- field: compliance
|
||||||
label:
|
label:
|
||||||
name: Compliance
|
name: Compliance
|
||||||
positive: No
|
positive: ...
|
||||||
negative: OFAC
|
negative: No
|
||||||
condition:
|
condition:
|
||||||
equals: true
|
exists: true
|
||||||
points: 5
|
points: 5
|
||||||
- field: default_privacy
|
- field: default_privacy
|
||||||
label:
|
label:
|
||||||
name: Default Privacy
|
name: Default Privacy
|
||||||
|
|
||||||
positive: YES
|
positive: YES
|
||||||
negative: No
|
negative: No
|
||||||
condition:
|
condition:
|
||||||
|
|
Loading…
Reference in a new issue