Flow - Hackathon Results
Methodology:
To perform this dashboard I've used the following 2 tables from Flipside crypto :
flow.core.fact_events was used to extract appropriate event_type of transaction. There are 2 similar options for contract creation AccountContractAdded and ContractInitialized. ContractInitialized were represented only in 12 observations whereas AccountContractAdded in almost 3000 so i'll consider these observations as contract deployment.
flow.core.fact_transactions were used to pull more info from transaction like new wallets or wallets who interacted with the contracts.
During the analysis I'll take a look at following metrics: montly created contracts, created contracts while hackathon was ongoing, monthly difference in created contracts, montly new wallets and metrics of new contracts usage such as daily unique transactions and wallets experiencing the contact, daily unique new contracts usage.
Introduction:
Flow is a fast, decentralized and developer-friendly blockchain, purposely built to support decentralized apps (DApps), games and the digital assets they run on. It’s designed for scalability and faster speed without sharding techniques, which makes it ideal for crypto-based games and NFT collectibles. learn more https://learn.bybitglobal.com/blockchain/what-is-flow-blockchain/
Flow hosted a hackathon on February 21-28, 2023 to bolster the development activity on their blockchain. This hackathon was dedicated to building innovative on-chain logic aimed at a mainstream audience.
It's been almost a month since hackathon start. The main purpose of this dashboard is to analyse the relusts of the hackathon, created contracts in comparison with previous periods, user activity experiencing these contracts during last month.