TxTrace is an open-source web application that allows users to easily analyze blockchain transactions across multiple networks supported by Tenderly.
- Instant transaction trace visualization
- OG image preview for transactions
- Support for multiple Tenderly-supported networks
- One-click analysis of predefined transaction types
- Clone the repository:
git clone https://github.com/dzimiks/txtrace.xyz.git
- Install dependencies:
cd txtrace.xyz
pnpm install
-
Set up environment variables (see
.env.example
for required variables) -
Run the development server:
pnpm dev
- Open http://localhost:3000 in your browser
We welcome contributions! Please see our CONTRIBUTING.md for details on how to submit pull requests, report issues, or request features.
This project is licensed under the MIT License - see the LICENSE file for details.