This guide will teach you how to get a new coin added to AtomicDEX.
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.
Adding a coin or token to AtomicDEX is comprised of multiple parts.
-
Read the requirements for your coin type:
-
Add the coin or token to the
coins
file. -
Add a 82x82 png logo in
/icons
namedticker.png
. -
Add an explorer file in
/explorers
namedTICKER
with the coin's explorer. -
Add an electrum file in
/electrums
namedTICKER
with 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
/swaps
with explorer links to the TXIDs. -
Submit a pull request with your changes.
-
Add your coin to the coins file at
/assets/config/<version>-coins.json
. -
Add a 82x82 png logo in
/atomic_defi_design/assets/images/coins
namedticker.png
. -
Add the logo file path in the
qml.qrc
file. -
Submit a pull request with your changes.
- Contact the Komodo Team for arrangements. This requires a listing fee.