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.
- Host: GitHub
- URL: https://github.com/onmax/address-to-human-abi
- Owner: onmax
- Created: 2023-02-07T13:56:42.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-10T13:51:03.000Z (over 3 years ago)
- Last Synced: 2025-03-23T22:21:21.759Z (about 1 year ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🤖 Address to Human Readable ABI 🧑💻
[](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
```