Skip to main content

Guides / All Tags

Hardhat Guides

20 guides
Chain: All
Language: All
Technology: All
Use Case: All
Level: All

How to Create and Deploy an ERC404 Token

This guide details the process of creating and deploying an ERC-404 token, showcasing the smart contract creation process, testing, and deployment techniques specific to Ethereum (and other EVM chains). It aims to equip developers with the skills needed to launch their own ERC-404 smart contract effectively.

Updated February 16, 2024Intermediate
EthereumSolidityTypeScriptHardhatSmart Contracts

How to Build an Auto Yielding Contract on Blast

In this guide, you will learn more about the Blast, an Ethereum L2 with native yield for ETH and stablecoins. Later, we will show you how to create, deploy, and interact with a vault smart contract that earns yield automatically.

Updated February 1, 2024Beginner
BlastSolidityTypeScriptHardhat

🎥 What is Chainlink's CCIP?

A video explaining what is Chainlink's CCIP and how it works.

Updated October 14, 2023BeginnerVideo
HardhatSmart ContractsNFTs

How to Mint an NFT Across Different Blockchains using Chainlink CCIP

In this guide, users learn how to mint an NFT on one blockchain from another using the Chainlink Cross-Chain Interoperability Protocol (CCIP).

Updated September 28, 2023IntermediateVideo
PolygonAvalancheHardhatSmart ContractsNFTs

How To Deploy a Solidity Smart Contract on Solana using Neon

Learn the basics of Neon, how to deploy a smart contract using Solidity and Hardhat, and how to perform tests to ensure it works as intended.

Updated September 26, 2023Beginner
SolanaSolidityHardhat

Different Ways to Verify Your Smart Contract Code

In this guide, you will learn the different ways to verify your smart contract source code using Etherscan, Remix.IDE, Hardhat, Brownie, and Foundry.

Updated February 15, 2023IntermediateVideo
EthereumHardhatFoundryRemix.IDEBrownieSmart Contracts

How to Create A Soulbound Token

In this guide, you will learn about Soulbound tokens and why they are useful. You will also learn how to deploy a Soulbound token contract on Sepolia using Hardhat.

Updated February 1, 2023Beginner
EthereumJavaScriptHardhatNFTsSmart Contracts

How To Create A 10K NFT Collection on Arbitrum Nova

In this guide, we show you the steps needed to create your own 10,000 NFT Collection on Arbitrum Nova using Solidity, JavaScript, and a non-custodial wallet.

Updated January 30, 2023Intermediate
Arbitrum NovaJavaScriptHardhatNFTs

How to Deploy a Smart Contract on Arbitrum Nova

This guide will show you how to build, deploy and interact with a simple storage smart contract on Arbitrum Nova using well-known developer tools such as QuickNode and Hardhat.

Updated January 13, 2023Intermediate
Arbitrum NovaSolidityJavaScriptHardhatSmart Contracts

How to Create an NFT Marketplace on the Polygon Blockchain

This guide will teach you how to create and deploy an NFT marketplace smart contract on the Polygon Mumbai test network using Hardhat. You will also learn how to test and interact with your deployed marketplace contract using Ethers.js.

Updated December 7, 2022Intermediate
PolygonSolidityJavaScriptEthers.jsHardhatNFTs