Created at 8am, Apr 8
ilkeCrypto
0
Exploring Ethereum with Anthony Sassano on the Blockchain.com Podcast
Z2UvGdGjkNshcGHP6JFUaF4cvJZ7Mg8JpVnPu-coEAQ
File Type
MP3
Entry Count
159
Embed. Model
jina_embeddings_v2_base_en
Index Type
hnsw

In this episode, they spoke with Anthony Sassano, an Independent Ethereum Educator. Anthony shares what Ethereum is, what makes it valuable, and what makes it different from Bitcoin. Anthony also discusses the long-anticipated and highly successful Ethereum Merge, the future scaling roadmap for Ethereum, and what the community can expect in the medium term from the world's second most popular cryptocurrency.Blockchain.com Podcast, November 2022

So Uniswap, the most obvious one, there's other ones that are non-financial in nature.
start: 14:57 - end: 15:03
So Uniswap is what I would consider, obviously, a DeFi project or decentralized finance project. Then there is something called ENS, which stands for the Ethereum Name Service.
Now, what this application allows you to do is register your own name and tie it to your Ethereum address. So just like you can register a domain name such as anthony.com, for example, and tie it to an IP address, you can register.
I've got sassle.eth, which is tied to an Ethereum address, you know, those 0x blah blah blah that you see when you're using Ethereum.
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": "Z2UvGdGjkNshcGHP6JFUaF4cvJZ7Mg8JpVnPu-coEAQ", "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": "Z2UvGdGjkNshcGHP6JFUaF4cvJZ7Mg8JpVnPu-coEAQ", "level": 2}'