Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/osmosis-labs/arb-bot
https://github.com/osmosis-labs/arb-bot
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/osmosis-labs/arb-bot
- Owner: osmosis-labs
- License: apache-2.0
- Created: 2024-05-30T06:50:46.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-15T08:05:05.000Z (6 months ago)
- Last Synced: 2024-07-15T09:45:04.962Z (6 months ago)
- Language: Go
- Size: 155 KB
- Stars: 0
- Watchers: 7
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```