Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
notwedtm committed Jan 1, 2024
1 parent 4952aa4 commit 6ece2d1
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,18 @@ All RPC providers have bad days, sol-shotty helps get faster responses when a si

# Quick Start

Edit the `config.yaml` file to include the endpoints you wish to use. Some providers use Cloudflare to provide anycast routing when they only have infrastructure in a few locations.
Download the most recent release from the [releases](https://github.com/trustless-engineering/sol-shotty/releases) page.

A lot of providers allow you to sign up with just a web3 wallet, if you have multiple you might be able to sign up multiple times.
Decompress the archive and edit the `config.yaml` file to include the endpoints you wish to use.
You can add as many as you want, including multiple from the same provider.

A lot of providers allow you to sign up with just a web3 wallet, if you have multiple you might be able to sign up multiple times.

After modifying the config run `./sol-shotty` (or `sol-shotty.exe` if on Windows).

SOL Shotty will be listening on `http://127.0.0.1:420`.

## Run From Source

Make sure you have `golang` installed and then run `go run ./cmd/sol-shotty`

Expand Down

0 comments on commit 6ece2d1

Please sign in to comment.