Skip to content

Chaser-0/camino-micropayments

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


🌎 Camino Micropayments

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

STEP 1:

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

STEP 2:

Start the local dev server:

cd ui
npm install
npm run dev

and navigate to the URL provided by npm to access the UI.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 42.5%
  • TypeScript 39.6%
  • Solidity 16.5%
  • Other 1.4%