Ethereum – Deploying the Contract
In this chapter, we will learn how to deploying contract on Ethereum. Click on the Run menu option to deploy the contract. The following screen will appear. The contract name…
In this chapter, we will learn how to deploying contract on Ethereum. Click on the Run menu option to deploy the contract. The following screen will appear. The contract name…
In this topic, we will discuss Compiling the Contract in Ethereum. Once you write the complete contract code, compiling it in this IDE is trivial. Simply click on the Autocompile checkbox in…
In this guide we will discuss about Lookup Relationship in Salesforce. A Lookup relationship involves finding value of a field based on the value in another field in another object.…
Behave installation can be done in the following ways ā Behave installation with pip For installation, we should haveĀ pip ā the package installerĀ for the Python language installed in our system.…
In this topic, we will discuss Developing MyContract in Ethereum. We will name our contract MyContract as in the following declaration ā contract MyContract { We will declare two variables as follows…
In this guide we will discuss about master detail relationship in Salesforce. Unlike the relationships in relational database, the relationships in Salesforce are not through Primary and Foreign Keys. The…
In this topic, we will discuss Solidity for Contract Writing in Ethereum. Solidity is an object-oriented language especially developed for contract writing. It is a high-level language, which inherits traits…
There are several tools available to develop and test Smart Contracts. One of the simplest tools is provided on the official Ethereum site itself. The tool is called Remix, we will…
In this guide we will discuss about Custom Objects in Salesforce. The organizationās data will always not fit into the existing standard objects. So we can extend and customize many…
In this topic, we shall discuss in detail Behave Introduction. This Behave is a Behavior-driven development (BDD) tool in Python language. This topic shall provide you with a piece of…