In the world of web3 development, we often experience challenges with encoded errors, logs, or data in general. This data, typically presented in an encoded format, is in a lot of different use cases required to be human readable and thus we need libraries to decode it effectively. At blocktorch we came across this need internally, and so we decided to open source the decoder service we have built.There are a number of good reasons of why data is encoded , for example efficiency, integrity an...