From 272d3baebdba24570a0bcde5eeb88e341c476ca6 Mon Sep 17 00:00:00 2001 From: chase-45 Date: Thu, 15 Sep 2022 12:02:28 -0400 Subject: [PATCH] evm overview page --- src/SUMMARY.md | 2 +- src/technical/evm/overview.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 src/technical/evm/overview.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index e49e8c2..b6550dd 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -46,7 +46,7 @@ - [Contract Development]() - - [EVM]() + - [EVM](./technical/evm//overview.md) - [Core Layer](./technical/evm/coreLayer.md) - [xAsset Module](./technical/evm/xassetLayer.md) - [NFT Module](./technical/evm/nftLayer.md) diff --git a/src/technical/evm/overview.md b/src/technical/evm/overview.md new file mode 100644 index 0000000..faaa23d --- /dev/null +++ b/src/technical/evm/overview.md @@ -0,0 +1,9 @@ +# EVM + +explain that this is not a beginners guide to using EVM ecosystems, but rather a guide for how to use wormhole for experienced EVM developers. + +For our purposes, EVM refers to any blockchain in the Wormhole ecosystem utilizing the EVM contracts of Wormhole. This includes not only Ethereum, but also blockchains like Polygon and Avax, as well as EVM+ environments like Acala. + +Link to some recommended tooling +ethers library, +foundry is preferred and increasingly used by the core repository, truffle and hardhat also options