Skip to content
This repository has been archived by the owner on Feb 7, 2023. It is now read-only.

Latest commit

 

History

History
13 lines (6 loc) · 908 Bytes

ReadMe.md

File metadata and controls

13 lines (6 loc) · 908 Bytes

Simple Token-Swap Dapp for Marlowe Lambda

This distributed web application implements a simple token swap, where two parties can swap Cardano native tokens. It provides two web pages, party.html and counterparty.html, that can be run on separate machines or a single web page, index.html that acts for both parties.

Deployment

The script deploy.sh runs npx webpack to package the JavaScript libraries, and then upload these to Google Cloud Storage. Because the Dapp runs purely in the browser, it can be deployed on any cloud service (or on IPFS) and does not require a backend other than the AWS Lambda function.

Videos

This video shows the DApp in action, and this video shows it being used with a laptop for the Party and an android tablet for the Counterparty.