Skip to content

Functions for generating interface ID from smart contracts following ERC-165 requirements

Notifications You must be signed in to change notification settings

blockful-io/erc165

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Functions for generating interface ID from smart contracts following ERC-165 requirements

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published