The Wayback Machine - https://web.archive.org/web/20200911024355/https://github.com/p3c-bot/dappDirect
Skip to content
master
Go to file
Code

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
css
Jan 16, 2020
img
Jul 2, 2020
js
Jan 16, 2020
Sep 25, 2018
Mar 21, 2019
Oct 23, 2018
Sep 7, 2018
Sep 8, 2018
Jan 28, 2019

README.md

Dapp Direct

To run locally

  1. npm install -g live-server
  2. Run live-server from directory.

Want to make a change or add a new Dapp

  1. Fork this repo.
  2. Submit PR to lib/dapps.json
  3. Follow similar format to other JSON objects.
  4. 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"
  },

About

📊Open Source Ethereum Classic Dapp Explorer Frontend

Topics

Resources

License

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.