@wonzimer-nft/wdk
v1.0.12
Published
An SDK for using the Wonzimer Protocol
Downloads
9
Readme
WDK: The Wonzimer Development Kit
| Statements | Branches | Functions | Lines | | ----------------------------------------------------------------------------- | --------------------------------------------------------------------------- | ------------------------------------------------------------------------- | ------------------------------------------------------------------------ | | | | | |
Overview
The Wonzimer Development Kit (WDK) is a tool for developers to simply and reliably interact with the Wonzimer 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 @wonzimer-nft/wdk
Guides
Additional information about the Wonzimer ecosystem can be found at https://wonzimer.engineering/
Development
git clone ...
Run tests
In a new terminal, start up a blockchain
yarn chain
In your current terminal, run tests
yarn test