Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

monolith-network/monolith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

monolith

The monolith application.

Check out the docs repo for information on monolith

Contributing

  1. Run compile-time test
  2. Run all test scripts
  3. Ensure code is formatted using clang-format
find . -regex '.*\.\(cpp\|hpp\)' -exec clang-format -style=file -i {} \;