Articles → BLOCKCHAIN → Remix Editor

Remix Editor






Purpose





Open Remix




Picture showing the remix editor in the browser



How To Create Your First Contract?




Picture showing the New File submenu for creating the new smart contract




Picture showing a new file is created with sol extension




// SPDX-License-Identifier: MIT
pragma solidity 0.8.26;

contract hello {

    string public ourString = "Hello World";

}


Picture showing the first smart contract code



Compile The Code




Picture showing the icon to compile the code




Picture showing a window of solidity compiler





Deploy The Contract




Picture showing the icon to deploy the code




Picture showing the window to deploy and run transactions



Output


Picture showing the output of your first smart contract



Deploy And Run Transactions Window















Posted By  -  Karan Gupta
 
Posted On  -  Saturday, September 7, 2024
 
Updated On  -  Thursday, September 26, 2024

Query/Feedback


Your Email Id
 
Subject
 
Query/FeedbackCharacters remaining 250