Skip to content

Commit

Permalink
Merge pull request #63 from clearmatics/ion-stage-1
Browse files Browse the repository at this point in the history
Updated README
  • Loading branch information
Shirikatsu authored May 9, 2018
2 parents ba8aa77 + 86b65c3 commit 302aae7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,11 @@ $ npm run deployb

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

There is an example script that runs through a basic flow from start to finish that is designed to run on the testrpcs.
```
$ ./example.sh
```

This tutorial leverages Ganache and Truffle but could easily be performed on other test networks.

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.
Expand Down

0 comments on commit 302aae7

Please sign in to comment.