Skip to content
/ dexy Public
forked from mjmj/dexy

Create a wallet, do some trades on a dex, cross fingers for airdrops.

License

Notifications You must be signed in to change notification settings

utxos/dexy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DEXY

Dex tool capable of making ETH accounts and doing transactions across multiple DEX's in order to trade via their API's and/or obtain future airdrops.

Requirements

  • python3.9
  • infra.io project_id and project_secret
  • requirements.txt

Installation

python3 -m venv venv
source venv/bin/activate
python3 -m pip install -r requirements.txt

Run

export ACCOUNT_RANDOMNESS='' INFURA_PROJECT_ID='' INFURA_PROJECT_ID=''
python3 dexy.py -e {environment} -d {dex} -c {connection_type}

About

Create a wallet, do some trades on a dex, cross fingers for airdrops.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%