Setting it up locally was a bit tricky but we have a smart contract! It models a buyer-seller relationship in Solidity where a Bill of Lading can consist of several cases, each with a value. The buyer adds funds to the contract that are released to the seller when the case is "received".
We also decided to add truck data to the API: a case on a BoL can only be received if the cases have been transported over a certain temperature - we're dealing with fire cabbage here.
Log in or sign up for Devpost to join the conversation.