The aim of this project is to develop a Blockchain-based solution that makes it possible to track the sending and receiving of certain types of information over the internet. Pieces of code generated online that carry connected information - like blocks of data that form a chain.
APPLICATION EXAMPLES:
- Smart Contracts;
- Goods and/or parts traceability systems;
- Tokenization.
MANDATORY RESOURCES:
- Hyperledger (for private B2B);
- Ethereum Virtual Machine (for the public B2C case);
- Smart Contracts in Solidity (Ethereum) or Chaincode (Hyperledger);
- Ganache or similar testnet (Ethereum); or Fabric Test Network (Hyperledger);
- Web application in HTML, CSS, Javascript (Node.js);
- Web3.js or Ethers.js app-network communication library for the Ethereum network; otherwise Hyperledger Fabric SDK.