ChatGPT vs. Bard vs. Bing: Who aces the React test?

2 years ago

We make ChatGPT, Bard and Bing write a simple yet tricky React app and see who wins this battle of…

The number of blocks to wait for before confirming transactions

2 years ago

In this article, let's try to find how many blocks a recipient should wait for before accepting a transaction. …Read…

Probability of an attacker mining a certain number of blocks

2 years ago

In the previous article, we found the probability of double-spending. In this article, let's look at the probability of an…

51% attack: Probability of double spending

2 years ago

We tried to understand the 51% attack through the gambler's ruin problem and the probability of a gambler winning T…

51% attack: Gambler’s ruin problem

2 years ago

This article discusses the solution to the gambler's ruin problem as a precursor to understanding the probability of double spending.…

51% attack-the probability of mining the next block

2 years ago

So far, we have briefly touched upon the idea of the 51% attack and how it actually allows double spending…

Adding authentication to an ASP.NET Core app using Asgardeo

2 years ago

ASP.NET Core is a cross-platform, open-source web framework that allows you to develop MVC applications and Web APIs with ease.…

All about blockchain forks

2 years ago

We looked at double spending and immutability in blockchain in the previous article. In this article, let’s discuss forks in…

Integrating Asgardeo with a .NET UWP application

2 years ago

Universal Windows Platform (UWP) allows you to write Windows applications that run across different platforms such as Windows 10, Windows…

Double spending and immutability in blockchain

2 years ago

In the last article, we looked at the process of mining in blockchain in depth. This article will look at…