Title: Two Functions in solidity| Importance to Contract creation. Post by: Wenbing on April 25, 2020, 06:15:54 AM I found these lines of code in solidity. As I know solidity is the major programming language of the etheruem Blockchain network.
Here are some functions I want the house to shed light on. What do they really mean when the codes are implemented. 1.Msg.sender 2.Msg.value Do we have other smart contract creation programming languages aside from solidity? Title: Re: Two Functions in solidity| Importance to Contract creation. Post by: lobo13hf on April 25, 2020, 06:36:40 AM I found these lines of code in solidity. As I know solidity is the major programming language of the etheruem Blockchain network. We have a lot of smartcontract programming languages aside from solidity and here's the list Here are some functions I want the house to shed light on. What do they really mean when the codes are implemented. 1.Msg.sender 2.Msg.value Do we have other smart contract creation programming languages aside from solidity? https://hackernoon.com/contractpedia-an-encyclopedia-of-40-smart-contract-platforms-4867f66da1e5 This list contains 40 smartcontract platforms complete with what kind of programming language that used by those smartcontracts. Title: Re: Two Functions in solidity| Importance to Contract creation. Post by: Wenbing on April 25, 2020, 08:26:52 AM I found these lines of code in solidity. As I know solidity is the major programming language of the etheruem Blockchain network. We have a lot of smartcontract programming languages aside from solidity and here's the list Here are some functions I want the house to shed light on. What do they really mean when the codes are implemented. 1.Msg.sender 2.Msg.value Do we have other smart contract creation programming languages aside from solidity? https://hackernoon.com/contractpedia-an-encyclopedia-of-40-smart-contract-platforms-4867f66da1e5 This list contains 40 smartcontract platforms complete with what kind of programming language that used by those smartcontracts. In your personal experience and opinion, which of the programming language is the best in terms of functions and less bugs. |