Best of Hardhat2022

  1. 1
    Article
    Avatar of communityCommunity Picks·4y

    Building a Full Stack Web3 YouTube Clone with Next, IPFS, The Graph, Solidity, and Polygon

    Next, IPFS, The Graph, Solidity, and Polygon Table of contents. Building a full-stack YouTube clone on top of the Polygon blockchain using the below tech stack. The next step is to set up a next.js app and install the required dependencies. The smart contract is a decentralized program that responds to events by executing business logic.

  2. 2
    Article
    Avatar of moralisMoralis·4y

    How to Code a Blockchain App in 5 Steps

    The Web3 tech stack has come a long way in recent years, with Web3 authentication, on-chain events, account syncs, and the ultimate Web3 API. With Moralis’ Web3 Auth API and web3uikit, you can cover that in minutes. When non-authenticated users try to vote in our blockchain app, they receive a warning message.

  3. 3
    Article
    Avatar of coinsbenchCoins Bench·3y

    2023 Blockchain developer Roadmap

    More programmers are trying to learn blockchain and want to start their careers as blockchain developers. In this article, I have given a roadmap to developers about how to become a blockchain developer. Learn these technologies below are the front and backend technologies the need to learn in order to start your career as a Blockchain developer.

  4. 4
    Article
    Avatar of asayerasayer·4y

    The Definitive Guide To Building A FullStack dApp

    In this tutorial, we will explore building a complete dApp on the Ethereum network from scratch. We will start the tutorial by setting up our development environment with Hardhat. We’ll build our smart contract in solidity, test that all methods are working in our terminal, deploy the contract, and connect it to our React frontend.

  5. 5
    Article
    Avatar of infoworldInfoWorld·4y

    The best open source software of 2022

    The best open source software of 2022 InfoWorld’s 2022 Bossie Awards celebrate the most important and innovative application development, devops, data analytics, and machine learning tools of the year. SvelteKit and Nuxt, as well as newer entrants like Blitz.js, are exploring new approaches and techniques.

  6. 6
    Article
    Avatar of communityCommunity Picks·4y

    Create a todo app with thirdweb deploy and Next.js

    Create a todo app with thirdweb deploy and Next.js for the smart contract. Create a folder where the hardhat project and the Next. JS app will go. Set up a folder, open up your terminal and execute these commands mkdir todo-dapp.

  7. 7
    Article
    Avatar of moralisMoralis·4y

    How to Run a Smart Contract with Unity

    In this article, we show you how to run a smart contract with Unity. Smart contracts, also known as Web3 contracts, are pieces of software running on programmable blockchains. You’ll learn how to use Hardhat to compile, deploy, and verify smart contracts. In addition, you will find out how to start using Moralis and how to work on Polygon’s testnet.

  8. 8
    Article
    Avatar of hashnode_web3Hashnode Web3·4y

    How to Build and Deploy an NFT Whitelist Smart Contract

    This post will teach us how to build and deploy NFT whitelist smart contract. It will enable us to add any user address, remove a user, validate a users, verify if the user has been allowed, and set an allow list limit for the contract. We'll start with the most basic structure of any contract. Let's get a sample project by running the command below.