Business Scenario: A company wants to use multichain blockchain to track its shipments.It will create, update and send shipment details to other companies in the chain.
Sample Asset details
Type:ShipmentDetails
Use:To record and send shipment details
MetaData :{"Unique_Shipemt_ID":12345,origin":"uk", "destination":"usa", "purpose":"parts shipment details","partno":"router"}'
There are no units in this case. The unique ID being shipment_ID.
A company can keep on creating assets like this.
Can you pls share a sample command to create this?I did refer to asset docs but couldn't get it working