Skip to content

Commit

Permalink
add example commands
Browse files Browse the repository at this point in the history
  • Loading branch information
cam-schultz committed Dec 20, 2023
1 parent ed15dd3 commit e9a0755
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion contracts/src/CrossChainApplications/GETTING_STARTED.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ 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 new directory:

```bash
mkdir teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/
touch teleporter/contracts/src/CrossChainApplications/MyExampleCrossChainMessenger/MyExampleCrossChainMessenger.sol
```

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 e9a0755

Please sign in to comment.