In a form of a graph where edges have information about number of transactions from/to given address. When I click on an vertex, I want data about that address appear (see #5 ) When I confirm that I want to switch current address, chosen address appears at the middle as center address.
Neighbors in this context mean addresses with which selected address has interacted (sent or received) any amount of cryptocurrency.
Definition of done:
[x] a user can enter an address for which they want to see the graph
[x] the address should be checked if it is legal
[x] if the address is correct, the graph should show
[x] the graph should have a middle vertex that represents entered address
[x] on the left there should be vertexes that represent addresses from which the middle address has received any currency
[x] on the right there should be vertexes that represent addresses to which the middle address has sent any currency
[x] from the bottom there should be a vertex that represents mined currency
In a form of a graph where edges have information about number of transactions from/to given address. When I click on an vertex, I want data about that address appear (see #5 ) When I confirm that I want to switch current address, chosen address appears at the middle as center address.
Neighbors in this context mean addresses with which selected address has interacted (sent or received) any amount of cryptocurrency.
Definition of done: