This repository was archived by the owner on Feb 7, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 370
Namespaces
Lefteris Karapetsas edited this page Oct 2, 2015
·
1 revision
For PoC-7 and onwards into the Release Series, we'll use a more expansive namespace system. To avoid confusion between the three sibling projects of Ethereum, Whisper and Swarm, the root namespace of all C++ code will now be altered to dev.
-
devlibdevcore, libdevcrypto, libwebthree: All low-level utilities and shared classes, together with the Web Three library that consolidates Ethereum, Whisper and Swarm. -
dev::p2plibp2p: The low-level peer-to-peer networking framework. -
dev::ethlibethcore, liblll, libevmface, libevm, libethereum: All Ethereum-specific code. -
dev::shhlibwhisper: The Whisper library. -
dev::bzzlibswarm: The Swarm library.
- Workflow READ THIS FIRST
- Releases Workflow
- Continuous Integration
- Namespaces
- Coding Standards