...

/

Deployment of a Smart Contract

Deployment of a Smart Contract

Understand the details of deploying a contract over to the blockchain network.

We'll cover the following...

After creating a smart contract, the next step is to publish it to a blockchain network for execution.

IDE

The most commonly used IDE for writing and executing Solidity code is Remix. We can use it online at Remix IDE or install it on a system from the Remix IDE desktop.

After we’ve written and compiled the code, we can deploy it in the following ways: ...