Skip to content

A Python package for trading on decentralized exchanges like Uniswap.

License

Notifications You must be signed in to change notification settings

kerkelae/dexsnake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dexsnake

Dexsnake is a lightweight Python package that makes it easy to make trades on decentralized exchanges (DEXs) like Uniswap. The package is designed for Python developers, quants, data scientists, algorithmic traders, and others who are used to working in Python but may not have in-depth knowledge about blockchains and decentralized apps. The code is organized to closely follow the structure of the smart contracts, ensuring that by using Dexsnake, users also gain an understanding of the underlying protocols.

Installation

Note

⚠️ Dexsnake is under active development and future relases are guaranteed to introduce breaking changes. Familiarize yourself with the source code and use the package with care to avoid the loss of funds!

The most recent release can be installed with pip:

pip install dexsnake

The most recent (possibly untested!) version can be installed from GitHub:

pip install git+https://github.com/kerkelae/dexsnake.git

About

A Python package for trading on decentralized exchanges like Uniswap.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages