Trust Onyekwere

Build a Payment Splitter on the Binance Smart Chain (BSC)

A payment splitter is a tool that allows a single payment to be divided and distributed among multiple recipients automatically, eliminating the need for manual calculations and reducing the risk of errors. In this tutorial, you will learn how to build a payment splitter on the blockchain and get started quickly. By implementing a payment

Build a Payment Splitter on the Binance Smart Chain (BSC) Read More »

Web3.py vs. Web3.js: Which Ethereum Library is Right for Your Project?

Web3.py and Web3.js are two of the most popular web3 libraries used in the Ethereum ecosystem. They both provide a way for developers to interact with the Ethereum blockchain, but they have some significant differences. This article will compare the two libraries in depth and help you decide which one is best for your project.

Web3.py vs. Web3.js: Which Ethereum Library is Right for Your Project? Read More »

8 Steps to Building a DAO Ecosystem

Decentralized Autonomous Organizations (DAOs) are digital organizations run by smart contracts on the blockchain. They are decentralized, meaning that no central authority or leader is controlling, and instead, decision-making power is distributed among its token holders.  Building a DAO ecosystem can be complex and multifaceted, but following these key steps can increase your chances of

8 Steps to Building a DAO Ecosystem Read More »

ERC20 Tokens in DAOs – What, Why, and How?

Decentralized Autonomous Organizations (DAOs) have become an increasingly popular way to create decentralized communities and organizations. A DAO is a digital organization run by smart contracts on the blockchain, and its token holders govern it. One of the most widely used token standards for creating tokens in DAOs is the ERC-20 standard.  In this blog

ERC20 Tokens in DAOs – What, Why, and How? Read More »

The Role of Merkle Trees and Merkle Proofs in Blockchain Development

Merkle trees and Merkle proofs are important concepts in the world of blockchain technology. They allow for the efficient verification of large amounts of data and enable privacy-preserving applications of blockchain technology. What is a Merkle Tree? A Merkle tree, also known as a hash tree, is a data structure used in blockchain technology to verify

The Role of Merkle Trees and Merkle Proofs in Blockchain Development Read More »

Launch your own token on Polygon Network in 5 mins

In this guide, you will learn about creating your own token in 5 mins using Bunzz and launching on the Polygon network, and it will be a step-by-step process. Before we start, we need to understand a few things, and I promise it won’t be a long, boring history class lecture! What is Polygon Network? Polygon

Launch your own token on Polygon Network in 5 mins Read More »

How to Create and Mint an ERC20 Token in JavaScript.

The goal of this guide is to demonstrate how to create an ERC-20 token in as little time as possible using JavaScript and the Bunzz SDK without writing Solidity. This guide is divided into two parts, both covering the following major concepts respectively: Let’s start with the basics: What is an ERC20 token? What is

How to Create and Mint an ERC20 Token in JavaScript. Read More »

Token Standards: ERC20 vs. ERC721 vs. ERC1155

ERC stands for Ethereum Request for Comment, and addressing this topic will help us better understand the reach of many blockchain use cases. ERC standards, in a way, define the standards for writing the smart contract that regulates the token activities on Ethereum. Among others, three important protocols or token standards have been given the

Token Standards: ERC20 vs. ERC721 vs. ERC1155 Read More »