Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

26 lines (23 loc) · 1.3 KB

Eternl DApp Browser

A service to aggregate external dapp browser entry lists.

Each project will be given access to their own branch to push entries to.

Folder Structure

/                             # Top-Level Folder
├── mainnet                   # Network (mainnet|preview|preprod|guild|shareslake)
│   ├── production            # Folder containing production entries
│   │   ├── exampleApp1.json  # DApp entry in JSON format according to DApp Entry structure.
│   │   ├── ...               # Additional dApps
│   └── staging               # Folder containing staging entries
│       ├── ...               # If no DApp entry exist corresponding to production entry, the production entry will be used for staging as well.
├── ...                       # Additional networks

DApp Entry

{
  "label":        "string  // max 48 chars"
  "caption":      "string  // max 280 chars"
  "description":  "string  // max 512 chars"
  "url":          "string  // URL for dApp to be used in Eternl dApp browser"
  "image":        "string  // externally hosted (max 500kb, preferably < 200kb). See dimensions below for optimal image."
}

DApp example image