Best of EthereumSeptember 2022

  1. 1
    Article
    Avatar of coinsbenchCoins Bench·4y

    How I became a BlockChain Developer in 2022 for free:

    Blockchain is one of the fastest growing fields in the tech industry with a growth rate of 44%. It will take around three to six months to become a BlockChain developer. There are two types of blockchain developers. One who designs complete blockchain and another who builds software on top of it. Here are some project ideas you can build.

  2. 2
    Article
    Avatar of hnHacker News·4y

    GPU Mining No Longer Profitable After Ethereum Merge

    The best graphics cards should finally be back where they belonged, in your gaming PC. That's a quick drop, considering yesterday there were still a few cryptocurrencies that were technically profitable. Buying a used graphics card looks like it's set to become far. This often means keeping the cards near their limits by using fan curves that keep them near their thermal limits.

  3. 3
    Article
    Avatar of gcgitconnected·4y

    Web3 Authentication using Moralis in React Application

    Moralis is a piece of software that allows you to build cross-chain dApps (decentralized applications) very quickly. Moralis provides APIs, SDKs and Data for building high performance dapps.

  4. 4
    Article
    Avatar of moralisMoralis·4y

    Full Guide: How to Build an Ethereum Dapp in 5 Steps - Moralis Web3

    This video covers all aspects of this guide and the intricacies of the code from the GitHub repository. If you follow along, we will start the tutorial by diving deeper into the first step and show you how to create a Moralis account. To get started, you need to navigate to ‘moralis.io’ and click on the “Start for Free” button at the top right.

  5. 5
    Article
    Avatar of moralisMoralis·4y

    Web3 Template - Build a Dapp Using a Web3 Website Template - Moralis Web3

    Moralis’ Ethereum Boilerplate – The Ultimate Web3 Website template acts as a ‘Web3 website template’ It is the initial step for developers to create a dapp ( Including token addresses, token IDs, ‘from’ addresses, “to” addresses, type of NFTs (ERC-721 or ERC-1155), dates, and transaction hashes.

  6. 6
    Article
    Avatar of communityCommunity Picks·4y

    Solidity Hello world

    Solidity Hello world Hi I am Francesco, and in this short article, I will show you a short step-by-step guide to write your first "Hello World" in Solidity. Do you prefer the Video Version? Just click the link below.

  7. 7
    Article
    Avatar of logrocketLogRocket·4y

    Build a blockchain social media platform

    A blockchain is a ledger that is practically immutable. It provides a permanent record that is not feasible to falsify or erase. In this article, we’ll design and build a blockchain social media platform, called Chirper, The initial lines of code specify the license and the version of the Solidity programming language that is used to compile the contract. Solidity is still developing quickly.