Skip to content

Add ERC20 token to Agama Desktop App

pbca26 edited this page Mar 15, 2019 · 3 revisions

Easy steps to add ERC20 token to Agama Desktop

The Agama desktop code comprises of two parts. Backend and UI. This ERC20 token adding guide will cover both. All the files needs changing are linked.

Backend

UI

How to get required contract info

Search for your token on Etherscan.io or use a direct link with your contract ID

example: https://etherscan.io/token/0x5ca9a71b1d01849c0a95490cc00559717fcf0d1d

After you open the page you should see number of decimals used for a contract.

Please make sure an ERC20 token is working in Agama before making a PR. Pull requests containing partial information or not working assets will remain unmerged until all requirements are fulfilled.