-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into julien/connect
- Loading branch information
Showing
290 changed files
with
38,308 additions
and
4,237 deletions.
There are no files selected for viewing
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 @@ | ||
cca/templates/web linguist-generated=true |
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
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
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
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
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,35 @@ | ||
{ | ||
"appName": "CCA", | ||
"slug": "cca", | ||
"appDescription": "Scaffold a blockchain frontend in seconds with Ignite", | ||
"ignite": ">28.7.0", | ||
"dependencies": {}, | ||
"cosmosSDK": ">0.50.1", | ||
"authors": [ | ||
{ | ||
"name": "Julien Robert", | ||
"github": "julienrbrt" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/ignite/apps", | ||
"documentationUrl": "https://github.com/ignite/apps/tree/main/cca/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"cca", | ||
"create-cosmos-app", | ||
"telescope", | ||
"cosmjs", | ||
"interchain-js", | ||
"cosmology", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
] | ||
} |
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,34 @@ | ||
{ | ||
"appName": "Consumer", | ||
"slug": "consumer", | ||
"appDescription": "Internal Ignite App for scaffolding consumer chains (not to be installed manually)", | ||
"ignite": ">28.3.0", | ||
"dependencies": { | ||
"docker": ">23.0.5" | ||
}, | ||
"cosmosSDK": ">0.50.4", | ||
"authors": [ | ||
{ | ||
"name": "Julien Robert", | ||
"github": "julienrbrt" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/ignite/apps/consumer", | ||
"documentationUrl": "https://github.com/ignite/apps/blob/main/consumer/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"consumer", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
} |
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,39 @@ | ||
{ | ||
"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" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/ignite/apps/examples/chain-info", | ||
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/chain-info/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"chain-info", | ||
"example", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
} |
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,39 @@ | ||
{ | ||
"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" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/ignite/apps/examples/flags", | ||
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/flags/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"flags", | ||
"example", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
} |
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,39 @@ | ||
{ | ||
"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" | ||
} | ||
], | ||
"repositoryUrl": "https://github.com/ignite/apps/examples/health-monitor", | ||
"documentationUrl": "https://github.com/ignite/apps/blob/main/examples/health-monitor/README.md", | ||
"license": { | ||
"name": "MIT", | ||
"url": "https://github.com/ignite/apps/blob/main/LICENSE" | ||
}, | ||
"keywords": [ | ||
"health-monitor", | ||
"example", | ||
"cli", | ||
"cosmos-sdk", | ||
"ignite app" | ||
], | ||
"supportedPlatforms": [ | ||
"mac", | ||
"linux" | ||
], | ||
"icon": "", | ||
"cover": "" | ||
} |
Oops, something went wrong.