Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/EOSIO/eosio.contracts
Smart contracts that provide some of the basic functions of the EOSIO blockchain
https://github.com/EOSIO/eosio.contracts
eosio smart-contracts
Last synced: about 1 month ago
JSON representation
Smart contracts that provide some of the basic functions of the EOSIO blockchain
- Host: GitHub
- URL: https://github.com/EOSIO/eosio.contracts
- Owner: EOSIO
- License: mit
- Archived: true
- Created: 2018-06-19T13:30:49.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-07-08T04:49:02.000Z (over 2 years ago)
- Last Synced: 2024-01-25T04:52:33.147Z (11 months ago)
- Topics: eosio, smart-contracts
- Language: C++
- Homepage: https://eosio.github.io/eosio.contracts/latest
- Size: 19 MB
- Stars: 323
- Watchers: 72
- Forks: 450
- Open Issues: 30
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-eosio - EOSIO/eosio.contracts - Smart contracts that provide some of the basic functions of the EOSIO blockchain. (Developers / Code examples)
README
# eosio.contracts
## Version : 1.9.2
The design of the EOSIO blockchain calls for a number of smart contracts that are run at a privileged permission level in order to support functions such as block producer registration and voting, token staking for CPU and network bandwidth, RAM purchasing, multi-sig, etc. These smart contracts are referred to as the bios, system, msig, wrap (formerly known as sudo) and token contracts.
This repository contains examples of these privileged contracts that are useful when deploying, managing, and/or using an EOSIO blockchain. They are provided for reference purposes:
* [eosio.bios](./contracts/eosio.bios)
* [eosio.system](./contracts/eosio.system)
* [eosio.msig](./contracts/eosio.msig)
* [eosio.wrap](./contracts/eosio.wrap)The following unprivileged contract(s) are also part of the system.
* [eosio.token](./contracts/eosio.token)Dependencies:
* [eosio.cdt v1.7.x](https://github.com/EOSIO/eosio.cdt/releases/tag/v1.7.0)
* [eosio v2.0.x](https://github.com/EOSIO/eos/releases/tag/v2.0.8) (optional dependency only needed to build unit tests)## Build
To build the contracts follow the instructions in [Build and deploy](https://developers.eos.io/manuals/eosio.contracts/latest/build-and-deploy) section.
## Contributing
[Contributing Guide](./CONTRIBUTING.md)
[Code of Conduct](./CONTRIBUTING.md#conduct)
## License
[MIT](./LICENSE)
The included icons are provided under the same terms as the software and accompanying documentation, the MIT License. We welcome contributions from the artistically-inclined members of the community, and if you do send us alternative icons, then you are providing them under those same terms.
## Important
See [LICENSE](./LICENSE) for copyright and license terms.
All repositories and other materials are provided subject to the terms of this [IMPORTANT](./IMPORTANT.md) notice and you must familiarize yourself with its terms. The notice contains important information, limitations and restrictions relating to our software, publications, trademarks, third-party resources, and forward-looking statements. By accessing any of our repositories and other materials, you accept and agree to the terms of the notice.