Skip to main content

Guides / All Tags

Smart Contracts Guides

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

How to Create Hooks on Uniswap V4

This guide will demonstrate how to create Hooks on Uniswap V4 using Foundry and the uniswap-v4 hook template.

Updated September 18, 2024Intermediate
EthereumFoundryDeFiSmart Contracts

How to Create and Deploy an ERC-777 Token

This guide will bring you up to speed with ERC-777 tokens and show you how to create, test and deploy them using Foundry.

Updated August 23, 2024IntermediateVideo
EthereumFoundrySmart Contracts

What is Bankrun and How to Use it to Enhance Solana Local Development?

This guide will teach you how to use Bankrun to enhance your local Solana development experience.

Updated July 19, 2024Intermediate
SolanaTypeScriptRustBankrunAnchorSmart Contracts

What is Amman and How to Use it to Enhance Solana Local Development?

This guide will demonstrate how to use Amman to enhance your local Solana testing experience.

Updated July 11, 2024Intermediate
SolanaUmiSmart Contracts

How to Create a Staking Vault Smart Contract with ApeWorX/ape

This guide teaches how to create and deploy a staking vault smart contract using the ApeWorX (ape) framework on Ethereum. It covers setting up an Ape project, writing ERC-20 and ERC-4626 vault contracts in Vyper, testing the contracts, and deploying them to the Sepolia testnet.

Updated June 28, 2024Intermediate
EthereumVyperPythonApeSmart Contracts

How to Create Anchor Program Clients using Kinobi

This guide will show you how to create clients for your Anchor programs using Kinobi.

Updated June 14, 2024Intermediate
SolanaRustAnchorUmiSmart Contracts

How to Swap Tokens on Uniswap V3

This guide will demonstrate how to swap tokens on Uniswap V3 using the Uniswap SDK and Ethers.js

Updated June 10, 2024Intermediate
EthereumEthers.jsDeFiSmart Contracts

How to Create an ERC-20 Token Factory dApp

In this guide, you will learn how to create an EVM Token Factory dApp to allow users to create their own ERC-20 token in a couple of clicks.

Updated June 8, 2024Intermediate
EthereumdAppsSmart Contracts

How to Create and Use Solana Token Extensions Using Anchor

In this guide, you will learn how to utilize Solana Token Extensions using Anchor.

Updated May 3, 2024Intermediate
SolanaRustJavaScriptTypeScriptAnchorSmart Contracts

How does Ethereum Virtual Machine (EVM) work? A deep dive into EVM Architecture and Opcodes

In this guide, you will add to your existing knowledge of the Ethereum Virtual Machine (EVM) by exploring its various components and learning how it executes opcodes to update the world state of Ethereum.

Updated February 28, 2024Advanced
EthereumSmart Contracts