https://github.com/inverternetwork/standard
Inverter Standards for the Development of Software
https://github.com/inverternetwork/standard
Last synced: about 2 months ago
JSON representation
Inverter Standards for the Development of Software
- Host: GitHub
- URL: https://github.com/inverternetwork/standard
- Owner: InverterNetwork
- License: mit
- Created: 2024-12-06T02:19:36.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-02-05T00:23:53.000Z (3 months ago)
- Last Synced: 2025-02-05T00:25:36.957Z (3 months ago)
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: security/README.md
Awesome Lists containing this project
README
# Inverter Standard
The Inverter Standard is a comprehensive set of guidelines for developing software within the Inverter Network. This standard aims to ensure consistent code quality, security, and maintainability across all projects. For now, it is focused on Solidity smart contracts, but will be expanded to cover all aspects of development in the future.
## Code Standard
The Inverter Code Standard is a set of guidelines for writing code for the Inverter Network. It is designed to ensure that all code is written in a way that is easy to understand, easy to maintain, and easy to extend.You can find the code standard [here](./code/README.md).
## Security Standard
The Inverter Security Standard is a set of guidelines and best practices for building a secure software stack. It is designed to ensure that all code is written in a way that is secure and resistant to attack.You can find the security standard [here](./security/README.md).