Categorygithub.com/Jonathansoufer/golang-blockchain
modulepackage
0.0.0-20220310191611-1598d432d474
Repository: https://github.com/jonathansoufer/golang-blockchain.git
Documentation: pkg.go.dev

# README

PoW (UTXO) Blockchain Exercise

This is a simple implementation of a blockchain using PoW approach. This implementation was originally developed by Tensor Programming.

 

This Blockchain Implements:

  • Block encryption
  • Transactions
  • Chain creation based on real hash derived from block contents/transactions
  • Database storage (badger)
  • Merkle Tree algorithm
  • Network Simulation of nodes ("descentralization")
  • Wallet creation

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author