1.0.5 • Published 3 years ago

test-zdk-dev v1.0.5

Weekly downloads
-
License
MIT
Repository
-
Last release
3 years ago

ZDK: The Zora Development Kit

StatementsBranchesFunctionsLines
StatementsBranchesFunctionsLines

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