Etherscan partners with GitMyABI to turn verified contracts into installable npm packages

1 week ago 16



Building on Ethereum smart contracts has always involved a quietly annoying step: wrangling ABIs. An ABI, or Application Binary Interface, is essentially the instruction manual that tells your code how to talk to a deployed contract. Getting one typically meant copying JSON blobs from block explorers, pasting them into your project, and hoping nothing changed upstream. Etherscan’s new integration with GitMyABI is designed to make that entire ritual obsolete. The partnership, surfaced through Etherscan’s “Cards” tab on verified contract pages, lets developers convert any verified contract ABI into an installable npm package with full TypeScript bindings in a single click. No context-switching, no manual file management, no prayer-based version control. What GitMyABI actually does GitMyABI is a developer platform built by AxLabs, a Swiss Web3 firm. It launched in beta on February 7, 2025, with a focused mission: automate the entire lifecycle of ABI management for EVM-compatible chains. The tool handles ABI extraction from GitHub repositories, versioning, npm publishing, and TypeScript binding generation. Packages are published under the @gitmyabi scope on npm, with specific entries l...

Read Entire Article