Skip to content

Commit

Permalink
Add app-registry initial
Browse files Browse the repository at this point in the history
  • Loading branch information
toschdev committed Feb 27, 2024
1 parent 05a1e64 commit f42d7ac
Show file tree
Hide file tree
Showing 3 changed files with 98 additions and 0 deletions.
Empty file added _ignite-app-registry/README.md
Empty file.
49 changes: 49 additions & 0 deletions _ignite-app-registry/explorer/app.json
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": ""
}
}
49 changes: 49 additions & 0 deletions _ignite-app-registry/schema.app.json
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."
}
}

0 comments on commit f42d7ac

Please sign in to comment.