This repository has been archived by the owner on Aug 30, 2022. It is now read-only.
EOSIO Contracts v1.0.0 Release Notes
Introducing the eosio.contracts
repo
Block.one is pleased to announce the public release of the eosio.contracts
repository. This repository is a collection of contracts offered as examples for various systems which are useful when deploying, managing, and/or using an EOSIO blockchain. They are provided for educational purposes.
Additions to EOSIO/eos v1.0.8 included in this release
Introducing Example Contract eosio.sudo
(EOSIO/eos#4429)
eosio.sudo
is a contract that provides administrative access to actions on behalf of other accounts. Access to such features can be controlled via the rich permission and authority structure of EOSIO allowing for a powerful but ultimately flexible tool for EOSIO-based blockchains.