openethereum/js/npm/shapeshift
Jaco Greeff 36b8e4b6a8 Extended publishing of libraries to npm (#3786)
* Extended publishing of libraries to npm

* Update source links

* Add some tests before publishing NPM library

* Fix Shapeshift tests
2016-12-11 10:13:34 +01:00
..
package.json Extended publishing of libraries to npm (#3786) 2016-12-11 10:13:34 +01:00
README.md Extended publishing of libraries to npm (#3786) 2016-12-11 10:13:34 +01:00

@parity/ShapeShift

A thin ES6 promise wrapper around the shapeshift.io APIs as documented at https://shapeshift.io/api

https://github.com/ethcore/parity/tree/master/js/src/3rdparty/shapeshift

usage

installation -

npm install --save @parity/ShapeShift

Usage -

const APIKEY = 'private affiliate key or undefined';
const shapeshift = require('@parity/ShapeShift')(APIKEY);

// api calls goes here

api

queries -

transactions -