Contribute
August 7, 2023 · View on GitHub
Ink Tracking Chain
Overview
This smart contract allows the insertion of a triplet of data called "Code", "DataValue", and "Closed". For each "Code" entered, a corresponding list of data will be created, enabling the "Get" function to retrieve the entire list. During the storage phase, the contract also records the block and timestamp to ensure a chronological order of incoming data. It is important to note that data can continue to be inserted until a value is provided for the "Code" with "Closed" set to True, which blocks further insertions.
Build
cargo contract build --release
Test
cargo contract build --release
Contents
- Wiki for all info about the project.
- Configuration Step By Step for all configuration project.
- Demo Step By Step for see a little demo of how project work.
Contribute
Contributions are always welcome! Please create a PR to add Github Profile.
:pencil: License
This project is licensed under MIT license.
:man_astronaut: Show your support
Give a ⭐️ if this project helped you!