Updated README Introduction.

This commit is contained in:
Geoff Taylor 2022-03-09 09:35:15 +00:00
parent 0da58bc8bc
commit 2bbcafccaa
1 changed files with 11 additions and 1 deletions

View File

@ -7,7 +7,17 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
## 🥭 Introduction
`mango-explorer` provides Python code to interface with [Mango Markets](https://mango.markets), along with a functional [marketmaker](docs/MarketmakingQuickstart.md).
`mango-explorer` provides Python code to integrate with [Mango Markets](https://mango.markets).
It also includes some useful command-line programs, such as:
* `deposit`
* `withdraw`
* `place-order`
* `market-buy`
* `market-sell`
* `send-tokens`
It also includes a runnable [marketmaker](docs/MarketmakingQuickstart.md) for Serum, Spot and Perp markets.
## 📦 Installation