Protocol SDK
Get started building with the Zora smart contracts
The Protocol SDK makes interacting with the ZORA protocol easier by generating required transactions for our contracts.
Features
- Mint existing 1155 NFTs and gasless NFTs
- Deploy new contracts and create new tokens
- Creating a token for free (gasless creation)
- Minting a token that was created for free (bringing it onchain)
Installation
The SDK is written in typescript and can be installed via npm
, yarn
, etc.
Source Code
npm install @zoralabs/protocol-sdk