Quick start

In this section we'll get you deploying a sample contract on Mode in less than 10 minutes. Let’s see how to deploy a smart contract on Mode using the Remix IDE for simplicity.

Get everything ready

Before getting started:

  1. Follow Testnet for the step-by-step on how to add Mode testnet to Metamask.

  2. This guide assumes you have got Sepolia ETH and bridged to the Mode Testnet Network. Learn how to do that in Testnet Faucets

We are ready to get started!

Remix & Sample Code

Remix is a no-setup tool for developing smart contracts. It’s easy to get started allowing a simple deployment process, debugging, interacting with smart contracts, and more. It’s a great tool to test quick changes and interact with deployed smart contracts.

For the sake of this tutorial, we will be deploying the ‘1_Storage.sol’ smart contract that comes as an example in Remix, but you can use any of your code.

We added a few lines of code to register this contract on the SFS. You can copy and then paste this in Remix or use your own contract code.

Last updated