https://github.com/ignite/cli-plugin-network
https://github.com/ignite/cli-plugin-network
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ignite/cli-plugin-network
- Owner: ignite
- License: apache-2.0
- Created: 2022-11-23T15:53:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T10:33:59.000Z (about 2 years ago)
- Last Synced: 2025-04-13T12:07:46.463Z (about 1 year ago)
- Language: Go
- Size: 349 KB
- Stars: 9
- Watchers: 8
- Forks: 9
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# cli-plugin-network
`cli-plugin-network` is an app developed for [Ignite CLI](https://github.com/ignite/cli).
The Ignite App adds `ignite network` commands that allow launching new Cosmos blockchains by interacting with the Ignite Chain to coordinate with validators.
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 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 automatically recompile the app and test