Bloq is a blockchain implementation in Go that aims to provide a secure and decentralized ledger for various applications. It incorporates concepts like proof-of-work, mining, consensus algorithms, and transaction handling.
🚀 Features
- Immutable ledger: All transactions are recorded on the blockchain, ensuring transparency and auditability.
- Consensus Algorithm: Consensus is achieved through a distributed network of nodes using the PoS mock algorithm.
- Transaction Handling: Efficient handling and verification of transactions, ensuring integrity and security.
- P2P Network: A peer-to-peer network for communication and synchronization of the blockchain across nodes.