diff --git a/md____w_rippled_rippled_README.html b/md____w_rippled_rippled_README.html index c6c40b6d3b..071496b008 100644 --- a/md____w_rippled_rippled_README.html +++ b/md____w_rippled_rippled_README.html @@ -93,7 +93,12 @@ Key Features of the XRP Ledger
Here are some good places to start learning the source code:
+src/ripple/**/*.md.main function constructs an ApplicationImp object, which implements the Application virtual interface. Almost every component in the application takes an Application& parameter in its constructor, typically named app and stored as a member variable app_. This allows most components to depend on any other component.