# Development Notes ## ToDo list - Sankey generation without loops - Backend - Network Address generation avoiding infinite relation loops - Sankey Address generation without loops - Frontend - After Sankey visualization, go to Network Address visualization and render without Sankey dots - Both - Tx volume - Block size - Blockchain size other - Add counter with total blocks, total tx, total address - store date hour, day, etc: ```Go type DateModel struct { Hour string `json:"hour"` Day string `json:"day"` Month string `json:"month"` Amount float64 `json:"amount"` BlockHash string `json:"blockhash"` BlockHeight string `json:"blockheight"` } ``` - mantain connection with wallet using websockets