Quick Start
Installing IDKit
IDKit is our official library for integrating World ID into your application. This section will guide you through creating your application in the Worldcoin Developer Portal and installing IDKit.
IDKit Installation
To install IDKit, use your package manager of choice: For other languages, see supported libraries.
Install IDKit
npm install @worldcoin/idkit
The Quick Start guide will use Next.js.
Developer Portal
Sign in to the Worldcoin Developer Portal. The Developer Portal will prompt you to create an application, and configure it as a Staging app for Cloud verification:
The Developer Portal will then prompt you to create an Incognito Action. Give it a name, and note the action identifier:
Finally, navigate to App Profile and note the application ID:
Proceed to Configuration to configure IDKit in your application.