ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

4,335 results

Smart Contract Programmer
Simple Trick to Reduce Solidity Code Size

Solidity has a code size limit of 24 Kb. There is a simple trick to reduce the size of your code. Wrap code inside function modifier ...

2:30
Simple Trick to Reduce Solidity Code Size

6,574 views

4 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
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,134 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,832 views

6 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,412 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,224 views

5 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,443 views

6 years ago

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,529 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,300 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,358 views

6 years ago

Smart Contract Programmer
Visualize Solidity Smart Contracts with VS Code Extension

Generate graph of Solidity smart contract with VS Code extension #Solidity #SmartContract #Ethereum #スマートコントラクト ...

2:52
Visualize Solidity Smart Contracts with VS Code Extension

28,966 views

3 years ago

Ethereum Foundation
5 Smart Contract Patterns I Wish More Devs Would Use

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

11:42
5 Smart Contract Patterns I Wish More Devs Would Use

2,162 views

3 years ago

TechCode
Web3 Tutorial | Decentralize Apps using Solidity Smart Contracts

Learn how to create Decentralize applications using solidity smart contracts and enter them into Web3. Create Etherium ...

1:58:27
Web3 Tutorial | Decentralize Apps using Solidity Smart Contracts

307 views

3 years ago

Smart Contract Programmer
Find Smart Contract Vulnerabilities with Slither

Slither is an easy to use security tool that finds potential security holes in your smart contracts. This video explains the basic usage ...

4:53
Find Smart Contract Vulnerabilities with Slither

25,068 views

4 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,728 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,932 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,569 views

6 years ago

Artur Chmaro
How to become Solidity Dev in 2023?

Why learn Solidity? - Solidity developer roadmap - Free resources - Tools worth checking - Cool Discords and newsletters 0:00:00 ...

1:18:53
How to become Solidity Dev in 2023?

1,499 views

Streamed 2 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,493 views

6 years ago

Artur Chmaro
Deploy your first Solidity smart contract with Remix IDE

In this video, I will show you how to deploy smart contracts using Remix IDE (web app for Solidity development). As example, I ...

27:49
Deploy your first Solidity smart contract with Remix IDE

81,776 views

4 years ago