Skip to content

Latest commit

History

History
33 lines (18 loc) 路 1023 Bytes

WorldCoin.md

File metadata and controls

33 lines (18 loc) 路 1023 Bytes

Sponsor Prize

WorldCoin

Prize Requirements

$20,000 USD are up for grabs at the hackathon for devs who build on top of World ID, distributed as follows:

$5000 to the Best Overall 馃 $2500 to the Most Creative Use Case 馃 $2500 to the Best Sign in with Worldcoin App 馃攽 Up to 2x $1000 to Honorable Mentions 馃弳 $3000 Prize Pool - distributed equally among all qualifying submissions 馃強

Please add a sentence or two on why you're applicable for this prize.

We are leveraging (WorldCoin) to provide secure authentication login! (We want to make sure real people are filing disputes!)

Link to the code where the tech is used.

<div><IDKitWidget
action={process.env.NEXT_PUBLIC_WLD_ACTION_NAME || ""}
onSuccess={onSuccess}
handleVerify={handleProof}
app_id={"app_4020275d788fc6f5664d986dd931e5e6" || ""}
credential_types={[CredentialType.Orb, CredentialType.Phone]}
>
{({ open }) => (
<button
onClick={open}
style={{
padding: "10px 20px",
fontSize: "16px",
fontWeight: "bold",
borderRadius: "5px",
color: "#fff",
backgroundColor: "black",
border: "none",
cursor: "pointer",
boxShadow: "0 2px 4px rgba(0, 0, 0, 0.1)",
transition: "background-color 0.3s",
}}
>
Verify with World ID
</button>
)}
</IDKitWidget>

How easy is it to use the API / Protocol? (1 - very difficult, 10 - very easy)

10 馃専

Additional Feedback

Video Demo

WorldCoin.Demo.mov