Previous << Working With Parent Accounts
Next >> Fungible Token
Flowは、Flowのプロトコルの主要部分を定義する一連のコアコントラクトに依存しています。
これらのコアコントラクトは、以下の事項を規定します:
- Standard fungible token behavior. (FungibleToken, FungibleTokenMetadataViews, FungibleTokenSwitchboard, Burner)
- Flow Protocol Token. (FlowToken)
- Flow Service Account. (ServiceAccount, NodeVersionBeacon, RandomBeaconHistory)
- Account, transaction and storage fee payments. (FlowFees and FlowStorageFees)
- Staking and delegation (FlowIDTableStaking)
- Epochs (FlowEpoch, FlowClusterQC, FlowDKG)
コアプロトコルには含まれていないものの、Flowの開発者にとっては重要なコントラクトが他にもあります:
- Standard Non-Fungible Token Behavior. (NonFungibleToken)
- NFT Metadata Standard. (MetadataViews, ViewResolver)
- Staking Collection. (StakingCollection)
- NFT Storefronts. (NFTStorefront)
- Account linking and Hybrid Custody. (AccountLinking)
- EVM interfacing contract. (EVM)
Last updated on Dec 11, 2024 by Chase Fleming
翻訳元
Previous << Working With Parent Accounts
Flow BlockchainのCadence version1.0ドキュメント (Core Smart Contracts)