Skip to content

Commit

Permalink
Merge pull request #10 from frontmark/favmd-patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
favmd committed Feb 22, 2024
2 parents 6d958a3 + f301f88 commit f8853ca
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,11 @@

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![frontmark](https://img.shields.io/badge/powered%20by-frontmark-lightgrey.svg)](https://www.frontmark.de/)

## :chains: [BlockVisualisation](BlockVisualisation)

Source code of an algorithm to efficiently visualize graphs with a very high number of nodes and edges. In our experiments, this algorithm produced meaningful graphs within a reasonable amount of computing time, while other algorithms were not applicable due to their computational complexity.

Although developed for analyzing bitcoin blockchain data, it may be worth applying this algorithm to other blockchain transaction graphs or large graphs from other domains.

Read the full report here: [Graph Visualization for Blockchain Data](BlockVisualisation/report/Graph_Visualization_for_Blockchain_Data.pdf)

0 comments on commit f8853ca

Please sign in to comment.