Hello guys! This video will tell you how to create an ERC-1155 token from scratch without extending it to other libraries. This will help you understand how semi-fungible token works under the hood and give you a better idea about structuring your smart contracts. Highly recommended for people who are just beginning with Solidity development.
Timestamps
0:00 - Introduction
0:51 - Creating a hardhat project
1:40 - Working on the contract
31:24 - Deploying contract using thirdweb
34:00 - Testing the contract
38:30 - Conclusion