This guide will teach you how to get a new coin added to AtomicDEX.
Table of Contents
Please Note
AtomicDEX supports UTXO coins, Komodo Smartchains, and ERC-20/BEP-20/QRC-20 tokens.
Coins with non-standard RPC would require changes to AtomicDEX-API.
To complete the following it will require experience with github and CLI as well as 2 machines to complete the test swap.
Background Information
Adding a coin or token to AtomicDEX is comprised of multiple parts.
Instructions
Coins File
- 
    Read the requirements for your coin type: 
- 
    Add the coin or token to the coinsfile.
- 
    Add a 82x82 png logo in /iconsnamedticker.png.
- 
    Add an explorer file in /explorersnamedTICKERwith the coin’s explorer.
- 
    Add an electrum file in /electrumsnamedTICKERwith the coin’s electrum servers.
- 
    Install and setup AtomicDEX-API. The easiest solution is to Use MMTools. 
- 
    Perform a swap with the coin or token with another coin. 
- 
    Add a swap file in /swapswith explorer links to the TXIDs.
- 
    Submit a pull request with your changes. 
AtomicDEX-Desktop
- 
    Add your coin to the coins file at /assets/config/<version>-coins.json.
- 
    Add a 82x82 png logo in /atomic_defi_design/assets/images/coinsnamedticker.png.
- 
    Add the logo file path in the qml.qrcfile.
- 
    Submit a pull request with your changes. 
AtomicDEX-Mobile
- Contact the Komodo Team for arrangements. This requires a listing fee.