Nonfungible asset schemas for the Wyvern Protocol, used directly by the Wyvern Exchange.
Install Yarn and update dependencies:
yarn
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.
Run the lint script:
yarn lint
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 test
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.