This repository contains a collection of sample applications demonstrating how to integrate with the Civic Auth libraries - @civic/auth and @civic/auth-web3 - in various environments and frameworks.
The repository includes the following samples:
-
Civic Auth:
-
Civic Auth Web3:
- Wagmi: reference implementation of a simple Wagmi app integration with Civic Auth Web3 SDK.
-
Start apps: Before running, be sure to set the client id in .env files for each app. You can find examples in the .env.example files from the root:
yarn install
yarn build
yarn dev
-
Running cypress tests:
cd packages/e2e
:yarn install
yarn cypress open --browser chrome