commit 8c992f272b05c7669bad275e9efffcd9c4db1d9a Author: Samuel Hawksby-Robinson Date: Mon Jan 25 16:17:02 2021 +0000 Added basic json file and structure diff --git a/ramps.json b/ramps.json new file mode 100644 index 0000000..4fc9947 --- /dev/null +++ b/ramps.json @@ -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" + } +] \ No newline at end of file