zakkisyedINVALID!!!Daily: Solana unique active wallets
    Updated 2022-01-28
    select count (distinct (tx_from_address)), date_trunc('day', block_timestamp) as dayz
    from solana.transactions

    where block_timestamp >= '2022-01-01'

    group by 2

    Run a query to Download Data