Skip to content

Latest commit

 

History

History
63 lines (39 loc) · 1.6 KB

README.md

File metadata and controls

63 lines (39 loc) · 1.6 KB

Safe + ZeroDev PassKey

License

Developed using the module-template-7579

Description

This project is built using the module-template-7579 to integrate Passkey validator into Safe Accounts.

Features

Usage

  1. Clone the repository:

    git clone https://github.com/koshikraj/safe-passkey-7579.git

    Project structure:

    ├── safe-passkey-7579
    │ ├── Safe App
    │ └── Module

  2. Install dependencies

    npm install
  3. Run module tests

    cd module
    npm run test
  4. Run web app

    cd web
    npm run dev
    
    

Contributing

Contributions are welcome! Please follow the contribution guidelines to contribute to this project.

Acknowledgments

This project uses the ZerdoDev's WebAuthn validator module

License

This project is licensed under the GPL-3.0 license.