Argus is a powerful CLI tool, built with Rust, designed for blockchain developers. It allows effortless exploration of blocks and transactions on both local and remote chains. No more external website navigation for your blockchain information needs.
- Explore blocks and transactions on your local machine.
- Connect to any RPC endpoint for remote chain exploration.
- Intuitive CLI interface for seamless navigation.
- Robust performance, capable of handling large volumes of data.
You'll need Rust (v1.54.0 or later) installed on your machine. If you haven't installed it yet, you can follow the official installation guide here.
Build the project:
cargo build --releaseThis will create an executable in the ./target/release/ directory.
./target/release/argusIf you encounter any issues, feel free to open a new issue in our GitHub repository. Please provide as much information as possible about the problem you're facing for us to assist you effectively.
Argus is released under the MIT License. See our LICENSE file for more details.
Together, let's redefine the way we explore blockchain. Happy coding!