A basic example that runs through:

- Loading an Exchange and Client object
- Viewing the state of the exchange, orderbooks and any orders
- Placing orders and cancelling them

## Setup

```sh
npm install

ts-node basic-example.ts
```
