-
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 remote-tracking branch 'origin/main' into feat/cosmwasm-officia…
…l-app
- Loading branch information
Showing
30 changed files
with
1,387 additions
and
2,960 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,26 @@ | ||
version: 1 | ||
apps: | ||
explorer: | ||
description: Easy to use terminal chain explorer for testing your Ignite blockchains | ||
path: ./explorer | ||
hermes: | ||
description: A wrapper around the hermes IBC relayer | ||
path: ./hermes | ||
marketplace: | ||
description: Explore the world of Ignite applications and more! | ||
path: ./marketplace | ||
chain-info: | ||
description: A simple chain information application | ||
path: ./examples/chain-info | ||
flags: | ||
description: A simple flags usage application | ||
path: ./examples/flags | ||
health-monitor: | ||
description: A simple health monitor application | ||
path: ./examples/health-monitor | ||
hello-world: | ||
description: A simple hello world application | ||
path: ./examples/hello-world | ||
hooks: | ||
description: A simple hooks application | ||
path: ./examples/hooks |
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
Oops, something went wrong.