I want to build a blockchain application for users to check the authenticity of data on my product. I am planning to put a QR code on my products for users to scan it and reach my blockchain application (e.g. website) to check the production date for the product. Since I know people will trust my product when I applied blockchain (immutable) concept.
However I have researched blockchain app development tutorials for a period of time. Those tutorials are teaching with transaction and requiring to use plugin like meta-mask. My project doesn't involved any transaction, just require to store the production date data to database. But I don't know what framework or language that I should use.
Should the project involve Ethereum? Smart contract? or other concepts?
The main purpose of my project is to build a blockchain database that cannot be modify once wrote. And then allow the users to reach my application to see the production date of the product make sure the authenticity.
Thanks.