This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[{ | |
"uuid": "uniqueId evento di tracciabilità", | |
"name": "Event Name", | |
"eventType": "One of: commission, observation, transformation", | |
"bizStep": "One of receiving and shipping only on observation", | |
"eventTime": "ISOString Date", //required | |
"inputs" : [{ | |
"prodCode": "Codice Interno del prodotto", //required | |
"uom": "Unità di misura", | |
"lotNumber": "Numero di lotto", //required |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity >=0.4.22 <0.8.0; | |
contract IxellionMDACL { | |
struct IxellionMD { | |
address publicKeyAccount; | |
string email; | |
uint8 status; //0 notActive - 1 active | |
} | |
IxellionMD[] mdAccounts; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity >=0.4.22 <0.6.0; | |
contract BusinessTransactions { | |
struct PurchaseOrder{ | |
string OrderId; | |
string metadata; | |
string hashMetadata; | |
uint[] products; | |
string datetime; | |
address Buyer; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity >=0.4.22 <0.7.0; | |
/** | |
* @title Storage | |
* @dev Store & retrieve value in a variable | |
*/ | |
contract Storage { | |
uint256 number; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity ^0.6.0; | |
import "./FaterCore.sol"; | |
import "./FaterCoin.sol"; | |
contract Coupon is FaterCore, FaterCoin { | |
struct Coupon { | |
uint identifier; | |
string code; | |
uint token; | |
address owner; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
pragma solidity >=0.4.22 <0.7.0; | |
/** | |
* @title Storage | |
* @dev Store & retrieve value in a variable | |
*/ | |
contract Storage { | |
uint256 number; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1HTaXMsg8ZsGDLEKWGD9Mu5uENjVUwLTbW https://explorer.blockstack.org/address/1HTaXMsg8ZsGDLEKWGD9Mu5uENjVUwLTbW |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Verifying my Blockstack ID is secured with the address 1FAf1npbHCg5LA75ZSbALGwvuacZPJX5re https://explorer.blockstack.org/address/1FAf1npbHCg5LA75ZSbALGwvuacZPJX5re |