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

Hack.Moscow v3.0: Blockchain-Secured Delivery Platform Frontend

Notifications You must be signed in to change notification settings

OnGridSystems/hack_moscow_front

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Hack.Moscow v3.0: Blockchain-Secured Delivery Platform Frontend

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages