Skip to content

Commit

Permalink
Added example script usage to tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
Shirikatsu authored May 8, 2018
1 parent 1cc02c6 commit 2e2df06
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 2e2df06

Please sign in to comment.