Package Exports
- playtoearn-wyvern-js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (playtoearn-wyvern-js) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme

Wyvern Protocol Javascript SDK
Synopsis
This is the standard Javascript SDK for the Wyvern Protocol. Modeled in part after the excellent 0x.js.
Versioning
This project uses semantic versioning.
The major version of this library will always correspond with the major version of the Wyvern Protocol, but there is not necessarily an equivalence between the minor version of this library and the minor version of the Wyvern Protocol.
Currently, the latest version of this library supports Wyvern Protocol v2. v2.1 support will be added as soon as v2.1 is deployed to the Ethereum mainnet.
Development Information
Setup
Node >= v6.9.1, < 10 and Yarn required.
Before any development, install the required NPM dependencies:
yarnContributing
Contributions welcome! Please use GitHub issues for suggestions/concerns - if you prefer to express your intentions in code, feel free to submit a pull request.