Ardan Labs
Tagged posts

“Blockchain”

Technical posts from the Ardan Labs blog.

Back to Blog

Subscribe to our Newsletter

By signing up you get access to our FREE Training Bundle, Technical Tuesday releases, Special Offers, & Notifications on our latest content.

Posts tagged “Blockchain”

Published

Jan 27, 2023

-

1 min read

Ultimate Go: Advanced Engineering Episode 20

go training golang blockchain

Introduction In episode 19, Bill designed and implemented the data structure for an account on his blockchain. This type will have a nonce field to ensure incoming …

Published

Jan 24, 2023

-

1 min read

Ultimate Go: Advanced Engineering Episode 18

go training golang blockchain

Introduction In episode 17, Bill began to design an in-memory accounting database that will store the account balances on his blockchain. To build this database, Bill …

Published

Jan 24, 2023

-

1 min read

Ultimate Go: Advanced Engineering Episode 19

go training golang blockchain

Introduction In episode 18, Bill defined the Go type that will represent a transaction and implemented the methods to validate one. While developing the transaction type, …

Published

Jan 19, 2023

-

1 min read

Ultimate Go: Advanced Engineering Episode 17

go training golang blockchain

Introduction In episode 16, Bill implemented additional means of verification for his blockchain’s transactions. The first update he made was to verify if a transaction …

Published

Jan 17, 2023

-

2 min read

Ultimate Go: Advanced Engineering Episode 16

go training golang blockchain

Introduction In episode 15, Bill architected a solution to ensure all the users on his blockchain were given a unique identifier. His approach consisted of essentially …

go training golang blockchain smart-contract

Introduction I made it my mission in 2022 to learn everything I could about blockchain and as the year ends, I feel like I accomplished my goal. Love it, hate it, or …

Published

Jun 6, 2022

-

11 min read

Practical Uses Of Blockchain Technology

go training golang blockchain

Introduction A blockchain is an integrated solution of different computer science problems in the form of a single, append-only, publicly available, transparent, and …

Published

May 5, 2022

-

10 min read

Blockchain In Go: Part IV: Fraud Detection

go training golang blockchain

Introduction In the first three posts, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the …

go training golang blockchain

Introduction In the first two posts, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the …

go training golang blockchain

Introduction In the first post, I explained there were four aspects of a blockchain that this series would explore with a backing implementation provided by the Ardan …

go training golang blockchain

Introduction This is the first post in a series that will explore the semantics and implementation details of the Ardan blockchain project. The code is a reference …