Solidity – Comments
This topic is about Solidity - Comments. Solidity supports both C-style and C++-style comments, Thus − Any text between a // and the end of a line is treated as…
This topic is about Solidity - Comments. Solidity supports both C-style and C++-style comments, Thus − Any text between a // and the end of a line is treated as…
This topic is about of Solidity - First Application. We're using Remix IDE to Compile and Run our Solidity Code base. Step 1 − Copy the given code in Remix IDE Code Section.…
Git flow is the set of guidelines that developers can follow when using Git. We cannot say these guidelines as rules. These are not the rules; it is a standard…
This topic is about Solidity - Basic Syntax. A Solidity source files can contain an any number of contract definitions, import directives and pragma directives. Let's start with a simple…
There are many different ways to use Git. Git supports many command-line tools and graphical user interfaces. The Git command line is the only place where you can run all…
This topic is Solidity - Environment Setup. This chapter explains how we can setup Solidity compiler on CentOS machine. If you do not have a Linux machine then you can…
This topic is about Solidity - Overview. Solidity is a contract-oriented, high-level programming language for implementing smart contracts. Solidity is highly influenced by C++, Python and JavaScript and has been…
The C# Reading and Writing to Text Files is StreamReader and StreamWriter classes are used for reading from and writing data to text files. These classes inherit from the abstract base class Stream,…
This chapter is about Solidity Tutorial. Solidity is a contract-oriented, high-level programming language for implementing smart contracts. Solidity is highly influenced by C++, Python and JavaScript and has been designed…
A C# File I/O is a collection of data stored in a disk with a specific name and a directory path. When a file is opened for reading or writing, it becomes…