Transactions

Introduction to Transactions - Decypher [15 min video]

In this video by Decypher.tv, Jordan Leigh uses his favorite tools, Web3 and EthereumJS, to show how to construct a raw transaction from the very basics.

Ether Transfer Transaction Example - Etherscan, 2017 [Resource]

This is an example of an Ether transfer function, what happens when you send Ether to another Externally Owned Contract. Feel free to poke around the Etherscan page of this type of transaction. Note that the input data of this type of transaction is "0x".

Interacting with Smart Contracts - Matt Thomas, 2017 [11 min video]

While Jordan's video showed us how to send generic raw transactions, we will head back once again to Matt Thomas's video to see how to use transactions to interact with smart contracts.

Smart Contract Transaction Example - Etherscan, 2017 [Resource]

This is an example of a transaction being sent to a contract account in order to invoke a function. In the "Input Data" section, we can see that a "transfer" section is being called with two arguments, an address and a value. It happens that this is a specific type of smart contract called a Token, which we will cover later in this guide. Once again, please look around to see what you can learn.

Ethereum Whitepaper: Messages, Transactions, and State Transition Function - Ethereum Whitepaper, 2014 [10 min read]

We will return to our handy dandy Ethereum whitepaper and read the three sections titled: "Messages and Transactions", "Messages", and "Ethereum State Transition Function". In this, we now see how transactions with account states allow Ethereum to now act as a general computation state transition machine.

Smart Contract Internal Calls - Etherscan [Resource]

As we now know, not only can external accounts call smart contracts, but smart contracts can also call other smart contracts. On this page in Etherscan, we will see a list of all these internal smart contract calls. Feel free to poke around!

results matching ""

    No results matching ""