Skip to content

A Rust GUI Executable application to deploy Solana programs

Notifications You must be signed in to change notification settings

Mantistc/lich-deployer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solana Program Deployer GUI

A Solana GUI Executable application for deploying programs, built entirely in Rust. This application provides an intuitive interface to deploy Solana programs.


Features

  • Integrated keypair management.
  • Configurable options for:
    • Unit limits.
    • Priority fees.
  • Full support for Solana's latest deployment workflow.

Getting Started

Requirements

  1. Rust (latest stable version).
  2. Solana CLI installed and configured.
  3. A valid keypair file for signing transactions.
  4. A valid builded program file .so

Installation

  1. Clone this repository:
    git clone https://github.com/Mantistc/lich-deployer
    cd lich-deployer
  2. Build the application:
    cargo build --release
  3. Run the application:
    cargo run --release

Built With

  • Iced: Cool GUI library for Rust.

Made with ❤️ by @lich.sol

About

A Rust GUI Executable application to deploy Solana programs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages