Skip to content

Commit

Permalink
Merge pull request #1 from wesleysd1989/main
Browse files Browse the repository at this point in the history
update ReadMe
  • Loading branch information
alextnetto authored Jul 30, 2022
2 parents 768aa99 + 391e6d3 commit 987b1c9
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 987b1c9

Please sign in to comment.