From the course: Blockchain: Learning Solidity
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Set the initial variables
From the course: Blockchain: Learning Solidity
Set the initial variables
- [Instructor] Okay, so now that we've got a good overview of the Solidity syntax, let's create a simple contract to put the syntax to work. We'll do this over the remaining of this chapter and what we're going to do, you have two choices right now. If you set up the compiler inside of your computer and you're working off VS Code, feel free to continue in VS Code. I'm going to go over to Remix where I can actually test the code when I'm done. So let's go ahead and just close VS Code. And now I'm going to go to Remix. If you don't know how to go to Remix, you actually go to Solidity and you can search directly in Google for Solidity Remix and then click on Remix Ethereum IDE. And once you're here, you have two choices. You can either create a new workspace or use the one that we have here with all the examples here. I tend to create a brand new workspace or I create a brand new file. So I'm going to create a brand new…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.