Giter Club home page Giter Club logo

ens-explorer's Introduction

Ethereum Name Service (ENS) Explorer

This application visualizes recent ENS transactions with a focus on BidRevealed event logs.

Installation

Install from the repo using the instructions below, or use Docker

# clone this repo
$ git clone https://github.com/amitdeshmukh/ens-explorer.git

# change directory
$ cd ens-explorer

# install dependencies
$ npm install

# serve with hot reload at localhost:8080
$ npm run dev

# build for production with minification
$ npm run build

# unit tests
$ npm test

Installation Using Docker

# clone this repo
$ git clone https://github.com/amitdeshmukh/ens-explorer.git

# change directory
$ cd ens-explorer

# Run docker-compose
$ docker-compose build && docker-compose up

Usage

Browse to http://localhost:8080

ENS events will begin to stream into the app.

The app will perform some calculations as new data comes in. This process depends on the number of events emitted by the ENS contract within the past day.

Currently, the app will display:

  • A summary of ENS contract events

  • Metrics related to BidRevealed events:

    • Top 5 NameHashes by bid value
    • Top 5 bidding accounts
  • Individual BidRevealed events are also displayed.

Screenshot

Notes

The app uses Infura websockets to connect to the Ethereum mainnet, and receive ENS contract events. This was done so that using the app would not require to setup a local geth/parity node, and events can be streamed into the app immediately.

The drawback of this approach however, is that Infura websockets seem to not provide event logs that are older than 2 days. The performance is optimal when events within the past 1 day of blocks are requested.

Todo

  1. Unit Test for Vue component
  2. Read Web3 parameters from config
  3. Implement more ENS Event metrics

ens-explorer's People

Contributors

amitdeshmukh avatar

Stargazers

 avatar Must479 avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.