Trust Onyekwere

Build an NFT Minting DApp With ERC-721A 

Many aspects of our lives have been transformed by blockchain technology, including how we exchange value, interact with digital assets, and own unique digital assets. Non-fungible Tokens (NFTs) are a revolutionary concept that enables us to create and own unique digital assets that can be bought, sold, and traded like any other asset.  This guide …

Build an NFT Minting DApp With ERC-721A  Read More »

Interview with Yano Aki, Smart Contract Engineer

Smart contracts have emerged as a powerful tool for creating self-executing contracts with predefined rules and conditions in the rapidly expanding world of blockchain technology and decentralized applications. Escrow smart contracts have grown in popularity as a means of facilitating secure transactions between parties without the use of intermediaries. In this interview, I spoke with …

Interview with Yano Aki, Smart Contract Engineer Read More »

Securing the Future of Smart Contracts

Securing the Future of Smart Contracts: EU Legislation Mandates Kill Switch Implementation

In a recent move aimed at increasing the security and control of smart contracts, the European Parliament has passed legislation requiring all smart contracts to include a kill switch. This development has sparked much debate and discussion within the blockchain and cryptocurrency communities. Who passed the bill, when, and for what purpose? The European Parliament …

Securing the Future of Smart Contracts: EU Legislation Mandates Kill Switch Implementation Read More »

Vesting Schedules in Blockchain Simplified

Equity compensation has long been a popular way for companies to incentivize and reward employees. With the rise of blockchain technology, businesses can now offer token-based equity compensation via smart contracts and blockchain token vesting wallets.  This blog post will delve into the vesting schedules for blockchain token vesting wallets, including what they are, how …

Vesting Schedules in Blockchain Simplified Read More »

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 »

Build a DApp on Polygon with Bunzz and Ethers.js

The goal of this guide is to demonstrate how to create a DApp that mints ERC-20 tokens on the Polygon network in as little time as possible using ethers.js and Bunzz without writing Solidity. This guide is divided into two parts, both covering the following major concepts respectively: Prerequisites to create and mint an ERC-20 …

Build a DApp on Polygon with Bunzz and Ethers.js 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 »