Skip to content

HighlanderNetwork/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

A Directory of Dapps in the ETC ecosystem

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 47.2%
  • CSS 36.2%
  • HTML 16.6%