智能合约
智能合约
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 白皮书:去中心化借贷的架构
深入理解Aave的lending pool设计、aToken、flash loan及利率模型——驱动DeFi最大协议之一的核心架构。
Whitepaper Deep DiveUniswap V2:恒定乘积市场如何永远改变了 DeFi
从技术层面解读Uniswap的x*y=k公式、价格预言机、flash swap以及去中心化代币交换背后的优雅简洁。