jon4hz
deadshot
Go

๐Ÿ“ˆ Trading bot with support for multiple evm compatible blockchains

Last updated Jun 17, 2026
16
Stars
2
Forks
6
Issues
0
Stars/day
Attention Score
6
Language breakdown
No language data available.
โ–ธ Files click to expand
README

deadshot

testing lint goreleaser Go Report Card
                                   
   | |      | || |   _ | | 
  /  |/  \/  |/  / | ' \ /  \| |
 | (| |  / (| | (| \ \ | | | () | |_ 
  \,|\|\,|\,|/| ||\/ \__|
                                              
  ( ฯ†_&lt;)๏ธปโ”ปโ”ณโ•โ•โ”ไธ€ - - - - - - - - - - - - ๐Ÿ’ฅ</code></pre>
A terminal based trading bot

About

deadshot is a terminal based trading bot that allows you to trade tokens on any dex that implements the uniswap v2 interface. You can either swap tokens to the current market price or set limit orders based on price or % targets. All trades will be made on chain.

Implemented networks

  • Polygon
  • Binance Smart Chain
  • Fantom
  • Cronos

Limitations

  • Only one buy target is supported
  • The bot relies on a good connection with unlimited requests to a blockchain node. There might be bugs and weird behavior if these conditions are not met.
There are some nodes preconfigured for each network but I strongly advice to setup your own node.

Install

The newest release can always be found [here][release].

[release]: https://github.com/jon4hz/deadshot/releases

Linux

aur

<pre><code class="lang-">$ yay -S deadshot-bin</code></pre>

apt

Linux distributions like debian or ubuntu can use apt to install the binary <pre><code class="lang-bash">echo &#39;deb [trusted=yes] https://apt.fury.io/jon4hz/ /&#39; | sudo tee /etc/apt/sources.list.d/jon4hz.list sudo apt update sudo apt install deadshot</code></pre>

yum

<pre><code class="lang-bash">echo &#39;[jon4hz] name=jon4hz baseurl=https://yum.fury.io/jon4hz/ enabled=1 gpgcheck=0&#39; | sudo tee /etc/yum.repos.d/jon4hz.repo sudo yum install deadshot</code></pre>

deb, rpm and apk packages

Download the .deb, .rpm or .apk package.

deb <pre><code class="lang-"># dpkg -i &lt;release_name&gt;.deb</code></pre>

rpm <pre><code class="lang-"># rpm -i &lt;release_name&gt;.rpm</code></pre>

apk <pre><code class="lang-"># apk add --allow-untrusted &lt;release_name&gt;.apk</code></pre>

manually

  • Download the archive and unzip it
  • Open a terminal in the folder with right click -> "Open Terminal"
The bot can be started with
./deadshot

MacOS

manually

  • Download the archive and unzip it
  • Open a terminal in the folder with right click -> "Open Terminal"
The bot can be started with
./deadshot

Windows

manually

  • Download the archive and unzip it
  • Go to the folder with the program in it
  • Open a terminal in the folder with right click -> "Open in Windows Terminal"
The command
.\deadshot.exe` starts the bot.

If you are using Windows 10, start the bot in the [Windows Terminal][winterm] and not Powershell.

[winterm]: https://www.microsoft.com/en-US/p/windows-terminal/9n0dx20hk701

Build

Build dependencies

Build

Clone the repository
$ git clone https://github.com/jon4hz/deadshot && cd deadshot

Build the software

$ go build -o deadshot cmd/deadshot/main.go

Disclaimer

This bot can be used to trade cryptocurrencies. I hereby disclaim any liability and will not be held responsible for any potential losses. I wrote this bot while I learned go, so there might be bugs and mistakes in the code.

Acknowledgements

  • ethereum - obviously.
  • charmbracelet - for their charming cli tools / libs
  • goreleaser - from whom I stole some parts of the pipeline
  • many other great developers who made this bot possible
๐Ÿ”— More in this category

ยฉ 2026 GitRepoTrend ยท jon4hz/deadshot ยท Updated daily from GitHub