starsign
Cosmos node configuration, simplified. 🚀🪐🌍
Introduction
Starsign manages many of the routine steps in setting up a node with simple, reusable, and endlessly customizable commands. Supported chains have default settings applied automatically and any others can be configured with the powerful --custom flag.
Supported files include app.toml, config.toml, and genesis.json.
WARNING: This software is not fully tested and may contain some bugs. Back up your configs and use at your own risk!
Installation
Compile with cargo
Run with docker
Configure your node
Supported chain
Run starsign config -h for a full list of options.
Custom chain
Run starsign config -h for a full list of options.
Individual files
Run starsign -h for a full list of supported actions.
Existing genesis
Rather than downloading genesis.json from a URL, provide a path to an existing file which you can customize. Useful for initializing local chains.
Supported chains
| Chain | Type | ID |
|---|---|---|
| Kujira | Mainnet | kaiyo-1 |
| Kujira | Testnet | harpoon-4 |
| Gaia | Mainnet | cosmoshub-4 |
| Gaia | Testnet | theta-testnet-001 |