บัญชี
บัญชี
Transactions
23 การอ้างอิง
เอนทิตีที่สามารถถือครองสินทรัพย์และเริ่มต้นการดำเนินการได้Ethereum ใช้รูปแบบบัญชี (บัญชีภายนอกและบัญชีสัญญา) ในขณะที่ Bitcoin ใช้รูปแบบ UTXO
ปรากฏใน 23 ส่วนของเอกสาร
Bitcoin As A State Transition System
...move $X from A to B, and the state transition function reduces the value in A's account by $X and increases the value in B's account by $X. If A's account has less tha...
Ethereum
... architecture differs fundamentally from Bitcoin's UTXO model. Ethereum uses an account-based system where the blockchain state consists of a mapping from addresses to...
Ethereum Accounts
...ey receive a message or transaction. Both types share a common structure: every account has a nonce (a counter used to ensure each transaction can only be processed on...
Ethereum State Transition Function
...: verifying the signature is correct, confirming the nonce matches the sender's account nonce, and ensuring the sender has sufficient balance to pay the upfront cost (...
Code Execution
...age is the persistent key-value store permanently associated with each contract account, where contracts maintain their long-term state across transactions. These stor...
Blockchain and Mining
...e values. The state itself is a large Merkle Patricia trie mapping addresses to account objects, where each account has a balance, nonce, code (if present), and storag...
Token Systems
...en systems are simply a database with a single operation: subtract X units from account A and add X units to account B, with the condition that A had at least X units ...
Abstract
...isting cryptocurrencies: their unsuitability as a medium of exchange or unit of account due to extreme price volatility. By pegging each token to a real-world currency...
Introduction
...ether token represents a claim on one unit of fiat currency held in a real bank account by a real company, Tether Limited. This is not an algorithmic mechanism or a cr...
Technology Stack
... destroying the redeemed tokens and wiring fiat currency to the redeemer's bank account. Tether Limited also maintains the compliance infrastructure required for fiat ...
Process of Tethering
... supports euros and Japanese yen as well -- to Tether Limited's designated bank account via wire transfer. The deposit instructions include a reference number that lin...
Proof of Reserves
...gements, ISAE 3000) and involve direct confirmation of bank balances, review of account statements, and assessment of the reserve structure. The auditors' reports are ...
Use Cases
...h the permissionless cryptocurrency infrastructure, without requiring a US bank account or passing through capital control mechanisms that restrict traditional dollar ...
Challenges and Risks
... visible. This means that transaction patterns, counterparty relationships, and account balances can be observed and analyzed by anyone. For users who value financial ...
System Architecture
...event race conditions.
```
Sealevel Parallel Execution:
Transaction A: reads [Account 1], writes [Account 2]
Transaction B: reads [Account 3], writes [Account 4]
Tra...
Performance
... per second. A typical Solana transaction is 250 bytes including the signature, account addresses, instruction data, and metadata. At 250 bytes per transaction, a 1 Gb...
Introduction
...capitalization, exhibit price volatility that makes them unsuitable as units of account for everyday commerce, as stable stores of value for treasury management, or as...
Technology
...ogrammatic interaction with the USDC issuance and redemption system. The Circle Account API enables institutional customers to mint and redeem USDC programmatically, i...
Reserve Management
...erves, independent verification of Treasury securities holdings through custody account confirmations, reconciliation of total reserve value against the outstanding US...
Token Lifecycle
...r type and jurisdiction. The issuer verifies the deposit against the customer's account, confirming the amount and ensuring compliance with transaction monitoring requ...
บทความที่เกี่ยวข้อง
Whitepaper Deep Dive
Ethereum Whitepaper: จากข้อจำกัดของ Bitcoin สู่คอมพิวเตอร์โลก
Vitalik Buterin คิดค้นบล็อกเชนใหม่ในฐานะแพลตฟอร์มการคำนวณสากล โดยนำเสนอ smart contract, EVM และภาษาสคริปต์แบบ Turing-comp…
Technical Explainerอธิบาย Smart Contract: จาก EVM ของ Ethereum สู่ทางเลือกสมัยใหม่
Smart contract คืออะไรกันแน่ EVM ทำงานอย่างไร และทำไมค่า Gas ถึงมีอยู่ — อธิบายสำหรับนักพัฒนาและผู้อ่านที่สนใจ
Technical ExplainerState Machine ของ Ethereum: บัญชี พื้นที่จัดเก็บ และ World State Trie
Ethereum ติดตามทุกสัญญาและบัญชีโดยใช้ Merkle Patricia Trie อย่างไร และทำไมการจัดการสถานะจึงเป็นความท้าทายด้านการขยายตัวที่ใหญ่…
ComparisonBitcoin vs Ethereum: เปรียบเทียบ Whitepaper คริปโตที่สำคัญที่สุดสองฉบับ
การวิเคราะห์เปรียบเทียบว่าระบบชำระเงินของ Satoshi และคอมพิวเตอร์โลกของ Vitalik นำเสนอวิสัยทัศน์ที่แตกต่างกันสำหรับเทคโนโลย…