Skip to main content

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