University final project - Community detection in the blockchain
CSS Java HTML JavaScript
Switch branches/tags
Nothing to show
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Failed to load latest commit information.
src
.gitignore
README.md
pom.xml

README.md

Blockchain analysis

A project aimed at performing analytics on the bitcoin blockchain.

Main Objectives

  • Community detection
  • Ownership of multiple addresses
  • Identification of owners

Stack

Server
  • Maven
  • Spring boot application
  • Neo4j database (community)
  • Apache Tomcat
  • JDK 1.8
Client
  • Boostrap 3