Building a Smart Contract with Solidity Selecting a Version of Solidity Download and Install Development Environment Writing a Simple Solidity Program Compiling with the Solidi...
Querying Transactions Full code description: Tutorial on how to query transactions on the blockchain with Go. Querying Transactions In the previous section we learned how ...
Turing Completeness and Gas Turing Completeness and Gas As we have already touched on, in simple terms, a system or programming language is Turing complete if it can run any pr...
Cryptography Cryptography One of Ethereum’s foundational technologies is cryptography, which is a branch of mathematics used extensively in computer security. Cryptography mean...
Reading 0x Protocol Event Logs Full code description: Tutorial on how to read the 0x Protocol smart contract event logs with Go. Reading 0x Protocol Event Logs To read 0x P...
Transactions description: Tutorial on transactions with Go. Transactions These sections will discuss how to query and make transactions on Ethereum using the go-ethereum eth...
Smart Contracts and Solidity Smart Contracts and Solidity As we discussed in [intro_chapter] , there are two different types of accounts in Ethereum: externally owned accounts ...
Transactions Transactions Transactions are signed messages originated by an externally owned account, transmitted by the Ethereum network, and recorded on the Ethereum blockcha...