Package Exports
- wyvern-schemas
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 (wyvern-schemas) 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 Nonfungible Asset Schemas
Synopsis
Nonfungible asset schemas for the Wyvern Protocol, used directly by the Wyvern Exchange.
Development Information
Dependency Installation
Install Yarn and update dependencies:
yarnAdding an Asset Schema
Expect the schema format to undergo several revisions prior to release of the Exchange. For now, please submit a Github issue with the asset information.
Linting & Schema Validation
Run the lint script:
yarn lintTesting
Build first, then test (tests are in vanilla JS) - you will need an internet connection, the testsuite makes RPC calls against Ethereum state via Infura:
yarn build && yarn testGeneral Contribution
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.