Skip to content

Commit

Permalink
Tidy up repo
Browse files Browse the repository at this point in the history
  • Loading branch information
mattconsto committed May 14, 2018
1 parent 9aa06e1 commit 55f7535
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 116 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# finance-project
Computational Finance Group Project
# Bitcoin Trace

[![](/report/images/application.png)](https://consto.uk/bitcoin-trace)

This project demonstrates the ability to visualize, and trace transactions through the Bitcoin network, evaluating three different methods. Namely poison, haircut and First-In-First-Out (FIFO).

To achieve this, a web application was created to first build up a network graph representing Bitcoin addresses as nodes, and transactions as directional edges. This allows the user to easily grasp the history of any given Bitcoin address, and then trace any transaction either up or down the graph.

* [Try online](https://consto.uk/bitcoin-trace)
* [Read the report](/report.pdf)
109 changes: 0 additions & 109 deletions blockchain.html

This file was deleted.

8 changes: 4 additions & 4 deletions graph.html → index.html
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,8 @@ <h4>About</h4>
</body>
<script src="https://d3js.org/d3.v4.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0-beta/js/materialize.min.js"></script>
<script src="graph.js"></script>
<script src="blockchain.js"></script>
<script src="tags.json"></script>
<script src="init.js"></script>
<script src="scripts/graph.js"></script>
<script src="scripts/blockchain.js"></script>
<script src="scripts/tags.json"></script>
<script src="scripts/init.js"></script>
</html>
Binary file modified report.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion report/main.tex
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

\section*{Abstract}

This report demonstrates the ability to visualize, and trace transactions through the Bitcoin network, evaluating three different methods. Namely poison, haircut and First-In-First-Out (FIFO).
This project demonstrates the ability to visualize, and trace transactions through the Bitcoin network, evaluating three different methods. Namely poison, haircut and First-In-First-Out (FIFO).

To achieve this, a web application was created to first build up a network graph representing Bitcoin addresses as nodes, and transactions as directional edges. This allows the user to easily grasp the history of any given Bitcoin address, and then trace any transaction either up or down the graph.

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 55f7535

Please sign in to comment.