Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.legnext.ai/llms.txt

Use this file to discover all available pages before exploring further.

Requirements

  • Rust: Version 1.70 or higher
  • Cargo: Rust package manager

Add to Cargo.toml

Add this dependency to your Cargo.toml:
[dependencies]
legnext-sdk = "1.0.0"

Install via Cargo

cargo add legnext-sdk

Verify Installation

cargo tree | grep legnext

Build Your Project

cargo build