#polygon
2 posts · filter on the home page
- Adding Unique IDs to Transaction Logs in Polygon using JQI'm working on serving Polygon data via Outserv. As part of the process, I downloaded the first 15 million Polygon blocks and stored them as JSON. To avoid any duplicates while loading this data into Outserv, each object in JSON has a…
- How to Parse an EVM Smart Contract in GoI was recently looking for a working solution to parsing Smart Contracts in the EVM chains. I couldn't find a simple to follow, working solution based on Go. This post aims to fill that gap.