Giter Club home page Giter Club logo

dechallenge's Introduction

DEchallenge

Practical Please use Python for the following task.

Create an application that will: Index every The Doge NFT (DOG) token Transfer event on the Ethereum Mainnet. Be able to index the events using 2 strategies: continuously (following the latest block) and on-demand (index events based on a block range from [block number] to [block number]). Process Transfer events - create an aggregation of token holders (list of token holders with their balance). Prepare the data in a way that it can be consumed by the engineering team. The team will be:

Fetching token holder's balance Fetching top 100 token holders - make sure to include what % of the total supply their balance represent Fetching token holder's weekly balance change (in %) The solution should be scalable to 100 million entries.

Write all needed tests.

Write a high-level description (1 page) explaining your solution. Explanation should include:

A description of what you've built Which technologies you've used and how they tie together Your reasons for high-level decisions and potential improvements, bottlenecks and performance estimates

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.