
Security News
Attackers Are Hunting High-Impact Node.js Maintainers in a Coordinated Social Engineering Campaign
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.
Saitama Solana Wallet is a Command Line Interface (CLI) wallet for the Solana blockchain, providing essential functions to interact with the Solana network.
To install Saitama Solana Wallet globally using npm, run:
npm install -g ss-wallet
ss-wallet airdropss-wallet balancess-wallet generatess-wallet help [COMMAND]ss-wallet listss-wallet selectss-wallet sendss-wallet recent-activityss-wallet sol-pricess-wallet set-configss-wallet show-private-keyss-wallet showss-wallet removess-wallet generate
Output:
Keypair generated and saved to wallet.json
Public Key: 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
Private Key: a1b2c3d4...
Mnemonic Phrase (24 words):
word1 word2 word3 ... word24
or
ss-wallet generate [filename]
Output:
Keypair generated and saved to [filename].json
Public Key: 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
Private Key: a1b2c3d4...
Mnemonic Phrase (24 words):
word1 word2 word3 ... word24
ss-wallet airdrop <publicKey>
Output:
Airdrop requested for <publicKey>
ss-wallet balance <publicKey>
Output:
Balance for <publicKey>: <balance> SOL
ss-wallet send <senderWallet> <recipientAddress> <amount>
Output:
Transaction successful with signature: <signature>
ss-wallet import <filepath>
Output:
Keypair loaded from <filepath>
Public Key: <publicKey>
ss-wallet list
Output:
Wallets:
- <walletName1>
- <walletName2>
- <walletName3>
ss-wallet select <walletName>
Output:
Primary wallet set to <walletName>
ss-wallet set-config <networkName>
Output:
Network configuration set to <networkName>
ss-wallet show-private-key
Output:
Private Key: <privateKey>
ss-wallet rename <oldName> <newName>
Output:
Wallet renamed from <oldName> to <newName>
ss-wallet recent-activity
Output:
Recent activity for <publicKey>:
- <Last Most Recent Activity 1>
- <Last Most Recent Activity 2>
- <Last Most Recent Activity 3>
ss-wallet sol-price
Output:
Current SOL price: <price>
ss-wallet show
Output:
Wallet information:
- Name: <wallet-name.json>
- Path: <wallet-path>
- Public Key: <wallet-public-key>
- Balance: <wallet-balance>
- Network: <Solana Network>
- Current SOL price: <Solana Price>
- Value of the wallet: <Solana Value>
ss-wallet remove <walletName>
Output:
Wallet removed: <walletName>
ss-wallet help
Output:
Usage: ss-wallet <command> [options]
Commands:
- generate: Generate a new wallet
- airdrop: Request a SOL airdrop
- balance: Check wallet balance
- send: Send a SOL transaction
- import: Import a wallet from a file
- list: List all wallets
- select: Select a primary wallet
- set-config: Configure network
- show-private-key: Display private key
- rename: Rename a wallet
- recent-activity: View recent activity
- sol-price: Check SOL price
- show: Display wallet information
- remove: Remove a wallet
- help: Display help information
ss-wallet generate my-wallet
Output:
Keypair generated and saved to my-wallet.json
Public Key: 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
Private Key: a1b2c3d4...
Mnemonic Phrase (24 words):
word1 word2 word3 ... word24
ss-wallet airdrop 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
Output:
Airdrop requested for 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
ss-wallet balance 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc
Output:
Balance for 5aj3BoJSsVcgGJg59EvYGZWutu3tvo977SLnDhzdtesc: 1 SOL
ss-wallet send my-wallet 62x7R9JCfVgxZgwKq4FbW6aoKHjPdScvG8HXD5eiz2Wr 0.1
Output:
Transaction successful with signature: 59dtaC8TGXrszRiW9WoqGAmq1zhhDMWHnVKq4PBqUHGXrDsD5p2M8HperktcBHfeKd6THMw4yCzxDeiQfRegTse6
This project is licensed under the ISC License.
FAQs
A CLI wallet for Solana
We found that ss-wallet demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Security News
Multiple high-impact npm maintainers confirm they have been targeted in the same social engineering campaign that compromised Axios.

Security News
Axios compromise traced to social engineering, showing how attacks on maintainers can bypass controls and expose the broader software supply chain.

Security News
Node.js has paused its bug bounty program after funding ended, removing payouts for vulnerability reports but keeping its security process unchanged.