Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kerkelae/dexsnake
A Python package for trading on decentralized exchanges like Uniswap.
https://github.com/kerkelae/dexsnake
Last synced: about 9 hours ago
JSON representation
A Python package for trading on decentralized exchanges like Uniswap.
- Host: GitHub
- URL: https://github.com/kerkelae/dexsnake
- Owner: kerkelae
- License: mit
- Created: 2024-07-24T12:25:55.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-08-19T13:47:39.000Z (6 months ago)
- Last Synced: 2025-01-10T19:57:24.969Z (26 days ago)
- Language: Python
- Homepage: https://dexsnake.readthedocs.io/
- Size: 90.8 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
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 `_:
.. code-block::
pip install dexsnake
The most recent (*possibly untested!*) version can be installed from GitHub:
.. code-block::
pip install git+https://github.com/kerkelae/dexsnake.git