Skip to content

Commit

Permalink
chore: add a slug tag to the app registry JSON (#149)
Browse files Browse the repository at this point in the history
* add a slug tag to the app registry JSON

* fix _registry/registry.json
  • Loading branch information
Pantani authored Dec 9, 2024
1 parent 39584d7 commit 4453c16
Show file tree
Hide file tree
Showing 15 changed files with 80 additions and 45 deletions.
3 changes: 2 additions & 1 deletion _registry/ignite.apps.appregistry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "appregistry",
"appName": "App Registry",
"slug": "appregistry",
"appDescription": "Explore the world of Ignite applications and more!",
"ignite": ">28.0.0",
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.consumer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "consumer",
"appName": "Consumer",
"slug": "consumer",
"appDescription": "Internal Ignite App for scaffolding consumer chains (not to be installed manually)",
"ignite": ">28.3.0",
"dependencies": {
Expand Down
7 changes: 6 additions & 1 deletion _registry/ignite.apps.example-chain-info.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"appName": "example-chain-info",
"appName": "Chain Info (example)",
"slug": "example-chain-info",
"appDescription": "A simple chain information application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Ehsan Saradar",
"github": "Ehsan-saradar"
},
{
"name": "Danilo Pantani",
"github": "Pantani"
Expand Down
7 changes: 6 additions & 1 deletion _registry/ignite.apps.example-flags.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"appName": "example-flags",
"appName": "Flags (example)",
"slug": "example-flags",
"appDescription": "A simple flags usage application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Ehsan Saradar",
"github": "Ehsan-saradar"
},
{
"name": "Danilo Pantani",
"github": "Pantani"
Expand Down
7 changes: 6 additions & 1 deletion _registry/ignite.apps.example-health-monitor.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"appName": "example-health-monitor",
"appName": "Health Monitor (example)",
"slug": "example-health-monitor",
"appDescription": "A simple health monitor application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Ehsan Saradar",
"github": "Ehsan-saradar"
},
{
"name": "Danilo Pantani",
"github": "Pantani"
Expand Down
7 changes: 6 additions & 1 deletion _registry/ignite.apps.example-hello-world.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"appName": "example-hello-world",
"appName": "Hello World (example)",
"slug": "example-hello-world",
"appDescription": "A simple hello world application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Ehsan Saradar",
"github": "Ehsan-saradar"
},
{
"name": "Danilo Pantani",
"github": "Pantani"
Expand Down
7 changes: 6 additions & 1 deletion _registry/ignite.apps.example-hooks.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
{
"appName": "example-hooks",
"appName": "Hooks (example)",
"slug": "example-hooks",
"appDescription": "A simple hooks application",
"ignite": ">28.3.0",
"dependencies": {
"docker": ">23.0.5"
},
"cosmosSDK": ">0.50.4",
"authors": [
{
"name": "Ehsan Saradar",
"github": "Ehsan-saradar"
},
{
"name": "Danilo Pantani",
"github": "Pantani"
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.explorer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "explorer",
"appName": "Explorer",
"slug": "explorer",
"appDescription": "Shows real time feed of your blockchain",
"ignite": ">28.3.0",
"dependencies": {
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.fee-abstraction.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "fee-abstraction",
"appName": "Fee Abstraction",
"slug": "fee-abstraction",
"appDescription": "Integrate the fee abstraction module from osmosis-labs to make it easy for new chains to accept the currencies of existing chains",
"ignite": ">28.5.2",
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.hermes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "hermes",
"appName": "Hermes",
"slug": "hermes",
"appDescription": "A wrapper around the hermes IBC relayer",
"ignite": ">0.27.0",
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.rollkit.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "rollkit",
"appName": "Rollkit",
"slug": "rollkit",
"appDescription": "Scaffold a RollKit application with ease",
"ignite": ">28.4.0",
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.spaceship.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "spaceship",
"appName": "Spaceship",
"slug": "spaceship",
"appDescription": "Deploy a chain remote through SSH using ignite build system",
"ignite": ">28.3.0",
"dependencies": {},
Expand Down
3 changes: 2 additions & 1 deletion _registry/ignite.apps.wasm.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "wasm",
"appName": "Wasm",
"slug": "wasm",
"appDescription": "Scaffold a CosmosWasm-enabled chain with ease",
"ignite": ">28.3.0",
"dependencies": {},
Expand Down
1 change: 1 addition & 0 deletions _registry/registry.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"appName": "Your App Name",
"slug": "your-app-slug",
"appDescription": "A brief description of what your app does.",
"ignite": ">28.3.0",
"dependencies": {
Expand Down
65 changes: 33 additions & 32 deletions _registry/toschdev.blockie.blockie.json
Original file line number Diff line number Diff line change
@@ -1,34 +1,35 @@
{
"appName": "blockie",
"appDescription": "Explore blocks of your running blockchain in real time!",
"ignite": ">28.0.0",
"dependencies": {},
"cosmosSDK": ">0.50.1",
"authors": [
{
"name": "Tobias Schwarz",
"github": "toschdev"
}
],
"repositoryUrl": "https://github.com/toschdev/blockie",
"documentationUrl": "https://github.com/toschdev/blockie/blob/main/README.md",
"license": {
"name": "Apache License 2.0",
"url": "https://github.com/toschdev/blockie/blob/main/LICENSE"
},
"keywords": [
"ignite",
"blockie",
"cli",
"explorer",
"ignite app",
"tool",
"development"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
"appName": "Blockie",
"slug": "blockie",
"appDescription": "Explore blocks of your running blockchain in real time!",
"ignite": ">28.0.0",
"dependencies": {},
"cosmosSDK": ">0.50.1",
"authors": [
{
"name": "Tobias Schwarz",
"github": "toschdev"
}
],
"repositoryUrl": "https://github.com/toschdev/blockie",
"documentationUrl": "https://github.com/toschdev/blockie/blob/main/README.md",
"license": {
"name": "Apache License 2.0",
"url": "https://github.com/toschdev/blockie/blob/main/LICENSE"
},
"keywords": [
"ignite",
"blockie",
"cli",
"explorer",
"ignite app",
"tool",
"development"
],
"supportedPlatforms": [
"mac",
"linux"
],
"icon": "",
"cover": ""
}

0 comments on commit 4453c16

Please sign in to comment.