Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 765 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 765 Bytes

Dependencies

npm install parcel [email protected]

Instructions

npm run start

The script will start a web server running the client on http://localhost:1234.

Two-Party Single-Token Swap

To simulate two-party swap on a single machine, execute the above command in two terminals. The second instance will run on a different port http://localhost:xxxxx.

To simulate cross-browser communication, open the two servers from separate browsers, e.g. Chrome and Edge.

You should see a welcome page look like below. Welcome

Follow our video walkthough or screenshots for a complete simulation of a two-party single-token swap.