Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

solremote

Package Overview
Dependencies
Maintainers
0
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

solremote

A Cli took for generating random Keypairs, checking balance, requesting airdrop and sending sol

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Maintainers
0
Created
Source

SolRemote

SolRemote is a command-line interface (CLI) tool designed to interact with the Solana blockchain. It allows users to perform essential wallet operations such as generating keypairs, requesting airdrops of SOL tokens, and sending SOL tokens to other wallets. The tool is built Commander leveraging Solana's Web3.js library for blockchain interactions.

Usage

Installation

$ pnpm install
$ pnpm dev

General Usage

$ solremote COMMAND running command...

$ solremote --version

Look for help

$ solremote help

Commands

solremote generate-keypair // Generate a random keypair
solremote airdrop <publickey> <amount>   //request-airdrop 
solremote balance <publickey>  // balance 
solremote transfer [options] <file> <to-publickey> <amount> // Transfer SOL from a keypair stored in a file to another public key

Solremote

FAQs

Package last updated on 25 Jul 2024

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc