Ethereum
-
Learn Solidity: Globally Available Variables & Functions
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
No CommentsIn this post, we will understand the globally available variables & functions in solidity programming language.
-
Learn Solidity: Ether Units & Time Units in Solidity Programming Language
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will understand the standard Ether units & time-related units in Solidity Programming Language.
-
Learn Solidity: General Value or Data Types in Solidity
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will understand the general value types or data types in Solidity programming language.
-
Learn Solidity: Layout of a Solidity Source File & Structure of Smart Contracts
- 19 April, 2017
- Posted by: toshendra
- Category: Blockchain, Development, Ethereum, Solidity
In this post, we will understand the default standard structure of the Solidity-Based Smart Contract file which generally has the .sol extension. As you can see in the above code, It always starts with version pragma followed by optional import section through which you can import any existing.sol files into the current .sol file. Then
-
What are Smart Contracts on Blockchain?
- 14 April, 2017
- Posted by: toshendra
- Category: Ethereum, Hyperledger
Smart Contracts are self-executing contracts. Contracts execute themselves and transactions happen automatically when both parties meet the conditions specified as part of a transaction. The executed contract then adds on to the blockchain as a transaction. Smart Contracts are indispensable to blockchain and vice-versa, as the execution happens because and through the blockchain technology. It