forked from worldcoin/world-id-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
repositories.json
71 lines (71 loc) · 2.71 KB
/
repositories.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
{
"description": "This file contains a list of all World ID repositories. Descriptions are automatically pulled from GitHub.",
"list": [
{
"name": "IDKit",
"repository": "worldcoin/idkit-js",
"sync_readme": true,
"description": "Javascript toolkit to interact with the World ID protocol. Building the Identity SDK."
},
{
"name": "World ID Starter Kit - Foundry",
"repository": "worldcoin/world-id-starter",
"sync_readme": true,
"description": "Quick start. Starter kit with Foundry to deploy your own smart contract that verifies unique-humanness with World ID."
},
{
"name": "World ID Starter Kit - Hardhat",
"repository": "worldcoin/world-id-starter-hardhat",
"sync_readme": true,
"description": "Quick start. Starter kit with Hardhat to deploy your own smart contract that verifies unique-humanness with World ID."
},
{
"name": "Worldcoin Simulator",
"repository": "worldcoin/simulator",
"sync_readme": true,
"description": "Web simulator of the Worldcoin app to test the World ID protocol on the staging network."
},
{
"name": "Worldcoin Docs",
"repository": "worldcoin/world-id-docs",
"sync_readme": false,
"description": "Developer documentation for the Worldcoin SDK and World ID."
},
{
"name": "World ID #petorbz",
"repository": "worldcoin/world-id-petorbz",
"sync_readme": false,
"description": "World ID Example. Dapp, smart contract and landing page for #petorbz. Adopt a plush orb in person and receive an NFT certificate of adoption."
},
{
"name": "Discord Bouncer",
"repository": "worldcoin/discord-bouncer",
"sync_readme": false,
"description": "Improve your Discord server by verifying unique people with World ID."
},
{
"name": "Worldcoin Developer Portal",
"repository": "worldcoin/developer-portal",
"sync_readme": true,
"description": "The Worldcoin Developer Portal provides tools to interact with the Worldcoin SDK. Easiest way to get started with World ID."
},
{
"name": "World ID x Lens",
"repository": "worldcoin/world-id-lens",
"sync_readme": false,
"description": "Human verification for Lens Protocol with World ID."
},
{
"name": "World ID x Lens Dapp",
"repository": "worldcoin/world-id-lens-dapp",
"sync_readme": false,
"description": "Frontend used to verify Lens accounts. Smart contract: https://github.com/worldcoin/world-id-lens"
},
{
"name": "Worldcoin x POAP",
"repository": "worldcoin/world-id-poap",
"sync_readme": false,
"description": "Sybil-resistant POAP distribution!"
}
]
}