@iotexproject/zdk

An SDK for using the Zora Media Protocol

Usage no npm install needed!

<script type="module">
  import iotexprojectZdk from 'https://cdn.skypack.dev/@iotexproject/zdk';
</script>

README

ZDK: The Zora Development Kit

Statements Branches Functions Lines
Statements Branches Functions Lines

Overview

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 and can be used in any environment in which Javascript can be run.

The ZDK has 4 primary exports plus some types:

Installation

yarn add @zoralabs/zdk

Guides

Additional information about the Zora ecosystem can be found at https://zora.engineering/

Development

git clone ...

Run tests

In a new terminal, start up a blockchain

yarn chain

In your current terminal, run tests

yarn test