Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 501 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 501 Bytes

Lens Attester

This is a smart contract project that implements a simple Sismo attester that checks if an address has a Lens profile.

Contract

The main contract is located at contracts/LensAttester.sol.

Tests

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.

  1. Create an env file
cp .env.example .env
  1. Fill the required field

  2. Run the test suit

npm test