Skip to content

Spatial distributions

Zvezdin edited this page Jan 21, 2018 · 2 revisions

Spatial distributions are ways to extract recent changes or the state from blockchain data by representing it as an image. Please read the paper about these distributions before continuing.

Additional distributions

Distributions, not defined in the paper but that have been implemented and experimented with.

Contract balance last seen distribution

Distribution of contract accounts based on their balance (X) and seconds since last activity (Y).

//TODO: Example

Contract volume in ERC20 Distribution

Distribution of recently active contract accounts based on input volume (X) and number of (ERC20) operations with them (Y).

//TODO: Example

Clone this wiki locally