-
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
1 parent
1b23018
commit c7b3064
Showing
5 changed files
with
47 additions
and
5 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
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 |
---|---|---|
@@ -1,3 +1,41 @@ | ||
# Connect | ||
|
||
This Ignite App is aimed to extend [Ignite CLI](https://github.com/ignite/cli) and let a user interact with any Cosmos SDK based chain. | ||
This Ignite App extends [Ignite CLI](https://github.com/ignite/cli) to let a user interact with any Cosmos SDK based chain. | ||
|
||
## Installation | ||
|
||
```shell | ||
ignite app install -g github.com/ignite/apps/connect | ||
``` | ||
|
||
### Usage | ||
|
||
* Discover available chains | ||
|
||
```shell | ||
ignite connect discover | ||
``` | ||
|
||
* Add a chain to interact with | ||
|
||
```shell | ||
ignite connect add atomone | ||
``` | ||
|
||
* (Or) Add a local chain to interact with | ||
|
||
```shell | ||
ignite connect add simapp localhost:9090 | ||
``` | ||
|
||
* List all connected chains | ||
|
||
```shell | ||
ignite connect | ||
``` | ||
|
||
* Remove a connected chain | ||
|
||
```shell | ||
ignite connect rm atomone | ||
``` |
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