An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

![Project Wyvern Logo](https://media.githubusercontent.com/media/ProjectWyvern/wyvern-branding/master/logo/logo-square-red-transparent-200x200.png?raw=true "Project Wyvern Logo")

## Wyvern Exchange Javascript SDK

[![https://badges.frapsoft.com/os/mit/mit.svg?v=102](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://opensource.org/licenses/MIT) [![npm](https://img.shields.io/npm/v/wyvern-exchange.svg)](https://www.npmjs.com/package/wyvern-exchange) [![npm](https://img.shields.io/npm/dt/wyvern-exchange.svg)](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.