> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sei.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Video Tutorials

> Watch video tutorials covering Sei EVM development, smart contract tooling, precompiles, and more.

A collection of video walkthroughs to help you get started building on Sei.

## EVM Development

### Sei EVM Overview

An introduction to developing on Sei's parallelized EVM, covering smart contract languages, tooling, and key concepts.

<iframe width="100%" height="450" src="https://www.youtube.com/embed/5-kRJYmURSI" title="Sei EVM Development" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ borderRadius: '8px', marginTop: '12px' }} />

Related docs: [EVM General](/evm/evm-general) · [EVM with Hardhat](/evm/evm-hardhat)

***

### Development with Foundry

Step-by-step guide to setting up Foundry for Sei, creating contracts with OpenZeppelin, and deploying to testnet and mainnet.

<iframe width="100%" height="450" src="https://www.youtube.com/embed/3jL52xdW_fY" title="Development With Foundry" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ borderRadius: '8px', marginTop: '12px' }} />

Related docs: [EVM with Foundry](/evm/evm-foundry)

***

## Precompiles

### Staking Precompile

Learn how to interact with Sei's native staking module directly from EVM smart contracts — delegation, undelegation, redelegation, and validator queries.

<iframe width="100%" height="450" src="https://www.youtube.com/embed/k9tpkMQk6kU" title="Sei Staking Precompile" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ borderRadius: '8px', marginTop: '12px' }} />

Related docs: [Staking Precompile](/evm/precompiles/staking)

***

### Distribution Precompile

Manage staking rewards and validator commissions through the distribution precompile — withdraw rewards, set withdrawal addresses, and more.

<iframe width="100%" height="450" src="https://www.youtube.com/embed/oUC29Kygvao" title="Sei Distribution Precompile" frameBorder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowFullScreen style={{ borderRadius: '8px', marginTop: '12px' }} />

Related docs: [Distribution Precompile](/evm/precompiles/distribution)
