forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 4
Namespaces
gavofyork edited this page Sep 6, 2014
·
2 revisions
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
.
-
dev
libdevcore, libdevcrypto, libwebthree: All low-level utilities and shared classes, together with the Web Three library that consolidates Ethereum, Whisper and Swarm. -
dev::p2p
libp2p: The low-level peer-to-peer networking framework. -
dev::eth
libethcore, liblll, libevmface, libevm, libethereum: All Ethereum-specific code. -
dev::shh
libwhisper: The Whisper library. -
dev::bzz
libswarm: The Swarm library.
- Building on Linux
- Building on MacOS
- Building on Windows
- Compatibility Info and Build Tips
- Serpent LLL Only Build
- LLL PoC 6
- [LLL Examples for PoC 6](LLL Examples for PoC 5)
- PoC 6 JS API
- Client Development with PoC 6
- MetaCoin API
- Exchange API
- Name Registration API
- Coins API