mraniki / dxsp

A python defi swap package (DeX SwaP)

Home Page:https://talky.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool



Logo






Swap made easy
Trade on any blockchains
with uniswap based router, 0x protocol and kwenta sdk.
How to use it

   from dxsp import DexSwap
    dex = DexSwap()
    #BUY 1% to SWAP with BITCOIN
    #demo_tx = await dex.submit_order({
        "action": "BUY",
        "instrument": "BTC",
        "quantity": 1,
    })

Documentation


About

A python defi swap package (DeX SwaP)

https://talky.readthedocs.io

License:MIT License


Languages

Language:Python 99.8%Language:Dockerfile 0.2%