You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
826 B

  1. # Development Notes
  2. ## ToDo list
  3. - Sankey generation without loops
  4. - Backend
  5. - Network Address generation avoiding infinite relation loops
  6. - Sankey Address generation without loops
  7. - Frontend
  8. - After Sankey visualization, go to Network Address visualization and render without Sankey dots
  9. - Both
  10. - Tx volume
  11. - Block size
  12. - Blockchain size
  13. other
  14. - Add counter with total blocks, total tx, total address
  15. - store date hour, day, etc:
  16. ```Go
  17. type DateModel struct {
  18. Hour string `json:"hour"`
  19. Day string `json:"day"`
  20. Month string `json:"month"`
  21. Amount float64 `json:"amount"`
  22. BlockHash string `json:"blockhash"`
  23. BlockHeight string `json:"blockheight"`
  24. }
  25. ```
  26. - mantain connection with wallet using websockets