/Smart-Contract-Events-with-Jupyter

Jupyter notebook displays smart contract event

Primary LanguageJupyter Notebook

Listing ENS Contract Events with Jupyter Docs

ENS

Background:

This Jupyter notebook contains the list of "Bid Reveal" events for ENS contract 0x6090A6e47849629b7245Dfa1Ca21D94cd15878Ef.

More Background:

ENS stands for Ethereum Name Service. Ethereum Name Service turns smart contract addresses into human-readable names. Think of it as DNS for Ethereum. ENS is slightly different than DNS because a person cannot simply buy an ENS address. They have to register it first, and then bid for the name. When the bidding occurs, the bid price is revealed. This Jupyter notebook lists all of the revealing bidding events in the past day or two.

If you want to learn more about ENS, go to their website and read all about their fascinating bidding process.

Quick Start

Follow this link to interact with the Jupyter notebook, or you can view the notebook within this repo.

If you are new to Jupyter, their documentation will get you up and running right away!