Quickstart Usage
This is the fastest way to get an prototype running and experience the flow. However this is NOT the recommended mode for pushing to production.
Prerequisites
- Install the React libraries using the Installation guide
- Get the
APPLICATION_ID
,APPLICATION_SECRET
andPROVIDER_ID
using the API Key guide
Implementation Guide
Get production Ready
For production usecases, you might want to make sure that the proofs are sent directly to your backend - so that the use doesn't have an opportunity to tamper with the data. For that implement the Backend and follow the Fullstack guide