Skip to content

Commit 302aae7

Browse files
authored
Merge pull request #63 from clearmatics/ion-stage-1
Updated README
2 parents ba8aa77 + 86b65c3 commit 302aae7

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ $ npm run deployb
8383

8484
The following tutorial describes how to perform token transfer between two accounts on separate blockchains.
8585

86+
There is an example script that runs through a basic flow from start to finish that is designed to run on the testrpcs.
87+
```
88+
$ ./example.sh
89+
```
90+
8691
This tutorial leverages Ganache and Truffle but could easily be performed on other test networks.
8792

8893
To perform cross-chain payments, the contracts must be deployed on each chain, which for the sake of simplicity the account and contract addresses are assumed to be the same on both chains.

0 commit comments

Comments
 (0)