From 89b19b4840d1f95d06e5f8889c14fc38bf6038ad Mon Sep 17 00:00:00 2001 From: qdqd Date: Thu, 24 Aug 2023 10:23:18 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20add=20twitter=20badge=20into=20t?= =?UTF-8?q?he=20README=20file?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index a2c3dc6..1a6ab8f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # ENS Offchain Resolver for L2 +[![Twitter Follow](https://img.shields.io/twitter/follow/qdqd___?style=social)](https://twitter.com/qdqd___) + This repository shows how it is possible to resolve subdomains from an EVM-enabled blockchain based on [EIP 3668](https://eips.ethereum.org/EIPS/eip-3668) and [ENSIP 10](https://docs.ens.domains/ens-improvement-proposals/ensip-10-wildcard-resolution). The goal is to store the second-level domain on the main network while all subdomains attached to it are resolved in another EVM-enabled blockchain. ## Overview