diff --git a/README.md b/README.md index 1a0797b..40a6ef7 100644 --- a/README.md +++ b/README.md @@ -15,10 +15,16 @@ A resolver contract that is built on top of [evm-verifier](https://github.com/en A reverse resolver contract that is built on top of [evm-verifier](https://github.com/ensdomains/evmgateway/tree/main/evm-verifier). -### Demo app +## Demo app https://github.com/makoto/my-l2-app-v2 +## Dependencies + +- [ens-contracts](https://github.com/ensdomains/ens-contracts/tree/feature/crosschain-resolver-with-reverse-registrar) +- [evmgateway](https://github.com/ensdomains/evmgateway/pull/38) +- [l2 subgraph](https://github.com/makoto/ens-l2-delegatable-resolver-subgraph) + ## How to setup locally ```