Skip to content

⚡ PYRAX CLI - Command-line tools for wallet management, node interaction, and blockchain queries

License

Notifications You must be signed in to change notification settings

PYRAX-LLC/pyrax-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚡ PYRAX CLI

Command-line tools for wallet management, node interaction, and blockchain queries.

Overview

PYRAX CLI provides command-line utilities for interacting with the PYRAX blockchain.

Installation

From Source

cargo install --path .

Pre-built Binaries

Download from Releases.

Commands

Wallet

# Create new wallet
pyrax-cli wallet create

# Import from mnemonic
pyrax-cli wallet import --mnemonic "word1 word2 ..."

# Check balance
pyrax-cli wallet balance

# Send tokens
pyrax-cli wallet send --to <address> --amount <amount>

Node

# Check node status
pyrax-cli node status

# List connected peers
pyrax-cli node peers

# Get sync status
pyrax-cli node sync

Blockchain

# Get block by hash
pyrax-cli block get --hash <hash>

# Get transaction
pyrax-cli tx get --txid <txid>

# Get address info
pyrax-cli address info <address>

Configuration

# Set RPC endpoint
pyrax-cli config set rpc-url https://rpc.pyrax.org

# Set network
pyrax-cli config set network mainnet

License

MIT License - see LICENSE for details.

About

⚡ PYRAX CLI - Command-line tools for wallet management, node interaction, and blockchain queries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages