An open API service indexing awesome lists of open source software.

https://github.com/onmax/address-to-human-abi

Convert an Ethereum address contract to a human readable ABI.
https://github.com/onmax/address-to-human-abi

Last synced: about 1 year ago
JSON representation

Convert an Ethereum address contract to a human readable ABI.

Awesome Lists containing this project

README

          

# 🤖 Address to Human Readable ABI 🧑‍💻

[![npm version](https://badge.fury.io/js/%40onmax%2Faddress-to-human-abi.svg)](https://badge.fury.io/js/%40onmax%2Faddress-to-human-abi)

Convert an Ethereum address contract to a human readable ABI.

Learn more about the Human Readable ABI format [here](https://docs.ethers.org/v5/api/utils/abi/formats/#abi-formats--human-readable-abi).

## Usage

```bash
npx address-to-human-abi


```

```bash
npx address-to-human-abi

--save # Will create a file named
.json
```

```bash
npx address-to-human-abi

--save # Will create a file named .json
```