Skip to content

Commit bc04148

Browse files
authored
chore(website): add new project (#844)
re #839
1 parent 5db1bcc commit bc04148

File tree

1 file changed

+23
-13
lines changed

1 file changed

+23
-13
lines changed

apps/website/src/data/projects.json

Lines changed: 23 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,14 @@
1111
}
1212
},
1313
{
14-
"name": "Unirep",
15-
"tagline": "Private and nonrepudiable reputation system based on ZKP.",
16-
"categories": ["Reputation", "Identity", "Social"],
17-
"pse": true,
14+
"name": "Worldcoin",
15+
"categories": ["Identity"],
16+
"tagline": "A global digital currency offering universal access to a more inclusive financial system.",
17+
"pse": false,
1818
"icon": "",
1919
"links": {
20-
"website": "https://developer.unirep.io",
21-
"github": "https://github.com/Unirep",
22-
"discord": "https://discord.gg/VzMMDJmYc5"
20+
"github": "https://github.com/worldcoin",
21+
"website": "https://worldcoin.org"
2322
}
2423
},
2524
{
@@ -33,6 +32,16 @@
3332
"website": "https://bandada.pse.dev"
3433
}
3534
},
35+
{
36+
"name": "Super Secret ZK Ballot",
37+
"tagline": "A Solidity contract for anonymous voting.",
38+
"categories": ["Voting"],
39+
"pse": false,
40+
"icon": "",
41+
"links": {
42+
"github": "https://github.com/dutragustavo/super-secret-zkballot"
43+
}
44+
},
3645
{
3746
"name": "ZK Proof of Humanity",
3847
"tagline": "A project that allows humans, registered in Proof of Humanity, to prove their humanity without doxing.",
@@ -487,14 +496,15 @@
487496
}
488497
},
489498
{
490-
"name": "Worldcoin",
491-
"categories": ["Identity"],
492-
"tagline": "A global digital currency offering universal access to a more inclusive financial system.",
493-
"pse": false,
499+
"name": "Unirep",
500+
"tagline": "Private and nonrepudiable reputation system based on ZKP.",
501+
"categories": ["Reputation", "Identity", "Social"],
502+
"pse": true,
494503
"icon": "",
495504
"links": {
496-
"github": "https://github.com/worldcoin",
497-
"website": "https://worldcoin.org"
505+
"website": "https://developer.unirep.io",
506+
"github": "https://github.com/Unirep",
507+
"discord": "https://discord.gg/VzMMDJmYc5"
498508
}
499509
},
500510
{

0 commit comments

Comments
 (0)