MinimalForwarder Smart Contract Module in Bunzz
This is a simple minimal meta transactions forwarder to be used together with an ERC2771 compatible contract. This MinimalForwarder module is mainly meant for testing, …
DEXPriceAggregatorUniswapV3 Smart Contract Module in Bunzz
The DEXPriceAggregatorUniswapV3 module is a DEX-based price oracle aggregating spot and TWAP rates from Uniswap V3 that selects the worst rate between spot and TWAP. …
UniswapV3Adapter Smart Contract Module in Bunzz
The UniswapV3Adapter module serves as a common interface for external contracts to perform queries and swaps for Uniswap V3 Factories. DexAggregator can use adapter to …
UniswapV2Adapter Smart Contract Module in Bunzz
The UniswapV2Adapter module serves as a common interface for external contracts to perform queries and swaps for Uniswap V2 Factories. The DexAggregator can use the …
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 …
UniswapV2Factory Smart Contract Module in Bunzz
This module allows you to create uniswap liquidity pair contracts and you can fetch the pair address of any ERC20 token that has an active …
All Articles
- All
- Announcement
- DApp Development Tutorials
- DeFi
- Developer Stories
- ERC20
- Interviews
- Knowledge related to Web3
- NFT
- NFT(ERC1155)
- NFT(ERC721)
- Smart Contract Module
MerkleProofWrapper Smart Contract Module in Bunzz
We are excited to announce our new MerkleProofWrapper Module available in Bunzz and created by …
Payment Splitter Smart Contract Module in Bunzz
We are excited to announce our new Payment Splitter Module available in Bunzz and created …
MerkleTokenVesting Smart Contract Module in Bunzz
We are excited to announce our new MerkleTokenVesting Module available in Bunzz and created by …
Reflection Token Smart Contract Module in Bunzz
We are excited to announce our new ReflectionToken Module available in Bunzz and created by Yano. Reflection tokens …
EscrowByAgent Smart Contract Module in Bunzz
We are excited to announce our new EscrowByAgent Module available in Bunzz and created by Yano With the …
Vesting Wallet Smart Contract Module in Bunzz
Dear blockchain developers, we are excited to announce our new series of Smart Contract Modules …
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 …
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 …
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 …
Token Standards: ERC20 vs. ERC721 vs. ERC1155
ERC stands for Ethereum Request for Comment, and addressing this topic will help us better …
Bunzz closes a partnership with Spheron protocol to offer fast decentralized hosting for Dapps developers
To cover all the steps and processes needed for web3 developers to publish their Dapps, …
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, …
NFT
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, …
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 …
New Bunzz SDK Plugin and NFT Marketplace template now available for Bubble users
By now our GUI only allowed users to easily build smart contracts without coding the back end. But in order to finish the Dapp building …
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 …
DeFI
Revolutionizing NFTs: Unleashing the Power of ERC-6551
Introduction: The world of non-fungible tokens (NFTs) has witnessed tremendous growth and innovation, transforming the digital ownership landscape. NFTs provide a unique way to represent …
The Hacking Risk of Private Keys When Deploying Contracts Locally
A True Tale from ETH Global Tokyo This story unfolded at ETH Global Tokyo. A developer, who had entered the Bunzz Prize hackathon, froze in …
Understanding Zero-Knowledge Proof (ZKP)
What is ZKP In cryptography, zero-knowledge proofs allow one person to prove to another person that they know something or have done something, without revealing …
Bunzz Releases its User Triggered Deployment SDK for DApp Development
This is an overview of Bunzz SDK new functionality that makes the process of allowing users to deploy a contract easier for developers to implement. …
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 …
ERC1155D Smart Contract Module in Bunzz
The ERC1155D module is a gas efficient NFT contract and an alternative to ERC721. It is intended to only be used for 1/1 NFT’s (supply …
ERC721A Smart Contract Module in Bunzz
The ERC721A module is a modification of the ERC721 NFT standard that adds internal modifications to heavily optimize serialized batch minting while keeping all of …
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 …
New features & Updates to the Module templates Upload process in Bunzz Repository
For all developers who already started contributing to our open source Smart Contract Hub by uploading their own custom modules templates in Bunzz Repository we …
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 …
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 …
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 …