Air-gapped cold wallet CLI for Solana and Base.
The main binary that ties together all Coldstar components: secure signing, wallet management, USB transaction shuttle, network communication, and a terminal UI.
```bash
cargo install coldstar
```
```bash
coldstar --help
coldstar wallet create
coldstar sign --file tx.json
coldstar broadcast --file signed-tx.json
```
MIT — part of the [Coldstar](https://github.com/ExpertVagabond/coldstar-rs) workspace.