Skip to content

Commit

Permalink
Merge branch 'main' of github.com:blockful-io/erc165
Browse files Browse the repository at this point in the history
  • Loading branch information
alextnetto committed Aug 3, 2022
2 parents a30b22a + 987b1c9 commit 2fb3b87
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# erc165
Functions for generating interface ID from smart contracts following ERC-165 requirements

## demo

[site](https://eip165-demo.vercel.app)

[repository](https://github.com/blockful-io/erc165-example) using this lib in hardhat tests

## **Install**

```
yarn add eip165
```
or
```
npm install eip165
```

0 comments on commit 2fb3b87

Please sign in to comment.