Statements | Branches | Functions | Lines |
---|---|---|---|
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:
yarn add @zoralabs/zdk
Additional information about the Zora ecosystem can be found at https://zora.engineering/
git clone ...
Run tests
In a new terminal, start up a blockchain
yarn chain
In your current terminal, run tests
yarn test