A Solana GUI Executable application for deploying programs, built entirely in Rust. This application provides an intuitive interface to deploy Solana programs.
- Integrated keypair management.
- Configurable options for:
- Unit limits.
- Priority fees.
- Full support for Solana's latest deployment workflow.
- Rust (latest stable version).
- Solana CLI installed and configured.
- A valid keypair file for signing transactions.
- A valid builded program file
.so
- Clone this repository:
git clone https://github.com/Mantistc/lich-deployer cd lich-deployer
- Build the application:
cargo build --release
- Run the application:
cargo run --release
- Iced: Cool GUI library for Rust.
Made with ❤️ by @lich.sol