© 2022 Hashnode
#thirdweb
Along with the rising prominence of Non-Fungible Tokens (NFTs), several NFT marketplaces have sprung up. Because NFTs are digital assets that can be bought, sold, or traded, these marketplaces play an…
This article was published first on blog.developerdao.com. Along with the rising prominence of Non-Fungible Tokens (NFTs), several NFT marketplaces have sprung up. Because NFTs are digital assets that…
Create A Discord Bot That Gives NFT Holders A Role In this guide, we'll set up a Discord bot that checks if a wallet has an NFT from a collection, and grants them a special role on our Discord server …
Introduction In this guide, we'll use the Signature Drop contract to create a collection of NFTs that follow the ERC-721A standard! Compared to the regular ERC-721 standard, the ERC-721A implementatio…
What is thirdweb? thirdweb is a platform that lets you deploy smart contracts without having to know Solidity, you can do it by using TypeScript, Python or Go or even without writing any code. Introdu…
There are various ways to connect metamask wallet but I will show you one of the simplest ways out there. Remember this is not only limited to metamask, you can also connect coinbase wallet, walletCon…
Many of the events and hackathons were canceled by COVID-19 and this is where online hackathons kind of things kicked in very hard. Yes, I don't have any experience with offline hackathons, I know som…
Introduction In this guide, we will create: An ERC-721 NFT Drop smart contract with lazy minted NFTs users can mint Your own ERC-20 token smart contract An NFT Staking Smart Contract where users can …
What is a crypto wallet? To do just about anything in blockchain, you will need to create a crypto wallet. A crypto wallet is an application or physical device used to unlock access to your crypto as…
Introduction If you are reading this, I assume you have completed the Build a Web3 app with Solidity project on buildspace! If you haven't already, enroll and complete the course to have a smart contr…