# Altitrace ## Docs - [Get started](/getting-started): Hello world! - [Web Application](/webapp): The Altitrace web application delivers a sophisticated interface for HyperEVM transaction simulation and analysis. Built with **Next.js 15** and modern React patterns, the application provides comprehensive tools for developers, auditors, and power users working with HyperEVM transactions. - [generateAccessList](/sdk/access-lists): Generates an access list for a transaction to optimize gas usage. - [Client Setup](/sdk/client-setup): Configure the Altitrace client for your environment. - [Getting Started](/sdk): Altitrace SDK for HyperEVM transaction simulation and tracing. - [Installation](/sdk/installation): Install the Altitrace SDK in your project. - [simulateCall](/sdk/simulation): Simulates a new message call without creating a transaction on the blockchain. - [traceCall](/sdk/traces): Analyze transaction execution with detailed traces. - [Transaction Building](/sdk/transactions): Build and simulate transactions with the Altitrace SDK. - [What is Altitrace?](/introduction): Altitrace is a comprehensive **HyperEVM transaction simulation platform** developed by **Altitude Labs** for the [Hyperliquid Hackathon](https://taikai.network/en/hl-hackathon-organizers/hackathons/hl-hackathon/overview). The platform serves as essential infrastructure for the HyperEVM ecosystem, enabling developers, DeFi protocols, and users to simulate, debug, and optimize their transactions before execution on-chain. - [Why Altitrace?](/introduction/why-altitrace): Transaction simulation is critical for modern DeFi development, but existing solutions often fall short when working with HyperEVM. Altitrace fills this gap with purpose-built tooling. - [Configuration](/installation/configuration) - [Installation](/installation): Get Altitrace running in minutes. - [Authentication](/api/authentication): The Altitrace API implements a flexible authentication system through TOML configuration files, supporting both development and production deployment scenarios. - [API Reference](/api): The Altitrace API provides programmatic access to HyperEVM transaction simulation and debugging capabilities. Built with **Rust and Actix Web**, the API offers high-performance REST endpoints with comprehensive OpenAPI documentation and automatic type generation. - [Simulation Endpoints](/api/simulation): The simulation endpoints provide core transaction simulation capabilities for HyperEVM, enabling developers to test transactions, analyze gas usage, and debug execution flows before on-chain execution. - [Transaction endpoints](/api/transactions): The transaction endpoints provide comprehensive analysis capabilities for transactions, including access list generation, detailed execution traces, and multi-level debugging information.