0fed0c544c
Signed-off-by: microwavedcola1 <microwavedcola@gmail.com> |
||
---|---|---|
.. | ||
mango_service_v3_py | ||
README.md | ||
example1_basic.py | ||
example1_cancel_all_orders.py | ||
example2_set_stink_bids.py | ||
example3_market_maker.py | ||
poetry.lock | ||
poetry.toml | ||
pyproject.toml | ||
test-devnet.py | ||
test-mainnet.py |
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