Using Remix

This tutorial will show you how to compile and deploy a smart contract using Remix.

What you will do

  • Create a file on Remix

  • Upload or code the smart contract to the IDE

  • Compile the smart contract

  • Connect the application to chain via Metamask

  • Deploy the smart contract

To start building a smart contract, click on New File and name it as HelloWorld.sol.

Last updated