casper-ecosystem / developer-rewards

A place where developers can get rewarded for their contribution to the Casper Ecosystem and Docs
Apache License 2.0
5 stars 1 forks source link

Casper Mainnet: Enhancing Address Data Accessibility on Blockchain Explorer #45

Closed NicolasZoellner closed 9 months ago

NicolasZoellner commented 11 months ago

Reward Size in USD

300 USD

Reward category

DApps

Description

Description: The Casper Mainnet Blockchain is open source, and various blockchain explorers have made some of its data accessible. This DevReward project aims to create a data tool that provides a comprehensive overview of the blockchain's daily activity concerning addresses on explorers. The primary objective is to gain a better understanding of active wallets and wallets in general.

Acceptance Criteria

• The required data must be sourced from the Mainnet of the Casper Blockchain.

• The newly generated daily datasets should be added to the main datasets in a timely manner and should be available as .csv files within 48 hours.

• The available categories should include the following datasets: o Daily active addresses (addresses that have performed at least 1 deploy) o Daily total of newly generated addresses o Daily total of all available addresses on the blockchain o Daily total of all empty addresses that do not contain any tokens o Daily total of all available addresses that contain at least 1-9 CSPR Tokens o Daily total of all available addresses that contain at least 10 to 99 CSPR o Daily total of all available addresses that contain at least 1000 to 9,999 CSPR o Daily total of all available addresses that contain at least 10,000 to 99,999 CSPR o Daily total of all available addresses that contain at least 100,000 to 999,999 CSPR o Daily total of all available addresses that contain at least 1,000,000 to 4,999,999 CSPR o Daily total of all available addresses that contain more than 5,000,000 CSPR

• The dataset should provide daily data points.

• Data must be available for download in .csv format and easily accessible. It should be available for at least the year 2023 and, preferably, for the entire blockchain history up to the Genesis block if applicable.

• The downloadable .csv datasets need to have at least the following filters to choose from: o Last month o Last year o All data (until Genesis or at least 2023) o Select time frame (with a selectable range that goes in the format "from dd.mm.yyyy to dd.mm.yyyy")

• Consider refining the categorization and suggest more granular datasets if applicable.

• Provide a detailed description of how the different sections were categorized, the calculations behind it, the data processing methods employed, and make the source code accessible.

• Optionally, include a graphical representation of the data over time on the explorer's webpage.