Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.
/ ProofOfDelivery Public archive

Proof of Delivery is a smart oracle developed for the Ethereum blockchain.

Notifications You must be signed in to change notification settings

OBrezhniev/ProofOfDelivery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Proof of Delivery is a smart oracle developed for the Ethereum blockchain.

Installation

  1. Download zip archive
  2. Unpack it
  3. Go to the /web folder in terminal and install the dependencies npm install
  4. Set environment in web/config.json (see config.json with placeholders below): dev or live
  5. Set smart contract key points in web/config.json (see config.json with placeholders below):
    • wallet.test, wallet.live
    • rpc.test, rpc.live
  6. Deploy smart contract into Ethereum.
  7. Copy created smart contract address and paste it to the config.json to contractAddress.test or contractAddress.live depending on your environment.
  8. Go to /web folder in terminal and start proofofdelivery web application node app.js

License

MIT MIT licensed

About

Proof of Delivery is a smart oracle developed for the Ethereum blockchain.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published