alexandrewolff / lens-attester

Sismo attester for Lens profile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Sismo attester for Lens profile


Languages

Language:Solidity 79.1%Language:TypeScript 20.8%Language:Shell 0.1%