https://github.com/projectwyvern/wyvern-exchange
Javascript SDK for the Wyvern Exchange
https://github.com/projectwyvern/wyvern-exchange
ethereum project-wyvern
Last synced: over 1 year ago
JSON representation
Javascript SDK for the Wyvern Exchange
- Host: GitHub
- URL: https://github.com/projectwyvern/wyvern-exchange
- Owner: ProjectWyvern
- License: mit
- Created: 2018-02-12T22:09:12.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-20T00:02:51.000Z (over 8 years ago)
- Last Synced: 2025-03-26T05:33:09.694Z (over 1 year ago)
- Topics: ethereum, project-wyvern
- Language: JavaScript
- Size: 115 KB
- Stars: 6
- Watchers: 2
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## Wyvern Exchange Javascript SDK
[](https://opensource.org/licenses/MIT) [](https://www.npmjs.com/package/wyvern-exchange) [](https://www.npmjs.com/package/wyvern-exchange)
### Synopsis
Javascript SDK for the [Wyvern Exchange](https://exchange.projectwyvern.com) API.
### Development Information
#### Setup
[Node](https://nodejs.org/en/) and [Yarn](https://yarnpkg.com/en/) required.
Before any development, install the required NPM dependencies:
```bash
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.