A registrar that allows users to claim ENS names based on their email ownership using zk-email proofs.
This project enables users to claim ENS names corresponding to their email addresses. For example, if you own "[email protected]", you can claim "[email protected]" and set any Ethereum address as the owner.
The system uses zk-email proofs to verify email ownership, ensuring that only the legitimate owner of an email address can claim the corresponding ENS name.
Install dependencies:
yarn install
Build smart contracts:
yarn build
Clean build artifacts and cache :
yarn clean
Generate test coverage:
yarn coverage
Format files:
yarn fmt
Lint files:
yarn lint
Run tests:
yarn test
This project is licensed under MIT.