ernaneluis / graph-dynamics

graph-dynamics lib
1 stars 0 forks source link

BitCoin Graph #3

Closed cesarali closed 7 years ago

cesarali commented 7 years ago

Please define a class for the bitcoin models, we need t simply to finish this class: https://github.com/ernaneluis/graph-dynamics/blob/master/graph_dynamics/networks/generative_graphs.py#L16

Called simply bitcoin graph or ernane graph since is not goin to be generate but to define a graph instead

be need a framework like

https://github.com/ernaneluis/graph-dynamics/blob/master/tests/dynamicsTest.py#L35

So we can define a graph and then evolve it. This will require an abstract class called Graphs or something like that, but I will write it down after you work on the particular example

cesarali commented 7 years ago

Please make sure that you inherit the class

https://github.com/ernaneluis/graph-dynamics/blob/master/graph_dynamics/networks/datatypes.py#L22

essentially this should provide us one snap shot of the graph

ernaneluis commented 7 years ago

@cesarali please have a look on my commit https://github.com/ernaneluis/graph-dynamics/commit/44bfdee816a2489788f25f9d72369abde0cc3209

see if is this way of integration you want it.

I named the graph as TxGraph and TxDynamics, from Tx in bitcoin means transaction

ernaneluis commented 7 years ago

@cesarali please have a look