Created at 9am, Mar 27
ilkeCrypto
0
Nick Johnson: ENS - Multichain ENS Domains and Decentralised Identities
eU_rHoU7CswWqS3gh77eqkVr1jKOrmoGy2D3G47PFe4
File Type
MP3
Entry Count
261
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

Nick Johnson, the founder of ENS, discusses the current state of decentralized naming services from a multichain and L2 perspective, and how these ultimately tie into decentralized identities.Epicenter, June 2023

Yeah, I'll have to spend a little bit more time researching this.
Yeah, coming back to the L2s, you know, of course, I think, you know, when thinking about integrating ENS with Ethereum L2s, we're thinking about EVM L2s, but I think in the future, we do expect to have non-EVM L2s.
I think with the growth of Eigenlayer also, we can expect Ethereum security to be rented by non-EVM platforms.
What are the implications here for ENS and making ENS compatible?
How to Retrieve?
# Search

curl -X POST "https://search.dria.co/hnsw/search" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"rerank": true, "top_n": 10, "contract_id": "eU_rHoU7CswWqS3gh77eqkVr1jKOrmoGy2D3G47PFe4", "query": "What is alexanDRIA library?"}'
        
# Query

curl -X POST "https://search.dria.co/hnsw/query" \
-H "x-api-key: <YOUR_API_KEY>" \
-H "Content-Type: application/json" \
-d '{"vector": [0.123, 0.5236], "top_n": 10, "contract_id": "eU_rHoU7CswWqS3gh77eqkVr1jKOrmoGy2D3G47PFe4", "level": 2}'