diff --git a/README.md b/README.md index e69de29..7573a5e 100644 --- a/README.md +++ b/README.md @@ -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 +```