ViewTube

ViewTube
Sign inSign upSubscriptions
Filters

Upload date

Type

Duration

Sort by

Features

Reset

6,039 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,583 views

4 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

29,089 views

3 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,977 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,158 views

6 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,383 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,425 views

5 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

28,099 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,978 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

82,020 views

4 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,554 views

6 years ago

Understanding Crypto
Compiling Solidity to Ethereum Virtual Machine Bytecode

The Ethereum Virtual Machine. Ethereum technology video series. Twitter: @UnderstanCrypto The Understanding Crypto Series ...

8:24
Compiling Solidity to Ethereum Virtual Machine Bytecode

640 views

3 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,460 views

6 years ago

Smart Contract Programmer
Hello World | Solidity 0.8

Where is the best place to start learning Solidity and smart contract programming? Remix. In this video, I will show you how to ...

3:25
Hello World | Solidity 0.8

51,343 views

4 years ago

Smart Contract Programmer
Counter | Solidity 0.8 Application

Let's build a basic application in Solidity. A counter. #Solidity #SmartContract #Ethereum #スマートコントラクト Remix ...

3:26
Counter | Solidity 0.8 Application

21,868 views

4 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,118 views

5 years ago

Code with Enzo
How to Solidity 101

Do you want to learn how to code in Solidity ? #solidity #ethereum #smartcontracts #cryptocurrency #nft Resources: - Solidity docs ...

8:46
How to Solidity 101

100 views

4 years ago

Smart Contract Programmer
State Variables | Solidity 0.8

Three types of variables in Solidity - state, local and global variable. State variables store data on the blockchain. #Solidity ...

1:53
State Variables | Solidity 0.8

26,004 views

4 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,546 views

6 years ago

Smart Contract Programmer
If Else | Solidity 0.8

This video explains how to write an if / else conditional statement in Solidity. There is also a shorthand way to write conditional ...

2:00
If Else | Solidity 0.8

20,336 views

4 years ago

Smart Contract Programmer
Constants | Solidity 0.8

Constants are variables that cannot be modified. Replacing variables with constants can reduce gas cost of calling function on the ...

3:12
Constants | Solidity 0.8

19,726 views

4 years ago