Installation
You can install Lens.js by running the below command inside your project directory:
npm install lens-protocol
Or with yarn
:
yarn add lens-protocol
Once the installation is complete, you can import the library in your project:
import { Lens } from 'lens-protocol';
Please note that this library is at its very early stage,some APIs are not yet supported and there might be some breaking changes. If you find any, please add them on GitHub
Last updated on July 30, 2022