From 5701288419b28ab186cf386d49a07ebb237aa837 Mon Sep 17 00:00:00 2001 From: Ian Traas <108365619+itraas@users.noreply.github.com> Date: Mon, 18 Jul 2022 20:59:16 -0500 Subject: [PATCH] Update 3_coreLayerContracts.md --- src/wormhole/3_coreLayerContracts.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wormhole/3_coreLayerContracts.md b/src/wormhole/3_coreLayerContracts.md index a748a4e..af94e1f 100644 --- a/src/wormhole/3_coreLayerContracts.md +++ b/src/wormhole/3_coreLayerContracts.md @@ -1,9 +1,9 @@ # Core Contracts -The Wormhole Core Contracts are one of the most pivotal pieces of the Wormhole ecosystem. They serve as a great place to start when learning about how data flows through the ecosystem. - The Core Contracts are the mechanism by which all Wormhole messages are emitted. All xDapps either interact directly with the Core Contract or interact with another contract that does. There is one Core Contract on each blockchain in the ecosystem, and this is the contract which the Guardians are required to observe. +The Wormhole Core Contracts are one of the most pivotal pieces of the Wormhole ecosystem. They serve as a great place to start when learning about how data flows through the ecosystem. + In general, Core Contracts are simple with only a few public-facing functions, which we'll define next. ---