1
I want to store the data on blockchain so that people can see and verify the data. The data format will be a simple JSON like the user details.
{'user_id': userid, 'amount': amount, 'product_id': productId, 'place_id':place'}
Is there any way to store the above data in blockchain so that people can verify their details that are not manipulated?