Table of Contents
Here's why:
- ccxt only has centralized exchange not on Decentralized
- each swap has there own function
- It is intended to be used by coders, developers, technically-skilled traders, data-scientists and financial analysts for building trading algorithms.
from ccdxt.exchange import Klayswap,Meshswap,Orbitbridge
if __name__ == "__main__" :
klayswap = Klayswap()
klayswap.account = ''
klayswap.privateKey = ''
#Klayswap Token Balance
print(klayswap.fetch_balance(['KETH','ZEMIT']))
#Meshswap Token Swap
print(meshswap.create_swap(0.1, 'USDC' , 0.0000000000001, 'oZEMIT'))
orbitbridge = Orbitbridge()
orbitbridge.account = klayswap.account
orbitbridge.privateKey = klayswap.privateKey
#Orbitbridge Token bridge
print(orbitbridge.create_bridge(0.1, 'ZEMIT','KLAYTN', 'MATIC', meshswap.account))
The easiest way to install the CCDXT library is to use a package manager:
- ccdxt in PyPI (Python 3.7.3+)
-
pip
pip install git+https://github.com/MunSunouk/ccdxt.git
-
Clone the repo
git clone https://github.com/MunSunouk/ccdxt.git
logo | chain | id | name | ver |
---|---|---|---|---|
![]() |
![]() |
1 | Klayswap | |
![]() |
![]() |
2 | Klex Finance | |
![]() |
![]() |
3 | Pala swap | |
![]() |
![]() |
4 | Pangea swap | |
![]() |
![]() |
5 | neuron swap | |
![]() |
![]() |
6 | claimswap | |
![]() |
![]() ![]() |
7 | definix | |
![]() |
![]() |
8 | Mesh swap | |
![]() |
![]() ![]() |
9 | Matcha | |
![]() |
![]() ![]() |
10 | Orbit bridge |
- Multi chains Support
- klaytn
- polygon
- fantom
- etherium
- Multi call Support
- Cross chains Support
- Optimism path Support
- Async Support
Distributed under the MIT License. See LICENSE.txt
for more information.
Contributor :@munseon_ug
Project Link: https://github.com/MunSunouk/ccdxt