Blockchain
How to Retrieve Ethereum Block Numbers by Date

How to Retrieve Ethereum Block Numbers by Date

Ethereum, with its vast ecosystem, allows developers to interact with the blockchain effortlessly. One interesting capability is to fetch the block number by a specific date using the ethereum-block-by-date package. This guide will walk you through the installation,...

How to Get Started with Polymesh Blockchain

How to Get Started with Polymesh Blockchain

Welcome to the Polymesh blockchain, a platform designed specifically for regulated securities and open finance! This guide will walk you through the basics of getting started with the Polymesh blockchain, covering both Testnet and Mainnet setups, as well as...

How to Use the Ethereum Graph Debugger

How to Use the Ethereum Graph Debugger

The Ethereum Graph Debugger (EGD) is an innovative tool designed to simplify the debugging process for Ethereum transactions. Unlike traditional debugging methods that require you to step through code line by line, EGD visualizes the entire control flow in a graph...

How to Get Started with Genesis: A Comprehensive Guide

How to Get Started with Genesis: A Comprehensive Guide

If you're looking to dive into the world of blockchain technology, Genesis is a fantastic open-source platform to explore. Created by Oleg Strelenko in 2011, Genesis offers unique features and an accessible entry point for developers. Here’s a user-friendly guide to...

How to Verify Your Contracts on Starknet Using Starkscan

How to Verify Your Contracts on Starknet Using Starkscan

Ensuring the integrity and security of smart contracts is crucial in the blockchain space, especially with platforms like Starknet where anyone can upload an Application Binary Interface (ABI) which could possibly be incorrect. This can lead to misinformation and...

Cakeshop Project Deprecation: Transition to Quorum Explorer

Cakeshop Project Deprecation: Transition to Quorum Explorer

With the rapid evolution of software tools and frameworks, it’s common for certain applications to reach the end of their lifecycle. One such application is Cakeshop, which was deprecated on May 31, 2022. In this blog, we'll walk you through the reasons for this...

How to Set Up and Develop Applications with Holochain-Rust

How to Set Up and Develop Applications with Holochain-Rust

Holochain is a powerful framework designed for building decentralized applications. This blog serves as a user-friendly guide to getting started with Holochain-Rust, understanding its architecture, and troubleshooting common issues. Let’s dive right in! Overview of...

Nethereum: Simplifying Ethereum Interactions with .NET

Nethereum: Simplifying Ethereum Interactions with .NET

Nethereum is a robust integration library that provides .NET programmers a seamless means to interact with Ethereum nodes—whether public or permissioned (like Geth, Parity, or Quorum). This library is tailored to accommodate a wide array of platforms, ensuring...