Skip to content

Umbrella project for the Ethereum C++ implementation

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
GPLV3_LICENSE
Notifications You must be signed in to change notification settings

APDA-HQ/webthree-umbrella

 
 

Repository files navigation

webthree-umbrella

This repository is an umbrella repository with git sub-module references to all of the components of cpp-ethereum, the Ethereum C++ client. The project was initiated by Gavin Wood, the former CTO of the Ethereum Foundation, in December 2013. It is the second most popular of the clients with around 5% of 'market share', trailing a long way behind go-ethereum.

C++ Ethereum

Read more about the project at our swanky new website.

Join the chat at https://gitter.im/ethereum/cpp-ethereum

      | Status

----------|----------- develop | Build Status release | Build Status

The current codebase is the work of many, many hands, with probably close to 100 individual contributors over the course of its development. Perhaps we will write a script to maintain a 'credits list' at some stage? In the meantime, here are all of the per-repo contributions:

The following individuals are currently employed or contracted by the Ethereum Foundation for C++ client work:

Testing

To run the tests, make sure you clone github.com/ethereum/tests and point the environment variable ETHEREUM_TEST_PATH to that path.

Contributing

External contributions are more than welcome! We try to keep a list of tasks that are suitable for newcomers under the tag good first task. If you have any questions, please ask in our gitter channel.

Please refer to the file CONTRIBUTING.md for some guidelines.

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.

License

All new contributions are under the MIT license. See LICENSE. Some old contributions are under the GPLv3 license. See GPLV3_LICENSE.

External Contributors

I hereby place all my contributions in this codebase under an MIT licence, as specified here.

  • Name Surname (email@domain)

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

libweb3jsonrpc/abstractwebthreestubserver.h is autogenerated from the jsonrpcstub executable that comes with the libjsonrpc library (json-rpc-cpp project). It shouldn't be maually altered.

jsonrpcstub spec.json --cpp-server=AbstractWebThreeStubServer

About

Umbrella project for the Ethereum C++ implementation

Resources

License

MIT, GPL-3.0 licenses found

Licenses found

MIT
LICENSE
GPL-3.0
GPLV3_LICENSE

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 56.9%
  • Shell 28.5%
  • CMake 14.6%