Skip to content

A basic shipment smart contract. Allows you to add shipments and track the delivery of your shipment

Notifications You must be signed in to change notification settings

ezesundayeze/near-shipment

Repository files navigation

Near shipment

  1. Clone repo with git clone
  2. Install dependencies yarn
  3. install near-cli globably
npm install -g near-cli

--- check scripts in ./scripts ---

How it works

  • This smart contract can be used by a delivery company to track deliveries from the warehouse to the item's destination
  • at every point the item moves, the delivery agent will need to update the current location, basically by creating a shipment with the same information and only changing the status and currentLoction
  • in the end the status will be changed to delivered and the current location will be set to the destination.

About

A basic shipment smart contract. Allows you to add shipments and track the delivery of your shipment

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published