The source code for this blog is available on GitHub

0xElod.

Writing code is easy Living the Dev life is hard.

In case you like my content, please subscribe:

Cover Image for Enhancing Explorers to understand contract events: ABI Registry

Giving users transparency about what's happening on your chain is probably one of the most important features of an explorer. This implementation facilitates ABI uploads with a simple Go implementation that effortlessly stores ABIs on IPFS, generate unique Object IDs (OIDs), and unlock the power of decentralized storage, all while simply wiriting to a very basic Solidity smart contract Registrar.

0xElod
0xElod

More Stories

Cover Image for The Importance of Keeping Your LinkedIn Profile Updated as a Tech Professional

The Importance of Keeping Your LinkedIn Profile Updated as a Tech Professional

As a tech professional, you simply cannot live without a LinkedIn profile nowadays. It is an invaluable tool for building and maintaining your online presence. However, simply creating a LinkedIn profile is not enough. In this article we'll deepdive into why.

0xElod
0xElod
Cover Image for Decoding Ethereum Events in Go

Decoding Ethereum Events in Go

Events are important to the chain, but even more important to external systems. If you ever need to monitor the lifecycle of a smart contract, knowing how to decode them is essential. This article will explain, with an official example from Taraxa's DPOS contract how to do that in Golang.

0xElod
0xElod
Cover Image for Setting Up Custom Voting Spaces for Decentralized Projects: A Tale of Taraxa's Governance Space

Setting Up Custom Voting Spaces for Decentralized Projects: A Tale of Taraxa's Governance Space

Many of us run into the problem of setting up custom voting spaces for our decentralized projects. In this article I'll tell you the tale of how I set up Taraxa's governance space, our necessities, the platforms evaluated and decisions made... And most importantly, how you can do it too.

0xElod
0xElod
Cover Image for Create a GitHub Activity Summarizer using OpenAI API(gpt-3.5-turbo) and GitHub API

Create a GitHub Activity Summarizer using OpenAI API(gpt-3.5-turbo) and GitHub API

Do you like to follow what your favorite developers are doing? Stay informed and focused on their GitHub activity with GAS, the GitHub Activity Summarizer powered by the OpenAI API (gpt-3.5-turbo).

0xElod
0xElod