DApp Development Tutorials

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 »

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 »

Smart Contract Verification Feature Available in Bunzz

Bunzz keeps on over-delivering and now launched a Smart Contract Verification Feature, one of the most requested by its blockchain developers community. Now you can verify the source code of all the smart contracts that you deploy in Bunzz in an easy way, getting all the data you need to copy and fill in all …

Smart Contract Verification Feature Available in Bunzz 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 »

Introduction to Bunzz SDK: Key functionality for a speedy DApp development process

Bunzz SDK is a client-side library to interact with smart contracts deployed by Bunzz.  This is a brief and broad overview of Bunzz SDK functionality and its dependencies. We are constantly improving and updating it for blockchain developers to figure out how their Dapp building process can be accelerated and become smoother by reducing lines …

Introduction to Bunzz SDK: Key functionality for a speedy DApp development process 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 »

How to develop an NFT marketplace using Bunzz, the Dapp development platform, and Bubble, the no-code tool

This article describes the procedure for developing an NFT marketplace using Bubble, a no-code tool, and Bunzz, a smart contract development platform. Overall flow of the article 1. install Bunzz NFT Marketplace First, install “Bunzz NFT Marketplace” from the Bubble Template site. Bubble Template site Type “Bunzz” in the search box and search. Hover over …

How to develop an NFT marketplace using Bunzz, the Dapp development platform, and Bubble, the no-code tool Read More »

Using Solidity to Build Smart Contracts and Decentralized Applications (DApps)

The Ethereum network has been filled with innovation, and this can mostly be attributed to its smart contract system and functionality.  You see, these smart contracts are programs that exist on the Ethereum blockchain itself, and perform a variety of different tasks which are pre-programmed onto them, such as transferring Ether from one address to …

Using Solidity to Build Smart Contracts and Decentralized Applications (DApps) Read More »

How to generate ERC721 tokens (NFTS) using bunzz in no-code

This tutorial will guide you on how to generate, deploy, and mint NFTs (Non-Fungible Tokens)/ ERC71 tokens using the Bunzz development platform in no-code. Yarn will be used as the node package manager in this project. While other wallets can be used, the “Ropsten Test Network” on MetaMask is used for test purposes as the …

How to generate ERC721 tokens (NFTS) using bunzz in no-code Read More »

How to generate ERC20 smart contract using Bunzz in no-code

This guide explains how to generate, deploy, and mint ERC20 tokens using the Bunzz development platform in no-code. Yarn will be used as the node package manager in this project. While other wallets can be used, the “Ropsten Test Network” on MetaMask is the wallet used to connect to the Ethereum blockchain in this tutorial. …

How to generate ERC20 smart contract using Bunzz in no-code Read More »