mango-v4-service/py
microwavedcola1 0fed0c544c mass rename
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com>
2023-11-17 17:09:42 +01:00
..
mango_service_v3_py mass rename 2023-11-17 17:09:42 +01:00
README.md mass rename 2023-11-17 17:09:42 +01:00
example1_basic.py mass rename 2023-11-17 17:09:42 +01:00
example1_cancel_all_orders.py mass rename 2023-11-17 17:09:42 +01:00
example2_set_stink_bids.py mass rename 2023-11-17 17:09:42 +01:00
example3_market_maker.py mass rename 2023-11-17 17:09:42 +01: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 mass rename 2023-11-17 17:09:42 +01:00
test-mainnet.py mass rename 2023-11-17 17:09:42 +01:00

README.md

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

Pre-requisites

  • you have poetry installed
  • you have the REST API service from ../mango-service-v4 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