Polygon How to code and deploy a smart contract on the Polygon network In this tutorial, we are going to learn how to create a smart contract and deploy it to the Polygon network using Foundry, Hardhat or Brownie.
HardHat How to use fixtures in Hardhat unit tests In this tutorial, we are going to learn how to use fixtures in Hardhat unit tests to set up your tests without repeating code and to improve the tests speed.
Solidity How to write unit tests for your smart contract in Solidity with Hardhat In this guide, we are going to learn how to write unit tests in JavaScript for your smart contract in Solidity with Hardhat.
Solidity How to verify your smart contract on Etherscan In this guide, we are going to learn how to verify your smart contract on Etherscan using Hardhat, Brownie or the Etherscan interface.
Solidity How to use OpenZeppelin to implement ERC standards in Solidity In this guide, we are going to learn how to use OpenZeppelin to implement ERC standards and create smart contracts based on these standards.
Solidity How to deploy a Solidity smart contract with Hardhat In this guide, we are going to learn how to deploy a Solidity smart contract build on Hardhat. We're also going to learn how to verify that smart contract on Etherscan.
Solidity How to create smart contracts on the Ethereum blockchain In this guide, we are going to learn how to create smart contracts on the Ethereum blockchain and other EVM chains (blockchains based on Ethereum).