my-cloud / ruthenium

Golang implementation of the Ruthenium protocol
The Unlicense
11 stars 1 forks source link

Display blockchain #124

Open JeremyPansier opened 1 year ago

JeremyPansier commented 1 year ago

Context The UI controller don't expose any API route to get the host blocks. It may be useful to display them in the UI.

Description The host blocks should be displayed in the UI, with the possibility to collapse each transaction, each block or the entire blockchain.

Tasks