Terminal UI for Algorand blockchain exploration
LazyLora is a terminal user interface for exploring the Algorand blockchain. It provides a simple and intuitive way to browse blocks and transactions.
curl -fsSL https://raw.githubusercontent.com/aorumbayev/lazylora/main/install.sh | bashiwr -useb https://raw.githubusercontent.com/aorumbayev/lazylora/main/install.ps1 | iex[!NOTE] ensure you have Visual C++ Redistributable installed.
- Browse latest blocks and transactions
- Search transactions by address, transaction ID, or asset ID
- View detailed transaction information
- Live updates of new blocks and transactions
- Support for MainNet, TestNet, and LocalNet
# Run with default settings
lazylora
# Check for updates
lazylora update
# Update to the latest version
lazylora update --installq: Quit the applicationr: Refresh dataf: Search transactionsn: Switch networkSpace: Toggle live updatesTab: Switch between blocks and transactionsEnter: View selected item detailsEsc: Close popup or details view
# Clone the repository
git clone https://github.com/aorumbayev/lazylora.git
cd lazylora
# Build and install
cargo build --releaseContributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the MIT License - see the LICENSE file for details.
