Presentation: The Block Busters take on Micropayments
This project has two parts:
- Smart Contracts under the
paymentdistributor/
folder - The multifunctional UI (customer, tour operator, supplier) to demontraste everything in the
ui/
folder
Compile the contracts:
cd paymentdistributor/scripts/
npm install
npx hardhat run scripts/deploy-payment-distributor.ts --network columbus
npx hardhat run scripts/deploy-supplier-escrow.ts --network columbus
Start the local dev server:
cd ui
npm install
npm run dev
and navigate to the URL provided by npm to access the UI.