Skip to content

Latest commit

 

History

History
38 lines (21 loc) · 847 Bytes

README.md

File metadata and controls

38 lines (21 loc) · 847 Bytes

erc165

Blockful logo

Easily calculate the byte4 interfaceId from a given contract ABI file.

Installation

npm i erc165 or yarn add erc165

Learn

Read the entire article about the implementation here.

Usage

Install it with npm in your project and require the library: const erc165 = require("erc165");.

Then call the function by doing erc165.interfaceIdFromABI( object )

Contributing

Please help better the ecosystem by submitting issues, pull requests or contacting to pitch an idea.

Links

Licensing

This project is licensed under the MIT license.