Skip to content

deamme/usecrypto

Repository files navigation

Use Crypto

A list of resources where you can spend your ETH, DAI etc.

GitHub issues GitHub forks GitHub stars GitHub license

Development

  1. Install dependencies using npm install
  2. Run site using npm start

Pull Requests

Pull requests are very welcome to both add functionality and websites - check the repo issues for details!

Adding a website

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.

About

A list of resources where you can spend your ETH, BTC, DAI etc.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published