Skip to content

Latest commit

 

History

History
 
 

evm

Wormhole Integration in EVM

These programs are enumerated the same as the other smart contract subdirectories (e.g. solana).

Design Documents

Read the design documents for each example project:

  1. HelloWorld
  2. HelloToken
  3. NftBurnBridging

Prerequisites

Install Foundry tools, which include forge, anvil and cast CLI tools.

Build

Simply run make to install the necessary dependencies and to build the smart contracts.

Test Suite

Run the Solidity-based unit tests with make unit-test and the local-validator integration tests via make integration-test, or simply make test to run both of of them.