You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/add-currency.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Instructions for getting a new cryptocurrency added to HyperDEX.
5
5
## Requirements
6
6
7
7
- The currency must be [Bitcoin-compatible](https://docs.komodoplatform.com/barterDEX/get-listed-barterDEX.html) or ERC20-based.
8
-
- If the currency is not ERC20-based, there must be at least 2 trusted Electrum servers for the currency. The servers should available on domains/subdomains, not IP addresses. Preferably subdomains on the official domain. Say the domain is `currency.com`, the Electrum servers should be at `electrum1.currency.com` and `electrum2.currency.com`.
8
+
- If the currency is not ERC20-based, there must be at least 2 trusted Electrum servers for the currency. The servers should available on domains/subdomains, not IP addresses. Preferably subdomains on the official domain. Say the domain is `currency.com`, the Electrum servers should be at `electrum1.currency.com` and `electrum2.currency.com`. You also need to commit to keeping the Electrum servers running, and if they need to be taken down, give us due notice to make changes.
9
9
10
10
## Proof
11
11
@@ -24,4 +24,7 @@ Examples:
24
24
- When your pull request to `jl777/coins` has been merged, you can open a pull request on https://github.com/atomiclabs/hyperdex.
25
25
- Add the currency info [here](https://github.com/atomiclabs/hyperdex/blob/master/app/marketmaker/supported-currencies.js). *Note that the list is ordered alphabetically.*
26
26
- Add the block explorer [here](https://github.com/atomiclabs/hyperdex/blob/master/app/renderer/block-explorer.js). *Note that the list is ordered alphabetically.*
27
-
- In the pull request description, include information about the currency, like official website, CoinMarketCap page, Twitter, etc. Also include a link to your `jl777/coins` pull request.
27
+
- It should be a URL, not an IP address. Preferably a subdomain on the official domain. So if the domain is `currency.com`, then it should be available on `https://explorer.currency.com/tx`.
28
+
- We strongly recommend using HTTPS for the site.
29
+
- The title of the pull request should be `Add Name (SYMBOL) currency`. For example, `Add FooCoin (FOO) currency`.
30
+
- In the pull request description, include information about the currency, like the official website, CoinMarketCap page, Twitter, etc. Also include a link to your `jl777/coins` pull request. And if applicable, a link to your issue on the `cryptocurrency-icons` repo.
0 commit comments