JSPM

playtoearn-wyvern-js

3.2.1
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q12989F
  • License MIT

Javascript SDK for the Wyvern Protocol

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

Project Wyvern Logo

Wyvern Protocol Javascript SDK

https://badges.frapsoft.com/os/mit/mit.svg?v=102 npm npm

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:

yarn

Contributing

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.