Deploy a Smart Contract

Deploy a contract using Remix

  1. Open Remix IDE. ( Remix IDE )

  2. Create a new .sol file

AarmaChain Contract - Remix IDE
  • Give it any name, for example Counter.sol.

  • Fill with this example code:

Compile

  • Change the Compiler version to 0.7.0+commit.9e61f92b

  • Then compile it.

Deploy

  • Change the Environment to Injected Provider

  • Then click transact

  • Finally, verify the smart contract using AarmaScan.

Last updated