Skip to content
This repository has been archived by the owner on Apr 20, 2022. It is now read-only.

Latest commit

 

History

History
51 lines (38 loc) · 1.73 KB

README.md

File metadata and controls

51 lines (38 loc) · 1.73 KB

Blockchain-Secured Delivery Platform Frontend

Hackathon HMv3 Backend Repo Frontend Repo Contracts Repo

This prototype demonstrates friction-less goods delivery protocol which uses the network of untrusted carriers. This allows zero-cost on-boarding (no need to verify the identity of person), high elasticity to meet the demand spikes, still keeping business operations secure. Escrow smart-contract guarantees ensurance and gives strong economical incentive for parties to behave honestly. Contracts deployed on PlasmaPay mainnet but any blockchain supporting arbitrary code execution can be used with the same principles.

Prepare system packages

Node.js

sudo apt-get update
sudo apt-get install nodejs

Yarn

curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | sudo apt-key add -echo "deb https://dl.yarnpkg.com/debian/ stable main" | sudo tee /etc/apt/sources.list.d/yarn.list
sudo apt-get update && sudo apt-get install yarn

Install dependencies

yarn

Run

yarn start

Build

yarn build

Test

yarn test

Authors