BinaryMarket Smart Contract Module in Bunzz
The BinayMarket module for a Binary Game product allows players to bet on the price changes of a certain token in the given timeframe and …
StakingERC721 Smart Contract Module in Bunzz
The StakingERC721 is a staking contract that allows to get rewards in ERC20. The repository contains contracts for farming with any ERC721 compatible NFTs. Any …
Merkle Tree Airdrop Smart Contract Module in Bunzz
The MerkleTreeAirdrop contract module acts as Airdrop for ERC20. It only sends out tokens on data verification, i.e., Merkle proof and appropriate arguments used to …
Building NFT Collections with NFT Minting Module Template
Blockchain technology has created new opportunities in various industries, including finance, supply chain management, and art. The creation and trading of non-fungible tokens are among …
StakingRewards Smart Contract Module in Bunzz
The StakingRewards contract allows to stake tokens for certain duration and get rewards according to their staked shares. In other words, it rewards users for …
ERC721 LazyMint Smart Contract Module in Bunzz
The ERC721 LazyMint module allows you to lazy-mint ERC-721 tokens, which allows any wallet to claim a lazy-minted NFT. It exposes a verifyClaim function that …
All Articles
- All
- Announcement
- DApp Development Tutorials
- DeFi
- Developer Stories
- ERC20
- Interviews
- Knowledge related to Web3
- NFT
- NFT(ERC1155)
- NFT(ERC721)
- Smart Contract Module
MinimalForwarder Smart Contract Module in Bunzz
This is a simple minimal meta transactions forwarder to be used together with an ERC2771 …
DEXPriceAggregatorUniswapV3 Smart Contract Module in Bunzz
The DEXPriceAggregatorUniswapV3 module is a DEX-based price oracle aggregating spot and TWAP rates from Uniswap …
UniswapV3Adapter Smart Contract Module in Bunzz
The UniswapV3Adapter module serves as a common interface for external contracts to perform queries and …
UniswapV2Adapter Smart Contract Module in Bunzz
The UniswapV2Adapter module serves as a common interface for external contracts to perform queries and …
Interview with Yano Aki, Smart Contract Engineer
Smart contracts have emerged as a powerful tool for creating self-executing contracts with predefined rules …
UniswapV2Factory Smart Contract Module in Bunzz
This module allows you to create uniswap liquidity pair contracts and you can fetch the …
ERC20Votes Smart Contract Module in Bunzz
ERC20Votes is an extension of ERC20 to support Compound-like voting and delegation. This version is …
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 …
ERC1155D Smart Contract Module in Bunzz
The ERC1155D module is a gas efficient NFT contract and an alternative to ERC721. It …
ERC721A Smart Contract Module in Bunzz
The ERC721A module is a modification of the ERC721 NFT standard that adds internal modifications …
Bunzz will be sponsoring next ETH TOKYO Hackathon
We’re delighted to announce we partnered with ETH GLOBAL to sponsor the next ETH TOKYO …
Bunzz Partners with web3’s Hackathon Platform AKINDO
In the current market climate, also known as the “crypto winter”, the web3 ecosystem continues …
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 …