Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yhoungdev/solhaven
SolHaven: A Secure and User-Friendly Solana CLI Wallet
https://github.com/yhoungdev/solhaven
blockchain cli solana wallet
Last synced: 1 day ago
JSON representation
SolHaven: A Secure and User-Friendly Solana CLI Wallet
- Host: GitHub
- URL: https://github.com/yhoungdev/solhaven
- Owner: yhoungdev
- Created: 2024-07-24T17:37:37.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-28T12:38:05.000Z (7 months ago)
- Last Synced: 2024-12-18T10:16:35.792Z (about 2 months ago)
- Topics: blockchain, cli, solana, wallet
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/solhaven
- Size: 86.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
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:
```bash
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
| display-address | Display my Solana address | `solhaven display-address` |Examples
``` Generate a New Solana Wallet ```
solhaven generate-wallet
To generate a new walletSign In a New Solana Wallet
``` solhaven signin ```
To sign in a new Solana wallet``` solhaven send ```
solhaven send
To send tokens to another wallet``` solhaven display```
solhaven display
To show your wallet address, with a QR code