Added basic json file and structure
This commit is contained in:
commit
8c992f272b
|
@ -0,0 +1,42 @@
|
|||
[
|
||||
{
|
||||
"name": "Wyre",
|
||||
"description": "A secure bridge for fiat and crypto",
|
||||
"fees": "from 2.9%",
|
||||
"region": "US & Europe",
|
||||
"logo-url":"https://www.sendwyre.com/favicon.ico",
|
||||
"site-url": "https://pay.sendwyre.com/purchase"
|
||||
},
|
||||
{
|
||||
"name": "MoonPay",
|
||||
"description": "The new standard for fiat to crypto",
|
||||
"fees": "1%-4.5%",
|
||||
"region": "US & Europe",
|
||||
"logo-url":"https://buy.moonpay.com/favicon-32x32.png",
|
||||
"site-url": "https://buy.moonpay.com"
|
||||
},
|
||||
{
|
||||
"name": "Transak",
|
||||
"description": "Global fiat <-> crypto payment gateway",
|
||||
"fees": "1%-4.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://global.transak.com/favicon.png",
|
||||
"site-url": "https://global.transak.com"
|
||||
},
|
||||
{
|
||||
"name": "Ramp",
|
||||
"description": "Global crypto to fiat flow",
|
||||
"fees": "1.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://ramp.network/assets/favicons/favicon-32x32.png",
|
||||
"site-url": "https://ramp.network/buy/"
|
||||
},
|
||||
{
|
||||
"name": "LocalCryptos",
|
||||
"description": "Non-custodial crypto marketplace",
|
||||
"fees": "1.5%",
|
||||
"region": "Global",
|
||||
"logo-url":"https://localcryptos.com/images/favicon.png",
|
||||
"site-url": "https://localcryptos.com"
|
||||
}
|
||||
]
|
Loading…
Reference in New Issue