Skip to main content

Guides / All Tags

Solidity Guides

43 guides
Chain: All
Language: All
Technology: All
Product: All
Use Case: All
Level: All

Introduction to Scaffold-ETH 🏗

In this guide, we will learn how to set up and use Scaffold-ETH.

Updated February 28, 2024Intermediate
EthereumSoliditySmart Contracts

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 Fork Ethereum Blockchain with Foundry

In this guide, let’s go through the process of forking the Ethereum Mainnet at an older block and impersonating an account using Foundry.

Updated February 5, 2024Intermediate
EthereumSolidityFoundrySmart 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

How To Create and Mint an SPL Token using Solidity and Solang

In this guide, you will learn how to create and mint an SPL token using Solidity and Solang with Anchor.

Updated January 31, 2024Beginner
SolanaSolidityTypeScriptSPL Token ProgramMetaplexSolangAnchorSolana-web3.jsIPFS

Building and Deploying an Escrow Smart Contract with Dapp Tools

In this advanced guide, you'll learn how to use Dapp Tools to create, test, and deploy a basic Escrow smart contract on the Sepolia testnet.

Updated September 29, 2023Intermediate
EthereumSoliditySmart Contracts

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

Predicting Contract Addresses on Multiple Networks with Solidity's CREATE2

In this guide, you will learn how to predict smart contract addresses before deployment using Hardhat, OpenZeppelin, and Solidity.

Updated September 20, 2023Intermediate
EthereumSoliditySmart Contracts

How to Program with Solidity on Solana - Solang vs Neon

Learn about Solang and Neon, two tools that allow you to write smart contracts in Solidity and deploy them to Solana.

Updated August 4, 2023Beginner
SolanaSolidityJavaScriptTypeScriptSolangSolana-web3.js

How to Create a Solana Program using Solidity and Solang

Learn the basics of Solang, how to create your first Solana program (or smart contract) using Solidity and Solang, and how to implement tests to ensure your program works as intended.

Updated July 28, 2023Beginner
SolanaSolidityJavaScriptTypeScriptSolangSolana-web3.jsAnchor