This video is available to students only

How to Write an Ethereum Smart Contract with Solidity

In this video, we'll write our first Solidity smart contract

Let's write and deploy our first Ethereum smart contract in Solidity.

The process looks like this:

  • we write our contract (in a high level language)
  • compile it
  • and deploy it to the network
  • and after it's been deployed we can interact with it
 

This page is a preview of Intro to Programming Ethereum ĐApps

Start a new discussion. All notification go to the author.