Skip to content

Cardano-Forge/eternl-dapp-browser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Eternl DApp Browser Entries

A repository to aggregate third-party DApp Browser entries.

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  # One entry in JSON format according to DApp Entry structure.
│   │   ├── ...               # Additional DApps
│   └── staging               # Folder containing staging entries (for testing)
│       ├── ...               # If no staging DApp entry exist, 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 the Eternl DApp Browser",
  "image":        "string  // externally hosted jpg < 200kb; images with more than 500kb will be rejected. See dimensions below for optimal image."
}

DApp example image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published