가스
가스
Transactions
7개 참조
이더리움과 같은 시스템의 계산 및 저장 사용량을 측정하는 단위입니다. 가스 한도 및 수수료는 무한 루프를 방지하고 부족한 블록 공간을 할당합니다.
7개 백서 섹션에 등장
Ethereum
...amental building blocks—accounts, transactions, a Turing-complete language, and gas-metered execution—that developers can combine to create whatever applications t...
Ethereum Accounts
... medium of value transfer and the fundamental unit for paying transaction fees (gas). Unlike Bitcoin's UTXO model where value is distributed across multiple unspen...
Messages and Transactions
...actions, validate them, execute them, and include them in blocks, receiving the gas fees as compensation.
Messages are conceptually similar to transactions but ar...
Ethereum State Transition Function
...ed from the sender's account, the sender's nonce is incremented, and an initial gas counter is set to STARTGAS minus a per-byte fee for the transaction data.
Next...
Code Execution
...g-term state across transactions. These storage types are priced differently in gas—stack and memory operations are cheap, while storage operations are expensive t...
Miscellanea And Concerns
... bad luck with network propagation.
The fee system is based on the concept of "gas," where every computational operation has a fixed gas cost. For example, a mult...
관련 스토리
Whitepaper Deep Dive
Ethereum 백서: Bitcoin의 한계에서 세계 컴퓨터로
Vitalik Buterin이 블록체인을 범용 연산 플랫폼으로 재구상하고, smart contract, EVM, 그리고 Turing-complete 스크립팅 언어를 도입한 과정을 살펴봅니다.
Whitepaper Deep DiveNEAR Protocol: Nightshade 샤딩과 개발자 친화적 블록체인
NEAR의 Nightshade 샤딩 설계가 상태와 처리를 분할하면서도 단일 논리 체인을 유지하여 대규모 수평 확장을 가능하게 하는 방법을 살펴봅니다.
Technical ExplainerSmart Contract 설명: Ethereum의 EVM에서 현대적 대안까지
Smart contract가 실제로 무엇인지, EVM이 어떻게 실행하는지, 그리고 가스 수수료가 존재하는 이유를 개발자와 관심 있는 독자를 위해 설명합니다.
Impact & LegacyLayer 2 혁명: Rollup이 Ethereum을 다시 저렴하게 만든 방법
50달러 가스 수수료에서 1센트 미만의 트랜잭션까지: Arbitrum, Optimism, 그리고 롤업 중심 로드맵이 Ethereum의 사용자 경험을 어떻게 변혁했는지 살펴봅니다.