solana-vamp

Crates.iosolana-vamp
lib.rssolana-vamp
version0.1.1
sourcesrc
created_at2023-04-11 21:06:00.635305
updated_at2023-04-11 21:09:56.981581
descriptionsolana-vamp is a utility program that can be used to interact with the Solana Vote Account Manager program
homepage
repository
max_upload_size
id836333
size228,602
(bji)

documentation

README

solana-vamp is a utility program that can be used to interact with the Solana
Vote Account Manager program.

Usage:
  solana-vamp enter                      -- To start using VAMP
  solana-vamp set-leave-epoch            -- To set a leave epoch
  solana-vamp leave                      -- To stop using SOLANA-VAMP
  solana-vamp set-administrator          -- To set the administrator
  solana-vamp set-operational-authority  -- To set the operational authority
  solana-vamp set-rewards-authority      -- To set the rewards authority
  solana-vamp set-vote-authority         -- To set the vote authority
  solana-vamp set-validator-identity     -- To set the validator identity
  solana-vamp withdraw                   -- To withdraw from a vote account
  solana-vamp set-commission             -- To set commission
  solana-vamp show                       -- To show managed state
  solana-vamp help                       -- To print this help message

For help on a specific command, use 'solana-vamp help <COMMAND>', for example:

$ solana-vamp help enter
Commit count: 0

cargo fmt