From cd80a2c8ccdefd54fe68c9d7ad0d14e0ba349281 Mon Sep 17 00:00:00 2001 From: Shreyas Padmakiran Date: Tue, 17 Mar 2026 21:00:25 -0500 Subject: [PATCH] add doc videos for EVM Section --- content/evm/evm-foundry.mdx | 2 ++ content/evm/evm-general.mdx | 8 ++++++-- content/evm/evm-hardhat.mdx | 2 ++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/content/evm/evm-foundry.mdx b/content/evm/evm-foundry.mdx index fc108dfe..bcbd49c0 100644 --- a/content/evm/evm-foundry.mdx +++ b/content/evm/evm-foundry.mdx @@ -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. +