From 73cc23d14161dac5ebc27575d691ec5523ee2245 Mon Sep 17 00:00:00 2001 From: Shreyas Padmakiran Date: Tue, 10 Mar 2026 17:41:51 -0400 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 + package-lock.json | 20320 ++++++++++++++++++++++++++++++++++ yarn.lock | 4357 +++----- 5 files changed, 22098 insertions(+), 2591 deletions(-) create mode 100644 package-lock.json 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. +