Skip to content

📊Open Source Ethereum Classic Dapp Explorer Frontend

License

Notifications You must be signed in to change notification settings

Dan-UVC/dappDirect

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 46.0%
  • CSS 34.6%
  • HTML 19.4%