Camila Ramoscamiinthisthang.hashnode.net·Sep 28, 2021FeaturedI created a Web3 app and here's what I learned.I finally caved I'd been hearing a lot about Web3 and reluctantly did a deep dive on it over the weekend. What really caught my eye is the idea of decentralizing the control and ownership that currently only a few companies have. I'm particularly int...Ilango Rajagopal and 18 others are discussing this19 people are discussing thisDiscuss·304 likes·14.9K readsWeb DevelopmentI learned sooo much from this! 3
Sam SycamoreforHashnode Town Hallarrogant-crook-interrupt-85.hashnode.net·Nov 9, 2021FeaturedThe Best Web3 Resources—Blockchain, Cryptocurrency, NFTs, DAOs, and the MetaverseWeb3: is it just a passing trend, or could this be the future of internet infrastructure? Whether you're a true believer or a salty skeptic, you can't deny that the tech has already made a big impact. And it could have paradigm-shifting implications ...Caleb Olojo and 9 others are discussing this10 people are discussing thisDiscuss·207 likes·6.3K readsWeb3Great one Sam! 6
Edaeda.hashnode.net·Feb 20, 2022FeaturedHow to get started in Web3What's a wallet? What's this gas fee? How can I see this jpeg that I got as an airdrop? There are many new terms and concepts in web3 which do not exist in the traditional tech world. When I first started learning about web3, my main challenges were...Olubisi Idris Ayinde and 4 others are discussing this5 people are discussing thisDiscuss·200 likes·10.8K readsWeb3
Aaron Rebeloaaronr2023.hashnode.net·Apr 25, 2023Build an NFT minting websiteWe are going to build a DAPP that lets users connect their wallets and mint NFTs from our contract Since I don't have money at the moment, lets build it on the testnet :) Overview of the entire process ERC721 contract will be deployed on the testnet....Discussdapps
Aaron Rebeloaaronr2023.hashnode.net·Apr 24, 2023What are Soul bound tokens(SBT)?Soulbound tokens are a type of non-fungible token (NFT) that is permanently linked or "bound" to a specific user's account. In other words, once a soulbound token is created and assigned to a user, it cannot be transferred or sold to another user. So...DiscussSoulbound NFT
Aluko Ayomideoxayomide.hashnode.net·Apr 23, 2023Smart Contracts - OverviewIn the world of decentralized finance, there are thousands of mechanisms and technologies used in building Web 3 products today. One of which I will be talking about in this article is "Smart contracts", I call it the "hook, line and sinker" of block...Discuss·10 likes·59 readsBlockchain
Nawodya Ishannawodyaishan.hashnode.net·Apr 23, 2023Ethereum Blockchain App Developer Learning PathThis guide outlines the steps to becoming a Blockchain App Developer Software Engineer, covering essential knowledge and skills. Step 1: Fundamentals of Computer Science and Programming Learn a programming language: Start with a language like Python...DiscussBlockchainBlockchain
Aaron Rebeloaaronr2023.hashnode.net·Apr 23, 2023Build an airdrop NFT appAirdropping is a process of sending one or more tokens that you own to one or more addressNow why would we need AirDrop NFTs? create a better user experience for users to claim NFTs instead, we can just airdrop them and bear the gas fee, this helps ...Discussairdrop
KARTIKEY VERMAkartikeyverma.hashnode.net·Apr 22, 2023An Introduction to Solidity LanguageFinally, I'm publishing this blog😅😅 Hey, awesome readers! This blog is going to be too insightful for you all, I'm writing this blog intending to convey an introduction to the Solidity programming language, which is used for writing smart contracts...Discuss·10 likes·30 readsSmart Contracts
Aaron Rebeloaaronr2023.hashnode.net·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
Hamza Khattabimarmooz.hashnode.net·Apr 20, 2023Ultimate Guide for Gas Optimization on EthereumIntroduction We carry on the progressive learning curve of this Welcome to Web3 series. As you already know, money is the common thread of our series 🤑. So let's discuss the biggest challenge we face in the Web3 space. Whether as an Ethereum Develop...Discuss·27 likes·1.2K readsWelcome to Web3Web Development
RareSkillsrareskills.hashnode.net·Apr 20, 2023A free solidity tutorial for experienced programmersRareSkills has released a free and comprehensive introduction to Solidity for experienced programmers. Although there are many resources for the language, many of them are written to audiences new to programming. It is wonderful that blockchain has i...DiscussSolidity
krzkrz.hashnode.net·Apr 20, 2023Re-entrancy attacks in Smart ContractsRe-entrancy attacks occur when a smart contract function temporarily abandons the transaction's control flow by making an external call to a contract written by unknown or hostile actors. This allows the latter contract to make a recursive call to th...DiscussSolidity