The number of blocks to wait for before confirming transactions

11 months 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

11 months 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

11 months 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

11 months 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

1 year 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

1 year 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

1 year 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

1 year 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

1 year ago

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

React Server Components vs. Server-Side Rendering

1 year ago

React 18 introduced a completely new paradigm to the frontend realm in the form of React Server Components (RSC). Next.js…