Skip to content

Instantly share code, notes, and snippets.

View ayinot's full-sized avatar

skygirl ayinot

  • Singapore
View GitHub Profile
pragma solidity ^0.5.1;
contract Commodity {
struct Product {
string productName;
uint256 productPrice;
uint256 insuranceCode;
uint256 costPrice;
uint256 sellingPrice;