Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 518 Bytes

union-sdk.md

File metadata and controls

23 lines (15 loc) · 518 Bytes

SDK Overview

Rarible Protocol Software Development Kit enables applications to interact with Rarible protocol easily: query, issue, trade NFTs on any blockchain supported.

Currently, these blockchains are supported:

  • Ethereum (rinkeby, mainnet)
  • Flow (currently on devnet only)
  • Tezos (on granada testnet)

Installation

npm install -D @rarible/sdk

or

yarn add @rarible/sdk

See more information about usage Protocol SDK on https://github.com/rarible/sdk