Created a cryptocurrency, implementing a blockchain that tracks and stores transactions, and checks the validity of the blockchain. Also allows the users to mine blocks, check balances, and print the blockchain.
This is some pseudo code that my teammate and I used for this project. It outlines everything that the finished and polished implementation does and shows our starting point.
This is some of the SHA (Secure Hash Algorithm ) that we implemented and put to work for our cryptocurrency.
My partner and I worked together to implement all of the functions in this project. The goal was to make a working cryptocurrency in a local environment on a small scale. This really helped to understand crypto and the data that goes into each transaction and the vast amount of data that surrounds crypto's in general. The outcome was a working implementation of BUFF Coin.