스마트 계약
스마트 계약
Smart Contracts
14개 참조
자산을 보유하고 입력에 따라 결정론적으로 실행할 수 있는 블록체인에 배포된 프로그램 코드입니다. 스마트 계약은 단순한 가치 이전 이상의 애플리케이션을 가능하게 합니다.
14개 백서 섹션에 등장
Abstract
...bine), a mempool-less transaction forwarding protocol (Gulf Stream), a parallel smart contract runtime (Sealevel), and a Proof of Replication scheme for distributed storage v...
System Architecture
...st the current state of the ledger. This stage uses Sealevel, Solana's parallel smart contract runtime. Sealevel analyzes each transaction to determine which accounts it read...
Performance
... most transfers involve different accounts and can be executed in parallel. For smart contract interactions that access shared state, parallelism is reduced and execution bec...
Abstract
...y deployed on the Ethereum blockchain as an ERC-20 token, leveraging Ethereum's smart contract capabilities to enable programmable interactions with decentralized application...
Introduction
...sting infrastructure of wallets, exchanges, and decentralized applications. The smart contract design includes provisions for upgradeability, compliance controls, and cross-c...
Design Principles
...ics that benefit users. The membership standard defines technical requirements (smart contract integration, API compatibility), compliance requirements (licensing, AML progra...
Technology
...ocols, and services that have been built around the ERC-20 interface.
The USDC smart contract extends the basic ERC-20 functionality with additional capabilities required fo...
Compliance Framework
...inancial system meets regulatory standards.
The blacklist function in the USDC smart contract enables issuers to freeze tokens at specific blockchain addresses in response t...
Token Lifecycle
...issuer initiates the minting process by calling the `mint` function on the USDC smart contract, which creates the exact number of USDC tokens corresponding to the deposited d...
Governance
...egulators. Technical capability requires the ability to integrate with the USDC smart contract infrastructure, implement secure key management for minting and burning operati...
Conclusion
...ckward compatibility and operational continuity. The open-source publication of smart contract code, combined with independent security audits, provides technical transparenc...
관련 스토리
Whitepaper Deep Dive
Ethereum 백서: Bitcoin의 한계에서 세계 컴퓨터로
Vitalik Buterin이 블록체인을 범용 연산 플랫폼으로 재구상하고, smart contract, EVM, 그리고 Turing-complete 스크립팅 언어를 도입한 과정을 살펴봅니다.
Whitepaper Deep DiveChainlink 2.0: 탈중앙화 Oracle 네트워크와 Metalayer 비전
Chainlink의 확장된 DON 비전을 종합적으로 살펴봅니다: hybrid smart contract, FSS, super-linear staking, 그리고 trust-minimization 프레임워크.
Whitepaper Deep DiveAave V2 백서: 탈중앙화 대출의 아키텍처
DeFi 최대 프로토콜 중 하나를 구동하는 Aave의 lending pool 설계, aToken, flash loan, 그리고 이자율 모델을 이해합니다.
Whitepaper Deep DiveUniswap V2: 상수 곱 시장이 DeFi를 영원히 변화시킨 방법
Uniswap의 x*y=k 공식, 가격 오라클, flash swap, 그리고 탈중앙화 토큰 거래의 우아한 단순함을 기술적으로 탐구합니다.