solhaven
v0.0.3
Published
A simple secure solana CLI wallet
Downloads
7
Readme
SolHaven CLI
SolHaven CLI is a command-line interface (CLI) tool designed to simplify interactions with the Solana blockchain. It provides a set of commands to generate wallets, sign in, send tokens, and display wallet addresses.
Installation
Clone the repository:
git clone https://github.com/your-username/solhaven-cli.git
cd solhaven-cli
| Command | Description | Usage |
|--------------------|---------------------------------------|--------------------------------------|
| generate-wallet | Generate a new Solana wallet | solhaven generate-wallet
|
| signin | Sign in a new Solana wallet | solhaven signin
|
| send | Send a token to another wallet | solhaven send <address> <amount>
|
| display-address | Display my Solana address | solhaven display-address
|
Examples
Generate a New Solana Wallet
solhaven generate-wallet
To generate a new wallet
Sign In a New Solana Wallet
solhaven signin
To sign in a new Solana wallet
Send Tokens
solhaven send
To send tokens to another wallet