evm overview page

This commit is contained in:
chase-45 2022-09-15 12:02:28 -04:00
parent dfd3fbb1fc
commit 272d3baebd
2 changed files with 10 additions and 1 deletions

View File

@ -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)

View File

@ -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