This is a smart contract project that implements a simple Sismo attester that checks if an address has a Lens profile.
The main contract is located at contracts/LensAttester.sol
.
The test suit is located at test/lensAttester.test.ts
.
It contains the multiple steps to authorize the attester to record an attestation in the registry.
- Create an env file
cp .env.example .env
-
Fill the required field
-
Run the test suit
npm test