How can I compress a JSON file in NodeJS, upload it on a blockchain smart contract (web3) and then decompress it?
I managed to get the compression of the JSON working and then uploaded it on the smart contract I also wrote.
I managed to get the compression of the JSON working and then uploaded it on the smart contract I also wrote.