mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
Merge pull request #56 from Ressac-No1/main
Privacy & anonymity features of Aleo and Anoma (just a sample)
This commit is contained in:
commit
d0de23164e
2 changed files with 34 additions and 0 deletions
|
@ -11,6 +11,7 @@ links:
|
||||||
discord: https://discord.gg/aleo
|
discord: https://discord.gg/aleo
|
||||||
youtube: https://www.youtube.com/@aleofoundation
|
youtube: https://www.youtube.com/@aleofoundation
|
||||||
github: https://github.com/AleoHQ
|
github: https://github.com/AleoHQ
|
||||||
|
block_explorer: https://explorer.aleo.org/
|
||||||
docs: https://developer.aleo.org/getting_started/
|
docs: https://developer.aleo.org/getting_started/
|
||||||
blog: https://aleo.org/blog/
|
blog: https://aleo.org/blog/
|
||||||
project_status:
|
project_status:
|
||||||
|
@ -18,3 +19,25 @@ project_status:
|
||||||
version: Testnet
|
version: Testnet
|
||||||
testnet: true
|
testnet: true
|
||||||
mainnet: false
|
mainnet: false
|
||||||
|
technology:
|
||||||
|
type: zk-SNARKs
|
||||||
|
features:
|
||||||
|
- ZK circuit programming
|
||||||
|
- SNARK validator network
|
||||||
|
blockchain_features:
|
||||||
|
p2p: true
|
||||||
|
viewing_key: true
|
||||||
|
dissapearing_tx: true
|
||||||
|
connected_tx: true
|
||||||
|
client_diversability:
|
||||||
|
name: address
|
||||||
|
link: https://explorer.aleo.org/validators
|
||||||
|
default_privacy: true
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
sign_in_type_requirements: wallet
|
||||||
|
tracked_data: non
|
||||||
|
storage:
|
||||||
|
decentralized: true
|
||||||
|
compliance: false
|
||||||
|
third_party_dependency: false
|
||||||
|
|
|
@ -12,7 +12,18 @@ team:
|
||||||
- name: Awa Sun Yin
|
- name: Awa Sun Yin
|
||||||
links:
|
links:
|
||||||
web: https://anoma.net
|
web: https://anoma.net
|
||||||
|
docs: https://github.com/anoma/anoma-archive/tree/main/docs
|
||||||
blog: https://anoma.net/blog
|
blog: https://anoma.net/blog
|
||||||
github: https://github.com/anoma
|
github: https://github.com/anoma
|
||||||
whitepaper: https://github.com/anoma/whitepaper/blob/main/whitepaper.pdf
|
whitepaper: https://github.com/anoma/whitepaper/blob/main/whitepaper.pdf
|
||||||
vision-paper: https://anoma.net/vision-paper.pdf
|
vision-paper: https://anoma.net/vision-paper.pdf
|
||||||
|
technology:
|
||||||
|
type: ZK, FHE
|
||||||
|
features:
|
||||||
|
- privacy for content
|
||||||
|
blockchain_features:
|
||||||
|
p2p: true
|
||||||
|
tracebility:
|
||||||
|
kyc: false
|
||||||
|
storage:
|
||||||
|
decentralized: true
|
||||||
|
|
Loading…
Reference in a new issue