Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
timetherewere
monero-site
Commits
b0080ba3
Unverified
Commit
b0080ba3
authored
Feb 18, 2015
by
Riccardo Spagni
Browse files
added merchant directory
parent
c5e8e5f4
Changes
2
Hide whitespace changes
Inline
Side-by-side
_data/merchants.yml
0 → 100644
View file @
b0080ba3
-
category
:
Exchanges
merchants
:
-
name
:
Poloniex
url
:
https://poloniex.com/exchange/btc_xmr
-
name
:
Bittrex
url
:
https://www.bittrex.com/Market/Index?MarketName=BTC-XMR
-
name
:
Melotic
url
:
https://www.melotic.com/markets/xmr-btc
-
name
:
CoinSwap
url
:
https://coin-swap.net/market/XMR/BTC
-
category
:
Services
merchants
:
-
name
:
MyMonero Web-based Wallet
url
:
https://mymonero.com
-
name
:
XMR.to Monero to Bitcoin Payment Service
url
:
https://xmr.to
-
name
:
CryptoEscrow Escrow Service
url
:
http://www.cryptoescrow.eu
-
name
:
MoneroClub OTC Monero Trading
url
:
https://www.moneroclub.com/offers/
-
category
:
Gambling
merchants
:
-
name
:
Crypto Coins Dice
url
:
https://www.cryptocoins-dice.com
getting-started/merchants.md
View file @
b0080ba3
...
...
@@ -9,8 +9,28 @@ icon: "icon_merchants"
attribution
:
"
<!--
Icon
is
based
on
work
by
Freepik
(http://www.freepik.com)
and
is
licensed
under
Creative
Commons
BY
3.0
-->"
---
{:.col-lg-3}
### Exchanges
-
asd
-
asd
-
asd
\ No newline at end of file
If there are any merchants that no longer provide Monero services, or a merchant that wishes to be added, please
[
open an issue on this website's Github repository
](
https://github.com/monero-project/monero-site/issues
)
to alert us.
<div
class=
"row"
>
{% for data_merchants in site.data.merchants %}
<div
class=
"col-lg-4"
>
<h4
class=
"text-center"
>
{{ data_merchants.category }}
</h4>
<ul>
{% for data_merchant in data_merchants.merchants %}
<li><a
href=
"{{ data_merchant.url }}"
>
{{ data_merchant.name }}
</a></li>
{% endfor %}
</ul>
<hr>
</div>
{% endfor %}
</div>
\ No newline at end of file
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment