Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mraniki/dxsp
A python defi swap package (DeX SwaP)
https://github.com/mraniki/dxsp
0x bitcoin blockchain cryptocurrency decentralized-exchange defi dex dxsp finance pypi-package smart-contracts swap talky uniswap web3 web3py
Last synced: about 1 month ago
JSON representation
A python defi swap package (DeX SwaP)
- Host: GitHub
- URL: https://github.com/mraniki/dxsp
- Owner: mraniki
- License: mit
- Created: 2023-04-07T17:28:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-19T12:05:30.000Z (10 months ago)
- Last Synced: 2024-04-20T23:54:24.276Z (10 months ago)
- Topics: 0x, bitcoin, blockchain, cryptocurrency, decentralized-exchange, defi, dex, dxsp, finance, pypi-package, smart-contracts, swap, talky, uniswap, web3, web3py
- Language: Python
- Homepage: https://talky.readthedocs.io
- Size: 2.63 MB
- Stars: 11
- Watchers: 1
- Forks: 5
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
![]()
![]()
![]()
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