Skip to content

LolloneS/blockchain-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Python Blockchain Parser

Instructions

To correctly clone the submodule, use git clone --recursive instead of the standard git clone

Assignment

Develop a web app that works on Bitcoin Blockchain that works as follows:

  • It proposes a webpage with an input form that requires to enter a transaction ID
  • It searches in the blockchain the block that contains that transaction and shows: the input transactions, the output transactions, the signature of the transaction
  • optional: it checks if a transaction has done double spending: How to do it? Suppose the transaction uses i1, i2, ..., in as inputs. You must find the inputs specified as output of a previous transaction and check along the way that those outputs have not been used as inputs of other transactions.

Resources:

It is highly recommended to develop the project by using Python.

About

Project for the "Software Performance and Scalability" course, University of Venice, A.Y. 2018-2019

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors