Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions content/evm/evm-foundry.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { Callout } from 'nextra/components';

This tutorial will guide you through setting up Foundry for Sei EVM development and using OpenZeppelin contracts to build secure, standardized smart contracts. We'll cover environment setup, contract creation, deployment, and show how to leverage OpenZeppelin's pre-built components with the powerful Foundry toolkit.

<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' }} />

<Callout emoji="🚀">

**Deploy to Testnet First**
Expand Down
8 changes: 6 additions & 2 deletions content/evm/evm-general.mdx
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
---
title: "EVM General Guide for Sei Blockchain"
title: 'EVM General Guide for Sei Blockchain'
description: "Comprehensive guide on Ethereum Virtual Machine (EVM) on Sei blockchain. Learn about smart contract languages, development tools, and best practices for building on Sei's parallelized EVM."
keywords: ["sei evm", "ethereum virtual machine", "smart contracts", "solidity", "vyper"]
keywords: ['sei evm', 'ethereum virtual machine', 'smart contracts', 'solidity', 'vyper']
---

import { Callout } from 'nextra/components';

# EVM (general)

## Overview
Expand All @@ -13,6 +15,8 @@ contracts, enabling compatibility with Ethereum-based dApps. Sei is an EVM
compatible blockchain. Sei's parallelized EVM ensures high performance and
efficiency.

<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' }} />

Here are some key points about the EVM:

1. **Turing Completeness**: The EVM is Turing complete, meaning it can execute
Expand Down
2 changes: 2 additions & 0 deletions content/evm/evm-hardhat.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ import { Callout } from 'nextra/components';

This tutorial will guide you through setting up Hardhat for Sei EVM development and using OpenZeppelin contracts to build secure, standardized smart contracts. We'll cover environment setup, contract creation, deployment, and show how to leverage OpenZeppelin's pre-built components.

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

<Callout emoji="🚀">

**Deploy to Testnet First**
Expand Down
Loading
Loading