This is a Social Layer authentication protocol that allows users to sign in with their web3 wallets or other platform.
Supported sign in methods:
- EVM compatible wallets
- Solana wallets
- Zupass
- Farcaster
- WorldID
- Clone the repository
- Run
yarn
to install the dependencies - Run
yarn start
to start the project
- Run
yarn storybook
to run the component tests - Run
yarn cypress:open
to run the e2e tests
- Fork the repository
- Create a new branch
- Make your changes
- Create a pull request
- Wait for the review
- Merge the pull request