This C++ project is a simplified blockchain simulator that supports basic cryptocurrency transactions. It features block creation, mining, and integrity checks, along with wallet functionalities for sending and receiving virtual funds.
A Python tool that retrieves the origin addresses of recent swaps from Uniswap V3 using TheGraph's API. It then fetches the current ETH balances of these addresses using the Etherscan API and ranks them in descending order, showcasing the richest wallets first.