Skip to content

Commit

Permalink
[feat] readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
8baller committed Nov 9, 2023
1 parent 5623ecc commit 6c617b9
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# Lyra V2 Python Client.

This repo provides a unified interface for the Lyra V2 Exchange.

## Dev

### Formatting

```bash
make fmt
```

### Linting

```bash
make lint
```

### Tests

```bash
make tests
```

For convience, all commands can be run with;

```
make all
```

0 comments on commit 6c617b9

Please sign in to comment.