Skip to main content
  1. Guides
  2. /All Tags
  3. /Remix.IDE Guides

Remix.IDE Guides

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

How to Use ERC-4626 with Your Smart Contract

In this guide, you will delve into the world of DeFi and learn about The Vault Standard (ERC-4626), which simplifies the process of interacting with different DeFi protocols and creating yield-generating vaults. You will understand the functioning of yield-bearing vaults, explore the ERC-4626 Tokenized Vault Standard, and even develop your own yield-bearing vault using Remix.IDE.

Created May 19, 2023Intermediate
EthereumEVMSmart ContractsSolidity

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.

Created February 15, 2023IntermediateVideo
EthereumBrownieEtherscanEVMFoundryHardhatSmart Contracts

How to Create a "Hello World" Smart Contract with Solidity

In this short guide, you will gain an understanding of smart contracts and deploy your first Hello World smart contract to an Ethereum testnet blockchain (Goerli).

Created December 16, 2022Intermediate
EthereumEVMMetaMaskSmart ContractsSolidity

How to Use Chainlink VRF in Your Smart Contract

In this guide, we will teach you more about Chainlink VRF and how it works.

Created November 29, 2022Intermediate
EthereumChainlinkEVMJavaScriptSmart Contracts

A Broad Overview of Reentrancy Attacks in Solidity Contracts

This quick guide gives a deep dive into everything you need to know about reentrancy manipulation.

Created October 7, 2022Intermediate
EthereumEVMSecuritySmart ContractsSolidity

An overview of how smart contracts work on Ethereum

In this guide, we’ll see an overview of how smart contracts work on the Ethereum blockchain. This will include how to set up an Ethereum IDE and then the process of writing and deploying a smart contract.

Created October 7, 2022IntermediateVideo
EthereumEVMMetaMaskSmart ContractsSolidity

The Web3 Developer Stack

In this guide, you will learn more about the web3 developer stack and the tech included.

Created October 6, 2022IntermediateVideo
EthereumEVMJavaScriptMetaMaskSmart ContractsSolidity

How to Create and Deploy an ERC-721 (NFT)

This guide will show you how to create and deploy an ERC-721 token.

Created March 28, 2022IntermediateVideo
EthereumIPFSJavaScriptNFTsQuickNode ProductSolidity

How to Create and Deploy an ERC-1155 NFT

In this guide, we will learn about the ERC1155 token standard and how to create an ERC1155 token.

Created March 14, 2022Intermediate
EthereumEVMMetaMaskNFTsSolidity

How to Create a Dutch Auction Smart Contract

In this guide, we will learn how to create a dutch auction smart contract which will make the entire auction process trustless.

Created February 11, 2022Intermediate
EthereumEVMMetaMaskSmart ContractsSolidity