A list of resources where you can spend your ETH, DAI etc.
- Install dependencies using
npm install
- Run site using
npm start
Pull requests are very welcome to both add functionality and websites - check the repo issues for details!
The list of all currently known websites are listed under data/data.json
Fork the repo and add any websites that are not in the list with the following format
{
"title": "<Title name goes here>",
"link": "<link to website goes here>",
"categories": ["<single or multiple catagories seperated with commas>"],
"crypto": ["<single or multiple accepted cryptos seperated with commas"]
}
For example:
{
"title": "Laptop Power Bank",
"link": "https://www.laptoppowerbank.com",
"categories": ["Shopping", "Electronics"],
"crypto": [
"BTC",
"XRM",
"LTC",
"SBD",
"XVG",
"DGB",
"DOGE",
"SMART",
"NEO",
"VTC",
"UBQ"
]
}
Then create a pull request to update the list.