A terminal user interface (TUI) for interacting with the Subspace blockchain, built with Rust and Ratatui.
- 🚀 Connect to any Substrate-based blockchain
- 📊 View real-time blockchain data
- 🔍 Explore blocks and transactions
- 💰 Manage accounts and balances
- 🎨 Customizable UI themes
- Rust (latest stable version)
- Cargo (Rust's package manager)
# 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# Start the application
subspace-explorer
# Connect to a custom node
subspace-explorer --node-url ws://localhost:9944
# Enable debug logging
RUST_LOG=debug subspace-explorerq: Quit the applicationh,j,k,l: Navigation?: Show help
cargo testcargo fmtcargo clippy -- -D warningsThis project is licensed under either of:
- Apache License, Version 2.0 (LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
- MIT license (LICENSE-MIT or http://opensource.org/licenses/MIT)
Contributions are welcome! Please feel free to submit issues and pull requests.
- Fork the repository
- Create your feature branch (
git checkout -b feature/amazing-feature) - Commit your changes (
git commit -m 'Add some amazing feature') - Push to the branch (
git push origin feature/amazing-feature) - Open a Pull Request