# 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](https://github.com/rarible/sdk)