Secure Your Private Keys in Hardhat and Foundry with Encrypted Secrets
Learn how to secure private keys in Hardhat and Foundry using encrypted secrets. Follow step-by-step instructions to improve your security and reduce the risk of exposing sensitive information.
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.
🎥 What is Chainlink's CCIP?
A video explaining what is Chainlink's CCIP and how it works.
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).
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.
How To Approve Token Transfers Without Spending Gas Using EIP-2612
In this guide, you will learn how to deploy a ERC-20 permit contract (using the EIP-2612 standard) and approve token transfers without spending gas.
5 Ways to Verify a Smart Contract
Learn how to verify smart contract source code with Etherscan, Remix.IDE, Hardhat, Brownie, and Foundry in this guide.
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.
The Diamond Standard (EIP-2535) Explained - Part 2
In this guide, you will learn how to create, deploy, and test an EIP-2535 compliant Diamond smart contract using the diamond-1-hardhat repository and louper.dev, which is a tool for inspecting diamond smart contracts on EVM-based chains.
How to Create and Deploy an Upgradeable Smart Contract using OpenZeppelin and Hardhat
In this guide,we will demonstrate exactly how this is done by creating and deploying an upgradeable smart contract from scratch using OpenZeppelin and Hardhat.