This is the code for my first blockchain application. Brushing up my Golang and also on blockchain concepts.
The tutorial I'm following here is:
TODOs:
- Clustered environment. Currently only 1 master node is capable of mining the nodes and orchestrating the winners for POS.
- REST API to read the blockchain given a Hash.
- REST API to write to the blockchain.
- Add context to the function calls once the blockchain is clustered