跳到主要内容

1 篇文档带有标签「AntelopeIO/reference-contracts/tree/main/docs/01_key-concepts/01_system.md」

查看所有标签

System contracts, system accounts, privileged accounts

At the genesis of an Antelope-based blockchain, there is only one account present, eosio account, which is the main system account. There are other system accounts, created by eosio account, which control specific actions of the system contracts mentioned in previous section. Note the terms system contract and system account. Privileged accounts are accounts which can execute a transaction while skipping the standard authorization check. To ensure that this is not a security hole, the permission authority over these accounts is granted to eosio.prods system account.