This dApp let the user create a lens handle on polygon mumbai (testnet). It implements the LENS API login()
function to authenticate the user and let it call the createProfile()
function.
-
fork the repository
-
in your terminal:
git clone <my-forked-repository>
cd my-forked-repository
npm install
npm run dev