Orderbook Application
The Orderbook application is a stateful smart contract deployed on the Algorand Blockchain. It is responsible for interacting with Order Applications and regestering Market Pairs to Box Storage.
Note on General Order Flow
The Orderbook can be thought of as a proxy for all things order related. When a user places an order they are really requesting that the Orderbook Contract place the order for them. The same sentiment holds for any other action a user may take on Algodex. This is done to simplify the tracking of order state changes as well as ensures correctness. (i.e. the user is placing an order on a valid market pair)
Mainnet App ID
TBD