Skip to content

Latest commit

 

History

History
42 lines (30 loc) · 653 Bytes

File metadata and controls

42 lines (30 loc) · 653 Bytes

Leverj.io Spot Exchange Python Bridge

description

a python bridge to javascript libraries for Leverj.io Spot Exchange

Installation

ensure node and yarn are installed on target machine

$ pip install leverj_exchange_python_bridge

Usage

run_js(command, arguments_as_dictionary)

######commnads

  • sign_order
  • compute_signature_for_order
  • compute_signature_for_exchange_order

Development

setup

ensure a python3 virtual env exists in .venv, i.e.: python3 -m venv .venv

$ source setup.sh

test

$ nosetests

build

$ python setup.py sdist