hands-on lab

Solidity Lab: Variables

Beginner
Up to 1h
18
5/5
Get guided in a real environmentPractice with a step-by-step scenario in a real, provisioned environment.
Learn and validateUse validations to check your solutions every step of the way.
See resultsTrack your knowledge and monitor your progress.

Description

Solidity is a powerful and popular programming language that forms the backbone of the decentralised revolution. As the primary language for writing smart contracts on blockchain platforms like Ethereum, Solidity empowers developers to create secure, transparent, and self-executing contracts.

With Solidity, developers can build a wide range of decentralised applications (dApps) that are reshaping industries and disrupting traditional systems. Whether it's decentralised finance (DeFi) protocols, non-fungible tokens (NFTs), decentralised exchanges (DEXs), or decentralised autonomous organisations (DAOs), Solidity provides the foundation for trustless and tamper-proof interactions.

In this lab, you will learn how variables are declared in the Solidity programming language and how to use them.

Learning objectives

Upon completion of this beginner-level lab, you will be able to:

  • Declare a storage variable. 
  • Change access modified of the variable. 
  • Declare a local variable. 

Intended audience

  • Individuals studying software engineering.
  • Individuals who have an interest in crypto technologies.

 

About the author

Avatar
QA, opens in a new tab
Training Provider
Students
54,548
Labs
189
Courses
2,739
Learning paths
52

A world-leading tech and digital skills organization, we help many of the world’s leading companies to build their tech and digital capabilities via our range of world-class training courses, reskilling bootcamps, work-based learning programs, and apprenticeships. We also create bespoke solutions, blending elements to meet specific client needs.

Lab steps

Solidity Variables