2
1
I have an operational process that involves several sub processes. I am currently maintaining an audit trail of the entire process.
For (successfully) completed processes, I want to record the successful transaction (along with all relevant details) on the blockchain, for public consumption.
What is the 'best practise' way of storing data on the blockchain? - and what (if any), are the data size limitations (and how to workaround data size restrictions?)
1The best practice is to not do it. It burdens the entire network for no gain but your own (and possibly the miner). Not to mention it's incredibly inefficient. – KJ O – 2016-05-16T00:54:27.733
+1 don't do this on bitcoin blockchain. You can use namecoin / other blockchains which has similar purpose – dark knight – 2016-05-16T06:20:04.250