Uncategorized

Uncategorized

[Solidity] How to write comparison operators (equal/not equal)?

This section explains how to write comparison operators (equal/not equal) in Solidity. Syntax The following is ho...
Uncategorized

[Solidity] How to write logical operators (and/or)?

This section explains how to write logical operators (and/or) in Solidity. Syntax The following is how to write l...
Uncategorized

[Solidity] How to write a comment (comment-out)?

This section explains how to write a comment (comment-out) in Solidity. Syntax The way to write a comment in Soli...
Uncategorized

[Solidity] Basic Arithmetic Operations

This section explains the basic arithmetic operations (addition/subtraction/multiplication/division) in Solidity. It...
Uncategorized

[Solidity] What is the difference between storage and memory?

This section explains the difference between storage and memory, which are handled together with variables in Solidity....
Uncategorized

[Solidity] How to handle long strings (multi-line strings)?

This section explains how to handle long strings (multi-line strings) in Solidity. Syntax There are two main ways...
Uncategorized

[Solidity] How to convert uint to string?

This section explains how to convert uint to string in Solidity. Syntax Since string manipulation is difficult in...
Uncategorized

[Solidity] How to use revert?

This section explains how to use the revert function in Solidity. How to use The revert function is used when you...
Uncategorized

[Solidity] How to use assert?

This section explains how to use the assert function in Solidity. How to use The assert function is used when you...
Uncategorized

[Solidity] How to use require?

This section describes the use of the require function in Solidity. How to use The require function is used when ...
タイトルとURLをコピーしました