diff --git a/src/projects/evm-messenger/client.md b/src/projects/evm-messenger/client.md index 881287b..861c42d 100644 --- a/src/projects/evm-messenger/client.md +++ b/src/projects/evm-messenger/client.md @@ -1,5 +1,7 @@ # EVM Messenger Client +Let's walk through a few of the elements of the EVM Messenger client you'll see in the project folders: + ## Orchestrator.js A JS client that deploys and calls the functions of the two Messenger contracts on two chains.