An open API service indexing awesome lists of open source software.

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

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).