Skip to content

curaOS/zdk

 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.6%
  • JavaScript 0.4%