wallex
v0.1.1-0
Published
JavaScript Client for Wallex Exchange API
Downloads
5
Readme
Wallex-JS
This library provides a JavaScript client for Wallex Exchange API described here.
Install
npm install wallex --saveGetting Started
import { Client } from 'wallex';
const client = new Client(/* apiKey = */ 'xxx|xxxxx');TODO
- [] Add socket.io endpoints
