LooksRare / looksrare-sdk

LooksRare TypeScript SDK
MIT License
99 stars 52 forks source link
looksrare nft sdk typescript

@looksrare/sdk

GitHub package.json version GitHub GitHub Workflow Status

This SDK is a collection of tools used to interact with the LooksRare API and smart contracts.

Usage

Install

This package has a peer dependency on etherjs.

Install with

yarn add @looksrare/sdk ethers

or

npm install @looksrare/sdk ethers --save

Documentation

Read the complete documentation

Dev

Setup

Install dependencies with yarn

Release