Ultimate Go: Advanced Engineering 2.0
This class teaches you how to build a semantically correct blockchain in Go. The implementation of the Ardan blockchain takes inspiration from both Bitcoin and Ethereum. The class is a mix of lecture and coding.
Ultimate Go: Advanced Engineering
Our Services
Day 1.1 : Practical Use Of Blockchain
Day 1.2 : Genesis and Digital Signatures
Day 1.3 : Digital Signatures and Blockchain Database
Day 1.4 : Transaction Types and Signing Transactions
Day 2.1 : Transaction Types and Accounting
Day 2.2 : Memory Pools and Public Facing Web APIs
Day 2.3 : Public Facing Web APIs
Day 2.4 : Blocks, Audit Trails, and POW Mining
ardanlabs.com
Day 3.1 : POW Concurrent Mining
Day 3.2 : POW Concurrent Mining
Day 3.3 : POW Concurrent Mining and Accounting
Day 3.4 : POW Concurrent Mining and Storage
Day 4.1 : Review and Peer to Peer Networking
Day 4.2 : Peer to Peer Networking and Sharing Transactions
Day 4.3 : Peer to Peer Networking and Proposing Blocks
Day 4.4 : Code Cleanup