[ad_1]
I wanna make a site that’s like [random.org](http://random.org), a true random number generator, except I want my hypothetical site to store the numbers and the time of generation in a permanent, decentralized, easily searchable database that tracks any modifications or deletions that took place within that database. Is this possible to do in wordpress, and if so, is there any financial cost I should be aware of?
[ad_2]
Yes, that’s possible assuming you know to code.
Why do you want to use WordPress? SQL is not a Blockchain
Permanent and easily searchable? uuid4’s got you. would be fairly straightforward to make a wp plugin for this. making it decentralized, however? you’re asking to make a whole new tech stack somewhere. I suppose you could do with a new lemp stack + storj. for it to be actually decentralized, who else would run it in parity? and how would you want to keep it audited?