Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 677 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 677 Bytes

Social Layer Auth

This is a Social Layer authentication protocol that allows users to sign in with their web3 wallets or other platform.

Supported sign in methods:

  • Email
  • EVM compatible wallets
  • Solana wallets
  • Zupass
  • Farcaster
  • WorldID

How to run the project

  1. Clone the repository
  2. Run yarn to install the dependencies
  3. Run yarn start to start the project

How to test the project

  1. Run yarn storybook to run the component tests
  2. Run yarn cypress:open to run the e2e tests

How to contribute

  1. Fork the repository
  2. Create a new branch
  3. Make your changes
  4. Create a pull request
  5. Wait for the review
  6. Merge the pull request