ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,326 results

Smart Contract Programmer
Learn Solidity (0.5) - Array

Learn how to use arrays in Solidity. Code: https://solidity-by-example.org/array/ Remix IDE: http://remix.ethereum.org Solidity: ...

9:41
Learn Solidity (0.5) - Array

5,536 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Merkle Tree

Learn about Merkle tree and merkle proof using Solidity. Code: https://solidity-by-example.org/app/merkle-tree Remix IDE: ...

10:28
Learn Solidity (0.5) - Merkle Tree

27,959 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Constructor

How to set state variables when you create a contract? Learn the basic syntax of constructors in Solidity Code: ...

4:04
Learn Solidity (0.5) - Constructor

7,135 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Call

Call is a low-level function in Solidity that is available on address type. In this video, I am going to show you how to use the call ...

10:24
Learn Solidity (0.5) - Call

7,302 views

5 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Visibility

What's the difference between public, private, internal and external functions in Solidity? Find out the difference in this video.

4:59
Learn Solidity (0.5) - Visibility

5,360 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Functions

You might be surprised that public functions in Solidity cannot return some data types. Learn the limitations of public functions in ...

7:42
Learn Solidity (0.5) - Functions

13,579 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Gas and Gas Price

What are gas and gas price? Learn how gas and gas price are used in Solidity. Code: https://solidity-by-example.org/gas/ Remix ...

7:25
Learn Solidity (0.5) - Gas and Gas Price

15,503 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Error

Find out how to use assert, require and revert to throw errors in Solidity. Code: https://solidity-by-example.org/error/ Remix IDE: ...

10:47
Learn Solidity (0.5) - Error

5,449 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Payable

Learn how to write contracts that can receive Ether by using the keyword "payable" Code: https://solidity-by-example.org/payable/ ...

10:27
Learn Solidity (0.5) - Payable

12,204 views

5 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Structs

Learn how to organize data by defining your own data type with structs. Code: https://solidity-by-example.org/structs/ Remix IDE: ...

13:11
Learn Solidity (0.5) - Structs

6,236 views

5 years ago

Ethereum Foundation
Using Solidity's SMTChecker by Leonardo Alt (Devcon4)

Visit the https://archive.devcon.org/ to gain access to the entire library of Devcon talks with the ease of filtering, playlists, ...

25:41
Using Solidity's SMTChecker by Leonardo Alt (Devcon4)

1,501 views

7 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Mapping

Learn how to use mapping in Solidity. Code: https://solidity-by-example.org/mapping/ Remix IDE: http://remix.ethereum.org ...

5:19
Learn Solidity (0.5) - Mapping

12,335 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Calling Other Contracts

You can call other contracts by using the low-level function "call". However there is a much simpler and safer way to call functions ...

10:11
Learn Solidity (0.5) - Calling Other Contracts

7,108 views

5 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Loop

Learn how to write for loops in Solidity. Code: https://solidity-by-example.org/loop/ Remix IDE: http://remix.ethereum.org Solidity: ...

3:03
Learn Solidity (0.5) - Loop

4,294 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Events

Find out what events are in Solidity and how they are useful. I will show you how to get past events and how to subscribe to ...

10:03
Learn Solidity (0.5) - Events

11,944 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Hello World

Learn how to write your first smart contract in Solidity. Code: https://solidity-by-example.org/hello-world/ Remix IDE: ...

3:10
Learn Solidity (0.5) - Hello World

52,755 views

6 years ago

DevTalk
Solidity Tutorial for Beginners

An introduction to the Solidity Programming Language. You'll learn: write smart contracts in Solidity, deploy smart contracts to ...

1:08:16
Solidity Tutorial for Beginners

129 views

2 years ago

Smart Contract Programmer
Learning Solidity (0.5) - Library

You can re-use code and save gas by using libraries in your Solidity smart contract. I will explain the difference between ...

8:54
Learning Solidity (0.5) - Library

4,413 views

5 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Function Modifiers

Increase the readability of your Solidity code by using function modifiers. Code: https://solidity-by-example.org/function-modifier ...

8:59
Learn Solidity (0.5) - Function Modifiers

9,714 views

6 years ago

Smart Contract Programmer
Learn Solidity (0.5) - Sending Ether

Learn how to send Ether from a contract in Solidity Code: https://solidity-by-example.org/sending-ether/ Remix IDE: ...

10:13
Learn Solidity (0.5) - Sending Ether

9,589 views

5 years ago