🚀Quickstart
Getting Started with Civic Pass
Supported Blockchains: Arbitrum, Avalanche, Base, BNB Smart Chain (BSC), Ethereum, Fantom, Optimism, Polygon, Polygon zkEVM, Solana, XDC, X Layer. Other chains can be added on request.
Civic Pass Overview: The Civic Pass is the easiest way to integrate Civic's verification services. Civic handles the verification, issuance, and lifecycle management of the user's pass, including checks for identity documents, location, and humanness.
See How It Works: Get a Civic Pass to see how it works. We recommend using testnet/devnet and starting with CAPTCHA Pass or Liveness Pass. You’ll need to have some testnet/devnet funds in your wallet to complete the process.
Integration Guide: refer to the Integration Guide for your chosen blockchain to get started.
Integration Options
Civic offers three integration components for maximum composability:
Frontend Libraries: This is first step towards integrating the Civic Pass verification flow into your app.
Backend Libraries: This is for accessing pass state through your backend infrastructure to complement the Frontend integration.
On-chain Smart Contracts: For blockchain-based applications requiring decentralized verification at blockchain level. This can replace the Backend libraries integration, but does still require a Frontend integration.
Deploy in Minutes
Navigate to your blockchain of choice in the index for tailored instructions on how to integrate Civic on different chains.
EVMs
Install the Civic Gateway library for your chain.
Next, import and configure the GatewayProvider component.
Children wrapped by the GatewayProvider
will have access to the connected wallet's Civic Pass. We recommend using the Identity Button to retrieve pass state and we suggest placing the <GatewayProvider>
as high up in the component tree as possible to ensure you have access to the Civic Pass state throughout your dApp.
Solana
Install the Civic Gateway library for your chain.
Next, import and configure the GatewayProvider component.
Children wrapped by theGatewayProvider
will have access to the connected wallet's Civic Pass.
We recommend using the provided Identity Button to retrieve pass state and we suggest placing the <GatewayProvider>
as high up in the component tree as possible to ensure you have access to the Civic Pass state throughout your dApp. Find out more in the integration guide for your chain.
Last updated