From dc87031e463e75024d2c5552afdaeb2210006eb7 Mon Sep 17 00:00:00 2001 From: leovct Date: Fri, 27 Oct 2023 23:29:14 +0200 Subject: [PATCH] doc: mention `TinyENS` in `README.md` --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index c941148..599aeca 100644 --- a/README.md +++ b/README.md @@ -5,3 +5,11 @@ Tiny web3 protocols and applications. The aim is to keep it simple, quick to implement and interesting to learn Solidity. Inspired by [lil-web3](https://github.com/m1guelpf/lil-web3) by [Miguel Piedrafita](https://twitter.com/m1guelpf). + +## Table of contents + +- [Tiny ENS](#tiny-ens) + +## Tiny ENS + +Map human-readable names like 'vitalik.eth' to machine-readable identifiers such as Ethereum addresses like '0xd8dA6BF26964aF9D7eEd9e03E53415D37aA96045' and support the reverse resolution.