Md Zartaj Afserzartaj.hashnode.dev·Jan 15, 2024Token Standards in Ethereum Part-III (ERC1155)PREREQUISITES To better understand this post, I recommend you first study the ERC20 and ERC721 standards. As I said in the earlier post we could only send one token at a time in an ERC721 contract, which results in high gas fees, and it would take ...DiscussERC1155
BuildBearbuildbear.hashnode.dev·Dec 19, 2023ERC Standards: A Comprehensive GuideThis article was first published on the BuildBear website at https://www.buildbear.io/blogs/ERC_Standards. What are ERC standards? ERC stands for "Ethereum Request for Comments." These are essentially sets of technical guidelines that define how smar...Discusserc
Jessie Thomascryptoinvestbusiness.hashnode.dev·Jun 15, 2023ERC1155 Token Standard - The Future of TokenizationDigital assets are unique in nature, as they can be replicated and shared easily, making ownership and control challenging. One solution to this problem is to tokenize these assets, providing a verifiable value and ownership to these digital goods. W...DiscussERC1155
BuildBearbuildbear.hashnode.dev·Jun 8, 2023Learn and deploy an ERC 1155 smart contract (Most used by web3 Games).Before Developing the ERC1155 smart contract let’s have an In-Depth Look at ERC1155 and Its Applications First Let’s look at ERC, tokens, and NFTs to understand the need for ERC1155 “ERC” stands for Ethereum Request for Comments. It is a type of EIP ...DiscussNFT
Aaron Rebeloaaronr2023.hashnode.dev·Apr 21, 2023Understanding ERC1155The Basics ERC1155 tokens are semi-fungible tokens that have a single token but multiple owners, unlike ERC721 which are one-of-one and only have a single owner of a specific token. an example would be a certificate from Udemy. A single certificate h...DiscussERC1155
Atharva Deosthaleblog.atharva.codes·Jan 6, 2023Writing an ERC-1155 token from scratch using SolidityWe hear about fungible (ERC-20) and non-fungible (ERC-721) tokens daily. But what if I told you that there exists a semi-fungible token? In a semi-fungible token contract, you can find tokens with copies (just like fungible tokens) and multiple token...Discuss·10 likes·104 readsSoliditySolidity
Aayush GuptaforLearnWeb3haardikkk-1648735168073.hashnode.dev·Dec 20, 2022How to build custom ERC-1155 NFT Collection using thirdwebIn this tutorial, we will be building a custom ERC-1155 NFT bundle collection using Thirdweb ContractKit and Deploy tool. Instead of minting all the NFTs in one go, we allow users to mint a piece from any NFT bundle collection one by one. In addition...Discuss·3 likes·368 readsTutorial
Aayush GuptaforDeveloper DAO Blog | Web3 Tutorialsblog.developerdao.com·Nov 10, 2022How to Build Custom ERC-1155 NFT Collections Using ThirdwebIn this tutorial, we will build a custom ERC-1155 NFT bundle collection using Thirdweb ContractKit and Deploy tool. Instead of minting all the NFTs in one go. We allow users to mint NFT from any NFT bundle collection one by one. We also set a maximum...Discuss·540 readsHow to Build custom ERC-1155 NFT Collection using ThirdWeb
Aayush Guptaaayushguptaji.hashnode.dev·Nov 6, 2022How to Build custom ERC-1155 NFT Collection using thirdwebIn this Tutorial, we will build a custom ERC-1155 NFT Bundle Collection using Thirdweb ContractKit and Deploy tool. Instead of Minting all the NFTs in one go. We allow users to mint NFT from any NFT bundle Collection one by one. We also set a maximum...Discuss·16 likes·199 readsHow to Build custom ERC-1155 NFT Collection using ThirdWeb
Mohindar Amarnadhmohindar99.hashnode.dev·Nov 3, 2022Difference between ERC720 and ERC1155Let's start our understanding with the concept of Ethereum Request for Comment(ERC) which basically means the implemented standard for fungible or non-fungible tokens created using the Ethereum blockchain. When it comes to non-fungible tokens (NFTs),...DiscussSmart Contracts