Skip to content

Commit

Permalink
Update contracts/src/CrossChainApplications/GETTING_STARTED.md
Browse files Browse the repository at this point in the history
Co-authored-by: Michael Kaplan <[email protected]>
Signed-off-by: cam-schultz <[email protected]>
  • Loading branch information
cam-schultz and michaelkaplan13 authored Dec 19, 2023
1 parent ed15dd3 commit 73717b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/CrossChainApplications/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This section walks through how to build an example cross-chain application on to

## Step 1: Create Initial Contract

Create a new file called `MyExampleCrossChainMessenger.sol` in the `teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/`
Create a new file called `MyExampleCrossChainMessenger.sol` in a `teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/` directory.

At the top of the file define the Solidity version to work with, and import the necessary types and interfaces.

Expand Down

0 comments on commit 73717b2

Please sign in to comment.