This SDK is a collection of tools used to interact with the LooksRare API and smart contracts.
This package has a peer dependency on etherjs.
Install with
yarn add @looksrare/sdk ethers
or
npm install @looksrare/sdk ethers --save
Read the complete documentation
Install dependencies with yarn
yarn dev
yarn build
.env
(copy .env.template
) and set you github personal access token.yarn release
will run all the checks, build, and publish the package, and publish the github release note.