Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/koshikraj/safe-passkey-7579
Safe Account with WebAuthn 7579 Validator by ZeroDev
https://github.com/koshikraj/safe-passkey-7579
Last synced: 18 days ago
JSON representation
Safe Account with WebAuthn 7579 Validator by ZeroDev
- Host: GitHub
- URL: https://github.com/koshikraj/safe-passkey-7579
- Owner: koshikraj
- License: gpl-3.0
- Created: 2024-07-10T07:12:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-07-18T19:41:24.000Z (4 months ago)
- Last Synced: 2024-10-11T02:52:12.155Z (about 1 month ago)
- Language: Solidity
- Homepage: http://passkey-7579.zenguard.xyz/
- Size: 14.5 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Safe + ZeroDev PassKey
[![License](https://img.shields.io/badge/license-GPL3-blue.svg)](https://github.com/koshikraj/module-template-7579/blob/main/LICENSE)Developed using the [module-template-7579](https://github.com/koshikraj/module-template-7579)
## Description
This project is built using the [module-template-7579](https://github.com/koshikraj/module-template-7579) to integrate Passkey validator into Safe Accounts.
## Features
- Uses Rhinestone's [Safe 7579 adapter](https://github.com/rhinestonewtf/safe7579)
- Uses Rhinestone's [module-sdk](https://github.com/rhinestonewtf/module-sdk)
- Integrates with [ZerdoDev's WebAuthn validator](https://github.com/zerodevapp/kernel-7579-plugins/tree/master/validators/webauthn) module
- Uses Permissionless.js
- Pimlico bundlers and paymasters## Usage
1. Clone the repository:
```bash
git clone https://github.com/koshikraj/safe-passkey-7579.git
```Project structure:
├── safe-passkey-7579
│ ├── [Safe App](./web)
│ └── [Module](./module)2. Install dependencies
```bash
npm install
```3. Run module tests
```bash
cd module
npm run test
```4. Run web app
```bash
cd web
npm run dev## Contributing
Contributions are welcome! Please follow the [contribution guidelines](CONTRIBUTING.md) to contribute to this project.
## Acknowledgments
This project uses the [ZerdoDev's WebAuthn validator](https://github.com/zerodevapp/kernel-7579-plugins/tree/master/validators/webauthn) module
## License
This project is licensed under the [GPL-3.0 license](./LICENSE).