To run locally
npm install -g live-server
- Run
live-server
from directory.
- Fork this repo.
- Submit PR to
lib/dapps.json
- Follow similar format to other JSON objects.
- Possible categories, try to use, but not necessary
{Exchange, Hourglass, Game, Other}
Sample (this JSON is in an arry):
{
"category": "Hourglass",
"dapp": {
"name": "P3C.io",
"link": "https://p3c.io/interact.html"
},
"description": "A savings fund for the entire planet, and the ETC ecosystem.",
"contact": {
"name": "Discord",
"link": "https://discord.gg/crjsdJr"
},
"contract": "0xdf9aac76b722b08511a4c561607a9bf3afa62e49",
"audit": "https://github.com/EthereumCommonwealth/Auditing/issues/15"
},