Welcome to the Binarychain Smart Contracts repository! This repository contains the smart contracts for the Binarychain blockchain, a native blockchain designed for decentralized applications with a focus on security high performance and scalability.
BinaryNativeContracts /
│
│ ├── BASE.md
│ ├── BlockRewards.md
│ ├── ContractsAudit.md
│ ├── Governor.md
│ ├── LicenceSFC.md
│ ├── NameList.md
│ ├── Staking.md
│ ├── Treasury.md
│ ├── Validators.md
│
- BASE: Contract provides a foundational layer with shared constants.
- BlockRewards: Manages block reward distribution.
- ContractsAudit: Handles the auditing of smart contracts.
- Governor: Implements governance mechanisms.
- LicenceSFC: Manages on chain licenses for smart contracts.
- NameList: Its ensures the uniqueness of names on the chain.
- Staking: Implements staking mechanisms for Binary Chain.
- Treasury: Manages the treasury operations.
- Validators: Manages the list of active validators.