Silkworm C++ implementation of the Ethereum protocol. Code Style We use the standard C++17 programming language. We follow Google's C++ Style Guide with the following exception: .cpp & .hpp file extensions rather than .cc & .h for C++; .c & .h are reserved for C.