-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: correct readme and build command output
- Loading branch information
1 parent
0221763
commit 578aba2
Showing
2 changed files
with
8 additions
and
8 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,20 +1,20 @@ | ||
# cli-plugin-network | ||
|
||
`cli-plugin-network` is a plugin developed for [Ignite CLI](https://github.com/ignite/cli). | ||
`cli-plugin-network` is an app developed for [Ignite CLI](https://github.com/ignite/cli). | ||
|
||
The plugin adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators. | ||
The Ignite App adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators. | ||
|
||
The plugin is integrated into Ignite CLI by default. | ||
The app is installed into Ignite CLI by default. | ||
|
||
[**Check out our documentation for launching chains with the commands**](https://docs.ignite.com/nightly/network/introduction) | ||
|
||
## Developer instruction | ||
|
||
- clone this repo locally | ||
- Run `ignite plugin add -g /absolute/path/to/cli-plugin-network` to add the plugin to global config | ||
- `ignite network` command is now available with the local version of the plugin. | ||
- Clone this repo locally | ||
- Run `ignite app install -g /absolute/path/to/cli-plugin-network` to add the app to global config | ||
- The `ignite network` command is now available with the local version of the app | ||
|
||
Then repeat the following loop: | ||
|
||
- Hack on the plugin code | ||
- Rerun `ignite network` to recompile the plugin and test | ||
- Rerun `ignite network` to automatically recompile the app and test |