| Crates.io | solace |
| lib.rs | solace |
| version | 0.1.2 |
| created_at | 2025-09-08 14:42:54.460373+00 |
| updated_at | 2025-09-08 14:56:05.768415+00 |
| description | A Solana wallet with a terminal user interface (TUI) |
| homepage | https://github.com/vitorpy/solace |
| repository | https://github.com/vitorpy/solace |
| max_upload_size | |
| id | 1829353 |
| size | 212,337 |
A Solana wallet with a beautiful terminal user interface (TUI). Send, receive, and manage your SOL directly from your terminal.
cargo install solace
git clone https://github.com/vitorpy/solace
cd solace
cargo build --release
# Use default Solana CLI keypair (~/.config/solana/id.json)
solace
# Use custom keypair
solace --keypair /path/to/keypair.json
# Connect to different networks
solace --cluster testnet
solace --cluster devnet
solace --cluster https://api.mainnet-beta.solana.com
solana-keygen new)By default, solace looks for a keypair at ~/.config/solana/id.json (Solana CLI standard location). You can specify a different keypair using the --keypair flag.
Available network presets:
mainnet (default) - Mainnet Betatestnet - Testnetdevnet - Devnetlocalhost - Local validator (http://localhost:8899)You can also provide a custom RPC URL:
solace --cluster https://your-rpc-endpoint.com
cargo build
cargo test
cargo run -- --cluster devnet
Contributions are welcome! Please feel free to submit a Pull Request.
git checkout -b feature/amazing-feature)git commit -m 'Add some amazing feature')git push origin feature/amazing-feature)This project is licensed under the GNU General Public License v3.0 or later - see the LICENSE file for details.
This software is provided "as is", without warranty of any kind. Use at your own risk. Always verify transaction details before confirming.