# CCDXT – CryptoCurrency Decentralized eXchange Trading Library
<!-- PROJECT SHIELDS -->
![LanguagesCount][languagesCount-shield]
![LanguagesTop][languagesTop-shield]
[![Commit][commit-shield]][commit-url]
![CommitLast][commitLast-shield]
[![MIT License][license-shield]][license-url]
<!-- TABLE OF CONTENTS -->
<details>
<summary>Table of Contents</summary>
<ol>
<li>
<a href="#about-the-project">About The Project</a>
<ul>
<li><a href="#built-with">Built With</a></li>
</ul>
</li>
<li>
<a href="#getting-started">Getting Started</a>
<ul>
<li><a href="#installation">Installation</a></li>
</ul>
</li>
<li><a href="#Exchanges">Supported Cryptocurrency Exchanges</a></li>
<li><a href="#roadmap">Roadmap</a></li>
<li><a href="#contributing">Contributing</a></li>
<li><a href="#license">License</a></li>
<li><a href="#contact">Contact</a></li>
</ol>
</details>
<!-- ABOUT THE PROJECT -->
## About The Project
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.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
### Built With
* ![Python][Python-shield]
* ![Solidity][Solidity-shield]
<!-- GETTING STARTED -->
## Getting Started
```python
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))
```
### Installation
_Below is an example of how you can instruct your audience on installing and setting up your app. This template doesn't rely on any external dependencies or services._
* pip
```sh
pip install git+https://github.com/MunSunouk/ccdxt.git
```
* Clone the repo
```sh
git clone https://github.com/MunSunouk/ccdxt.git
```
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- Supported Cryptocurrency Exchanges -->
## Supported Cryptocurrency Exchanges
| logo | chain | id | name | ver |
|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-----------------|---------------|--------------------------------------------------------------------------------|:-----------------------------------------------------------------------------------------------------------------------------------------:|
| [](https://klayswap.com/) | [](https://klaytn.foundation/) | 1 | [Klayswap](https://klayswap.com/) | [](https://klayswap.com/)
| [](https://app.klex.finance/trade#/) | [](https://klaytn.foundation/) | 2 | [Klex Finance](https://app.klex.finance/trade#/) | [](https://app.klex.finance/trade#/)
| [](https://pala.world/dex/swap) | [](https://klaytn.foundation/) | 3 | [Pala swap](https://pala.world/dex/swap) | [](https://pala.world/dex/swap)
|[](https://app.pangeaswap.com/swap) | [](https://klaytn.foundation/) | 4 | [Pangea swap](https://app.pangeaswap.com/swap) | [](https://app.pangeaswap.com/swap)
| [](https://www.neuronswap.com/swap) | [](https://klaytn.foundation/) | 5 | [neuron swap](https://www.neuronswap.com/swap) | [](https://www.neuronswap.com/swap)
| [](https://app.claimswap.org/swap) | [](https://klaytn.foundation/) | 6 | [claimswap](https://app.claimswap.org/swap) | [](https://app.claimswap.org/swap)
| [](https://bsc.definix.com/) | [](https://klaytn.foundation/) [](https://bscscan.com/) | 7 | [definix](https://bsc.definix.com/) | [](https://bsc.definix.com/)
|[](https://meshswap.fi/) | [](https://polygon.technology/) | 6 | [Mesh swap](https://meshswap.fi/) | [](https://meshswap.fi/)
|[](https://bridge.orbitchain.io/) | [](https://klaytn.foundation/) [](https://polygon.technology/) | 7 | [Orbit bridge](https://bridge.orbitchain.io/) | [](https://bridge.orbitchain.io/)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- ROADMAP -->
## Roadmap
- [ ] Multi chains Support
- [x] klaytn
- [ ] polygon
- [ ] fantom
- [ ] etherium
- [x] Multi call Support
- [x] Cross chsins Support
- [ ] Optimism path Support
- [ ] Async Support
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- LICENSE -->
## License
Distributed under the MIT License. See `LICENSE.txt` for more information.
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- CONTACT -->
## Contact
Contributor :[@munseon_ug](https://twitter.com/munseon_ug)
Project Link: [https://github.com/MunSunouk/ccdxt](https://github.com/MunSunouk/ccdxt)
<p align="right">(<a href="#readme-top">back to top</a>)</p>
<!-- MARKDOWN LINKS & IMAGES -->
[languagesCount-shield]: https://img.shields.io/github/languages/count/MunSunouk/ccbxt?style=for-the-badge
[languagesTop-shield]: https://img.shields.io/github/languages/top/MunSunouk/ccbxt?style=for-the-badge
[commit-shield]: https://img.shields.io/github/commit-activity/w/MunSunouk/ccbxt?style=for-the-badge
[commit-url]: https://github.com/MunSunouk/ccbxt/graphs/commit-activity
[commitLast-shield]: https://img.shields.io/github/last-commit/MunSunouk/ccbxt?style=for-the-badge
[license-shield]: https://img.shields.io/github/license/MunSunouk/ccbxt?style=for-the-badge
[license-url]: https://github.com/MunSunouk/ccbxt/master/LICENSE.txt
[Python-shield]: https://img.shields.io/badge/python-3670A0?style=for-the-badge&logo=python&logoColor=ffdd54
[Solidity-shield]: https://img.shields.io/badge/Solidity-%23363636.svg?style=for-the-badge&logo=solidity&logoColor=white