This video is available to students only
Writing Our First Solidity Contract
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