Avive World
  • Abstract
  • Introduction
  • Avive
    • Souls and SoulBound Tokens (SBTs)
      • SBT Sign on
      • Social/community recovery from SBT
      • Soul Wallet
  • Architecture
  • Transactions
    • Core Properties
    • Transaction Finality
  • Consensus
    • Proof of Networking
    • Delegated Proof of Stake
    • Chain Communication
  • Addition Features
  • Account Abstraction
    • EIP-4337
    • Implementation
    • Mass adoption
  • Governance
  • Tokenomics
  • Terminology
Powered by GitBook
On this page

Transactions

Transactions in Ethereum are cryptographically signed instructions by an EOA. These instructions are stored in the blockchain and added to a block. The state of the EVM changes when a transaction is initiated. A transaction can be anything from sending ether to another account to invoking the functions of a smart contract.

PreviousArchitectureNextCore Properties

Last updated 2 years ago