Skip to content

marinade-finance/marinade-common-rs-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Marinade Common Rust CLI Utils

This is a collection of utilities for Rust that enhance the off-chain work with the Marinade liquid-staking-program. It is primarily designed to be used with Marinade's CLI tools in Rust. These utilities provide helpers for utilizing the clap argument parser, in conjunction with the Solana clap utilities.

The repository is divided into three crates:

  1. dynsigner: This crate provides a helper class for integrating the Anchor Client with Solana Clap Utils. You can find more details about this integration here.

  2. marinade-client-rs: This crate offers a set of helper functions for building Marinade instructions using the Anchor client. It also includes additional utility functions for working with Marinade state, particularly for managing Marinade list accounts.

  3. marinade-common-cli: This crate provides a command-line parser helper for clap parser library, following the same conventions as the Solana clap utilities.

About

Liquid staking Rust common CLI library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages