Samarth Saxenaawesamarth.hashnode.dev·Nov 15, 2024Mainnet Forking in FoundryIntroduction When developing smart contracts, we often need to interact with contracts that have already been deployed. It would not be a smart decision to deploy the contract and test it on Mainnet using real ETH. But, thankfully for us, there is a ...DiscussFoundry ModeBlockchain
Jeremiah Samuelmacdev.hashnode.dev·Nov 8, 2024PERC721, ERC20, and ERC721 Tokens: Their DifferenceAs you embark on your journey through the Swisstronik testnet and explore the world of NFTs, it's essential to understand the various token standards available. This guide will help you grasp the differences between PERC721, ERC20, and ERC721 tokens,...Discuss@swisstronik
Samarth Saxenaawesamarth.hashnode.dev·Nov 1, 2024How to deploy smart contracts using FoundryIntroduction If you’ve been following this series so far, you already know how to write and compile smart contracts in Foundry. You also know how to use keystores to safely store and use your private keys. Now it is time to learn how you can deploy s...Discuss·31 readsFoundry ModeSolidity
Diluk Angelodilukangelo.dev·Oct 31, 2024Building a Complete NFT Launchpad: Part 1 - Smart ContractsHey NFT enthusiasts! 👋 Ever wondered how platforms like OpenSea and Rarible allow creators to launch their NFT collections without spending a fortune on gas? In this first part of our NFT Launchpad series, we'll dive deep into creating a gas-optimiz...Discuss·1 like·26 readsBuilding a Complete NFT Launchpad: From Smart Contracts to LaunchSmart Contracts
Akshaya GangatharanforMakingWeb3Easygrakshaya.hashnode.dev·Oct 22, 2024Deploying Your Contracts to the Core Blockchain Made Easy! 🌟 🚀So, you’ve got your smart contract ready, and you're itching to get it live on the Core blockchain! 🎉 In this article, we'll guide you through the necessary steps to deploy your contracts directly to Core. If you’ve been following along from our pre...Discussdeployment
Akshaya GangatharanforMakingWeb3Easygrakshaya.hashnode.dev·Oct 22, 2024Build Your Own Token Swap Contract in SoliditySwap Tokens In this tutorial, we’re gonna walk you through creating a dope token swap smart contract in Solidity. This bad boy lets users swap one ERC-20 token for another, all while collecting a little fee. Let’s get it! Prerequisites Before diving ...DiscussSolidity
Akshaya Gangatharangr-akshaya.hashnode.dev·Oct 22, 2024Build Your Own Token Swap Contract in SoliditySwap Tokens In this tutorial, we’re gonna walk you through creating a dope token swap smart contract in Solidity. This bad boy lets users swap one ERC-20 token for another, all while collecting a little fee. Let’s get it! Prerequisites Before diving ...DiscussSolidity
Samarth Saxenaawesamarth.hashnode.dev·Oct 12, 2024The best way to import your private key in FoundryIntroduction In my 2-something years of being a web3 dev, I’ve seen quite a lot of my frens and oomfs on Twitter lose all their funds because of one silly mistake: pushing their private keys to GitHub. It may sound like a very obvious and easy-to-avo...DiscussFoundry Modefoundry keystore
Samarth Saxenaawesamarth.hashnode.dev·Oct 3, 2024How to easily import dependencies and use remappings in FoundryIntroduction In this series of blogs, we’ve so far seen how we can install Foundry and write and compile simple contracts in it. If you have dependencies like ERC20 by OpenZeppelin in your contract, the process of importing and using them is slightly...DiscussFoundry ModeSolidity
YoungAncientyoungancients.hashnode.dev·Oct 2, 2024Mainnet Forking 1: A Beginner's GuideThis is a pretty interesting topic and a handy skill every smart contract developer should have. It’s easy, yes, but quite tasking also! Before we dive in, reading this alongside searching terms on Google would be a waste of time, so let’s break down...Imọlẹ and 5 others are discussing this6 people are discussing thisDiscuss·25 likes·63 readsBlockchain