# alethzero **Repository Path**: paritytech/alethzero ## Basic Information - **Project Name**: alethzero - **Description**: No description available - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: develop - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-01-05 - **Last Updated**: 2021-01-05 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## Ethereum C++ Client. [![Join the chat at https://gitter.im/ethereum/cpp-ethereum](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/ethereum/cpp-ethereum?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) By Gav Wood et al*, 2013, 2014, 2015. ### License All new contributions are under the [MIT license](http://opensource.org/licenses/MIT). See [LICENSE](LICENSE). Some old contributions are under the [GPLv3 license](http://www.gnu.org/licenses/gpl-3.0.en.html). See [GPLV3_LICENSE](GPLV3_LICENSE). ### Contributing All new contributions are added under the MIT License. Please refer to the `LICENSE` file in the root directory. To state that you accept this fact for all of your contributions please add yourself to the list of external contributors like in the example below. #### External Contributors I hereby place all my contributions in this codebase under an MIT licence, as specified [here](http://opensource.org/licenses/MIT). - *Name Surname* (**email@domain**) #### Contribution guideline Please add yourself in the `@author` doxygen section of the file your are adding/editing with the same wording as the one you listed yourself in the external contributors section above, only replacing the word **contribution** by **file** All development goes in develop branch - please don't submit pull requests to master. Please read [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt) thoroughly before making alterations to the code base. Please do *NOT* use an editor that automatically reformats whitespace away from astylerc or the formatting guidelines as described in [CodingStandards.txt](https://github.com/ethereum/webthree-umbrella/blob/develop/CodingStandards.txt).