Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 705 Bytes

README.md

File metadata and controls

15 lines (10 loc) · 705 Bytes

Silkworm

Build Status Build status

Silkworm is an experimental playground for Ethereum 1x research. If things go well, it might morph into a grown C++17 Ethereum client with the Apache licence.

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.