Installation

Set up the prerequisites needed to build with Kairo.

Required Tools

Rust

Install Rust from rustup.rs. Make sure you have the latest stable version.

cargo-stylus

The Stylus CLI tool for creating and deploying projects:

cargo install cargo-stylus

foundry

Install Foundry from book.getfoundry.sh for testing and deployment utilities.

Wallet with Testnet Funds

You'll need a wallet (such as MetaMask) with testnet ETH on Sepolia or another Arbitrum testnet to deploy contracts.

Next Steps

Once you have these tools installed, head over to the Getting Started guide to create and deploy your first token.