Avneesh Agarwalforthirdwebthirdweb.hashnode.net·Mar 27, 2023Deploy a Smart Contract on Polygon (MATIC)This guide will show you how to deploy any smart contract to the Polygon network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Polygon Mumbai testnet, and mint an NFT on the smart contract. Let's get start...Discuss·46 likes·33 readsPolygon
Avneesh Agarwalforthirdwebthirdweb.hashnode.net·Mar 27, 2023Deploy a Smart Contract on Ethereum (ETH)This guide will show you how to deploy any smart contract to the Ethereum network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Sepolia testnet, and mint an NFT on the smart contract. Let's get started! Wh...Discuss·46 likes·63 readsSmart Contracts
Anand NforCoderCA Blogcoderca.hashnode.net·Jul 13, 2022A Byte of Blockchain - Week 35 Introduction to Ethereum - Blockchain 2.0Blockchain 1.0 Recap During the last 34 weeks, we discussed the first Blockchain - The Bitcoin Blockchain & referred to as Blockchain 1.0 where There is transfer of value in a decentralized environment & All transactions are authorized or agreed by...Discuss·11 likes·35 readsBlockchain
Alex KitforAlex Kittenbits.hashnode.net·Apr 11, 2023Ethereum: Simple deep-dive into EVM Storage.One of the greatest features of Web3 is the Open Data Principle. The Data doesn't belong just to companies, governments, groups, and individuals - it belongs to all of them and you at once. Anyone can create a twig (the contract) in global storage (t...DiscussEthereum
Ravi Kiran BethaforBest Practices for smart contractsravikiran-web3.hashnode.net·Apr 11, 2023Using Smart contract Audit toolsWhile the Manual review process is irreplaceable, to speed up the process, audit tools come in handy. Over the deployment of smart contracts, through attacks done on many live projects, a list of vulnerabilities has been identified and all new projec...DiscussSecurity
Ravi Kiran BethaforBest Practices for smart contractsravikiran-web3.hashnode.net·Apr 3, 2023My first review on Smart contractsThis is my first review of smart contracts of a project that is already live on mainnet. This is a learning exercise and hence I was keen to find a project that was simple to start with. It was also important for me to go back and check if this attem...DiscussEVM
Saksham Thapaforsakshamthapa.hashnode.net·Apr 2, 2023Web3 Learning Journey (Recontinued)Got few weeks off my time due to exams. Have been going through Karmacoma EVM from scratch article series which is written in python. Attempting to build the same in C++. Went through very small progress day by day but finished the first part which i...DiscussEVM
Özgür Akkurtforozgrakkurt.hashnode.net·Mar 30, 2023Building an Ethereum(EVM) API acceleratorThis post is about building an accelerator for APIs that serve EVM based blockchain data. ChatGPT Summary The post talks about the problems with the current Ethereum RPC servers and PostgreSQL indexing solutions. It suggests building an accelerator t...Discuss·1 like·61 readsEthereum
Avneesh Agarwalforthirdwebthirdweb.hashnode.net·Mar 27, 2023Deploy a Smart Contract on Ethereum (ETH)This guide will show you how to deploy any smart contract to the Ethereum network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Sepolia testnet, and mint an NFT on the smart contract. Let's get started! Wh...Discuss·46 likes·63 readsSmart Contracts
Avneesh Agarwalforthirdwebthirdweb.hashnode.net·Mar 27, 2023Deploy a Smart Contract on Polygon (MATIC)This guide will show you how to deploy any smart contract to the Polygon network. By the end, you'll learn how to create a simple NFT Drop smart contract, deploy it to the Polygon Mumbai testnet, and mint an NFT on the smart contract. Let's get start...Discuss·46 likes·33 readsPolygon
Ali Murtaza Memonforalymurtazamemon.hashnode.net·Mar 24, 2023Deploy Smart Contract On Any EVM Chain using thirdwebBlockchain technology has opened up a new world of possibilities for developers to create decentralized applications that can revolutionize various industries. Smart contracts are an essential component of these decentralized applications as they ena...Discuss·31 readsBlockchain
Massimo LuraschiforMassimo Luraschiraekwon.hashnode.net·Mar 17, 2023Building a fast and scalable Web3 API on Fantom blockchainSummary I leveraged Subsquid’s indexing framework to build my very own API that is able to process data on Fantom network, and map every tokenId to its corresponding Rave name, allowing for querying in the opposite direction (get Rave name from token...DiscussBlockchain
Saksham Thapaforsakshamthapa.hashnode.net·Mar 9, 2023Web3 Learning Journey (Day 6)Most of my time previously went for hackathon. Wans't able to submit for Filecoin Space Warp but followed up the same idea to ETHForAll hackathon. Called the project Trustmarket, didn't win any prizes but had fun experimenting and building it. Projec...DiscussEVM