-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
98 additions
and
0 deletions.
There are no files selected for viewing
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"appName": "explorer", | ||
"appDescription": "Shows real time feed of your blockchain.", | ||
"latestRelease": { | ||
"version": "0.2", | ||
"date": "2024-02-27", | ||
"releaseNotesUrl": "https://github.com/ignite/apps/releases/tag/explorer%2Fv0.2.0" | ||
}, | ||
"igniteCompatibility": { | ||
"lastTestedVersion": "ignite v28.2.0" | ||
}, | ||
"cosmosSdkCompatibility": { | ||
"lastWorkedVersion": "v0.50.4" | ||
}, | ||
"features": [ | ||
"CLI Explorer", | ||
"Gex" | ||
], | ||
"wasm": "no", | ||
"authors": [ | ||
{ | ||
"name": "jeronimoalbi", | ||
"email": "", | ||
"website": "", | ||
"github": "jeronimoalbi" | ||
} | ||
], | ||
"repository": { | ||
"url": "https://github.com/ignite/apps/tree/explorer/v0.2.0/explorer", | ||
"type": "GitHub" | ||
}, | ||
"documentationUrl": "https://github.com/cosmos/gex", | ||
"license": "MIT", | ||
"keywords": ["explorer", "cli", "cosmos-sdk", "ignite app"], | ||
"supportedPlatforms": ["macos", "windows", "linux", "cosmos", "osomosis", "evmos", "celestia", "dymension"], | ||
"socialMedia": { | ||
"twitter": "", | ||
"telegram": "", | ||
"discord": "", | ||
"reddit": "" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "", | ||
"otherSupportedCryptos": "" | ||
}, | ||
"fiatDonationLinks": "" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,49 @@ | ||
{ | ||
"appName": "Your App Name", | ||
"appDescription": "A brief description of what your app does.", | ||
"latestRelease": { | ||
"version": "x.y.z", | ||
"date": "YYYY-MM-DD", | ||
"releaseNotesUrl": "URL to the release notes or changelog" | ||
}, | ||
"igniteCompatibility": { | ||
"lastTestedVersion": "ignite vX.Y.Z" | ||
}, | ||
"cosmosSdkCompatibility": { | ||
"lastWorkedVersion": "vX.Y.Z" | ||
}, | ||
"features": [ | ||
"Feature 1", | ||
"Feature 2", | ||
"Additional features..." | ||
], | ||
"wasm": "Indicate if your app uses wasm (yes/no)", | ||
"authors": [ | ||
{ | ||
"name": "Author Name", | ||
"email": "email@example.com", | ||
"website": "Optional author or company website" | ||
} | ||
], | ||
"repository": { | ||
"url": "URL to the app's repository", | ||
"type": "e.g., GitHub, GitLab" | ||
}, | ||
"documentationUrl": "URL to the app's documentation", | ||
"license": "License type, e.g., MIT, Apache 2.0", | ||
"keywords": ["keyword1", "keyword2", "Useful for search and categorization"], | ||
"supportedPlatforms": ["platform1", "platform2", "e.g., osmosis, cosmoshub"], | ||
"socialMedia": { | ||
"twitter": "Optional Twitter handle", | ||
"telegram": "Optional Telegram group", | ||
"discord": "Optional Discord server", | ||
"reddit": "Optional Reddit page" | ||
}, | ||
"donations": { | ||
"cryptoAddresses": { | ||
"cosmos": "cosmos1...", | ||
"otherSupportedCryptos": "address" | ||
}, | ||
"fiatDonationLinks": "URL to Patreon, Ko-fi, etc." | ||
} | ||
} |