Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/osmosis-labs/arb-bot


https://github.com/osmosis-labs/arb-bot

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# CEX <> Osmosis Arb Bot

Osmosis arbitrage bot agains Binance.

Uses top-of-block auction.

## Setup

Create a `.env` file with the following content:
```bash
GRPC_ADDRESS=http://localhost:26657
OSMOSIS_ACCOUNT_KEY=your_key_here
```

```
go run main.go
```