From 2e2df060431aee39e6f9b699e32f99646bd9f433 Mon Sep 17 00:00:00 2001 From: Shirikatsu Date: Tue, 8 May 2018 23:11:30 +0100 Subject: [PATCH] Added example script usage to tutorial --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 018c95b..55c4297 100644 --- a/README.md +++ b/README.md @@ -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.