mirror of
https://github.com/web3privacy/explorer-data.git
synced 2024-10-15 12:06:26 +02:00
dao cat
This commit is contained in:
parent
d7ced106fc
commit
38db71c941
5 changed files with 63 additions and 1 deletions
3
Makefile
3
Makefile
|
@ -19,4 +19,5 @@ gen-all:
|
||||||
make gen cat=layer-2
|
make gen cat=layer-2
|
||||||
make gen cat=hardware
|
make gen cat=hardware
|
||||||
make gen cat=vpn
|
make gen cat=vpn
|
||||||
make gen cat=did
|
make gen cat=did
|
||||||
|
make gen cat=dao
|
10
src/projects/dao/anydao/index.yaml
Normal file
10
src/projects/dao/anydao/index.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
name: AnyDAO
|
||||||
|
categories:
|
||||||
|
- dao
|
||||||
|
description: >-
|
||||||
|
Vote aggregation across different blockchain networks with adjustable privacy
|
||||||
|
settings which controls the visibility of the voting
|
||||||
|
links:
|
||||||
|
web: https://www.anydao.app
|
||||||
|
docs: https://docs.ata.network/anydao/introduction/
|
||||||
|
team: {}
|
9
src/projects/dao/heyanon/index.yaml
Normal file
9
src/projects/dao/heyanon/index.yaml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
name: HeyAnon
|
||||||
|
categories:
|
||||||
|
- dao
|
||||||
|
description: >-
|
||||||
|
Allows noun-holders to give feedback on proposals while maintaining their
|
||||||
|
privacy using zero-knowledge proofs ✨️ZK
|
||||||
|
links:
|
||||||
|
web: https://www.heyanoun.xyz
|
||||||
|
team: {}
|
7
src/projects/dao/lunardao/index.yaml
Normal file
7
src/projects/dao/lunardao/index.yaml
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
name: LunarDAO
|
||||||
|
categories:
|
||||||
|
- dao
|
||||||
|
description: DAO fostering R&D and investments within Lunarpunk movement
|
||||||
|
links:
|
||||||
|
web: https://lunardao.net
|
||||||
|
team: {}
|
35
src/projects/dao/src.json
Normal file
35
src/projects/dao/src.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"data": {
|
||||||
|
"Image": "https://github.com/Msiusko/web3privacy/blob/main/static-assets/%20DAO.png?raw=true",
|
||||||
|
"Projects": [
|
||||||
|
{
|
||||||
|
"Project": "AnyDAO",
|
||||||
|
"ProjectLink": "https://www.anydao.app",
|
||||||
|
"Description": "Vote aggregation across different blockchain networks with adjustable privacy settings which controls the visibility of the voting",
|
||||||
|
"Docs": "https://docs.ata.network/anydao/introduction/",
|
||||||
|
"ProductReadiness": "-",
|
||||||
|
"Ecosystem": "-",
|
||||||
|
"Team": "-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Project": "HeyAnon",
|
||||||
|
"ProjectLink": "https://www.heyanoun.xyz",
|
||||||
|
"Description": "Allows noun-holders to give feedback on proposals while maintaining their privacy using zero-knowledge proofs ✨️ZK",
|
||||||
|
"Docs": "-",
|
||||||
|
"ProductReadiness": "-",
|
||||||
|
"Ecosystem": "-",
|
||||||
|
"Team": "-"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"Project": "LunarDAO",
|
||||||
|
"ProjectLink": "https://lunardao.net",
|
||||||
|
"Description": "DAO fostering R&D and investments within Lunarpunk movement",
|
||||||
|
"Docs": "-",
|
||||||
|
"ProductReadiness": "-",
|
||||||
|
"Ecosystem": "-",
|
||||||
|
"Team": "-"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue