![]() |
Ethereum
PoC-8
The C++ Implementation of Ethereum
|
#include "EthereumCapability.h"#include "BlockChain.h"#include "BlockChainSync.h"#include "BlockQueue.h"#include "TransactionQueue.h"#include <libethcore/Exceptions.h>#include <libp2p/Common.h>#include <libp2p/Host.h>#include <libp2p/Session.h>#include <chrono>#include <thread>