ProjectOpenSea / wyvern-schemas

Nonfungible asset schemas for the Wyvern Protocol

Home Page:https://exchange.projectwyvern.com/schemas

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Project Wyvern Logo

Wyvern Protocol Nonfungible Asset Schemas

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

Synopsis

Nonfungible asset schemas for the Wyvern Protocol, used directly by the Wyvern Exchange.

Development Information

Dependency Installation

Install Yarn and update dependencies:

yarn

Adding 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 lint

Testing

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

General 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.

About

Nonfungible asset schemas for the Wyvern Protocol

https://exchange.projectwyvern.com/schemas

License:MIT License


Languages

Language:TypeScript 98.2%Language:JavaScript 1.4%Language:Shell 0.3%