mango-v4-service/py
microwavedcola1 8d65d476e5 add account info
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
2021-11-17 17:46:42 +01:00
..
mango_service_v3_py Fix typoo 2021-11-15 18:41:29 +00:00
README.md update docs 2021-09-23 22:42:56 +02:00
example1_basic.py Fix typoo 2021-11-15 18:41:29 +00:00
example1_cancel_all_orders.py pm2 + sig handling 2021-09-26 10:58:15 +02:00
example2_set_stink_bids.py pm2 + sig handling 2021-09-26 10:58:15 +02:00
example3_market_maker.py pm2 + sig handling 2021-09-26 10:58:15 +02:00
poetry.lock Rework 2021-09-17 00:11:09 +02:00
poetry.toml add account info 2021-11-17 17:46:42 +01:00
pyproject.toml Rework 2021-09-17 00:11:09 +02:00
test-devnet.py tests against api 2021-09-26 14:32:13 +02:00
test-mainnet.py Fix typoo 2021-11-15 18:41:29 +00:00

README.md

A python3 client with some examples for the mango markets v3 REST Service

Pre-requisites

  • you have poetry installed
  • you have the REST API service from ../mango-service-v3 running locally

How to test examples while developing

  • poetry install
  • poetry shell
  • try out a example python basic.py

Todos

  • add more examples
  • add pre-commit e.g. black, pylint, mypy, reorder-python-imports