blockchain (9 articles)

Substrate blockchain application with a custom React frontend

15.06.2022 - 29m read - rust blockchain substrate frontend react

In this post, I’ll show how to implement a custom React frontend for a Rust-based Substrate blockchain application.


How to build a custom blockchain implementation in Rust using Substrate

01.03.2022 - 29m read - rust blockchain substrate

In this post, I’ll show how to implement a custom blockchain in Rust using Substrate.


Substrate blockchain development: Core concepts

15.01.2022 - 11m read - rust blockchain substrate

In this post, we'll look at the core concepts of the Rust-based Substrate blockchain development Framework.


How to build a blockchain in Rust

14.12.2021 - 63m read - rust blockchain

In this post, I’ll show how to implement a simple Blockchain from scratch in Rust.


Ethereum Prepaid Transactions with Go

If ethereum or any other smart-contract platform is ever going to reach mainstream, a mechanism for people without holding cryptocurrency is needed. While there are efforts to achieve this in the future on ethereum, this post shows a workaround using a Go webserver.


Interactions between Smart Contracts with Solidity

08.09.2017 - 6m read - blockchain ethereum smartcontracts solidity

The ability for Smart Contracts to call other contracts can be quite useful for several use-cases, which will be described in this post.


Ethereum Light-Client with React Native

04.08.2017 - 12m read - blockchain ethereum reactnative lightclient

Light-Clients are a concept widely regarded as important in the Blockchain community due to their fully decentralized nature. In this post, we'll look at an example of how to integrate the go-ethereum light-client with a React Native app


Interacting with Ethereum Smart Contracts using Go

23.07.2017 - 7m read - Go Golang ethereum blockchain smartcontracts

Smart Contracts and Blockchain remain a hot topic. This post will show how to interact with Ethereum Smart Contracts using Go.


Getting Started with Smart Contracts using Solidity

Smart Contracts and Blockchain Technology are quite intriguing topics. This post shows an example for a Winner Takes All Crowdfunding contract implemented with Solidity.