Skip to content

mod-chain/cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Subspace Explorer TUI

A terminal user interface (TUI) for interacting with the Subspace blockchain, built with Rust and Ratatui.

Features

  • 🚀 Connect to any Substrate-based blockchain
  • 📊 View real-time blockchain data
  • 🔍 Explore blocks and transactions
  • 💰 Manage accounts and balances
  • 🎨 Customizable UI themes

Installation

Prerequisites

  • Rust (latest stable version)
  • Cargo (Rust's package manager)

Building from Source

# Clone the repository
git clone https://github.com/yourusername/subspace-explorer.git
cd subspace-explorer

# Build in release mode
cargo build --release

# Run the application
./target/release/subspace-explorer

Usage

# Start the application
subspace-explorer

# Connect to a custom node
subspace-explorer --node-url ws://localhost:9944

# Enable debug logging
RUST_LOG=debug subspace-explorer

Keybindings

  • q: Quit the application
  • h, j, k, l: Navigation
  • ?: Show help

Development

Running Tests

cargo test

Code Formatting

cargo fmt

Linting

cargo clippy -- -D warnings

License

This project is licensed under either of:

Contributing

Contributions are welcome! Please feel free to submit issues and pull requests.

  1. Fork the repository
  2. Create your feature branch (git checkout -b feature/amazing-feature)
  3. Commit your changes (git commit -m 'Add some amazing feature')
  4. Push to the branch (git push origin feature/amazing-feature)
  5. Open a Pull Request

About

Command line interface for key management and interacting with ModNet

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages