Launching Smart Contract
Last updated
Last updated
Deploy a contract using Remix
Go to Remix IDE ( )
Create a new .sol
file
Give it any name, for example TestContracts.sol
Open the fil and write your code.
You can copy this example code and paste it there.
Change the Compiler version to 0.7.0+commit.9e61f92b
Click on Compile button and compile it.
If your contract is complied sucessfully, you can deply it directly from the Remix IDE.
Change the Environment to Injected Provider - MetaMask
Click onDeploy
button.
You will be asked to complete the transaction. Once you finish it, your contract will be deployed on Network1.