Quick start
Last updated
Last updated
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 for simplicity.
Before getting started:
Follow Testnet for the step-by-step on how to add Mode testnet to .
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!
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.