Trust Onyekwere

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 »