ZDK

The Zora Development Kit (ZDK) is a tool for developers to simply and reliably interact with the Zora Protocol. The ZDK is written in Typescript.

Getting Started

To start, install the developer kit with yarn or npm

yarn add @zoralabs/zdk

The ZDK exposes utilities for the Zora contracts and an ethers.js interface to interact with the Zora ecosystem.

The ethers.js library is an incredibly powerful tool for interacting with the Ethereum blockchain. Most of the guides provided in this documentation interact with ethers.js as well.

The ZDK currently provides 6 modules, which can be used in combination or separately to read and write to the Zora protocol:

Last updated