Skip to content

Commit

Permalink
Merge pull request #61 from clearmatics/tutorial-edits
Browse files Browse the repository at this point in the history
Added example script usage to tutorial
  • Loading branch information
daragao authored May 9, 2018
2 parents 1cc02c6 + 2e2df06 commit 86b65c3
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 86b65c3

Please sign in to comment.