You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| .github | Contains CI and release process workflows and actions.
25
-
| apps | Contains example and test applications.
26
-
| cmake | Contains cmake files for importing and configuring external libraries.
27
-
| libs | Contains library implementations. This includes libraries shared within the project as well as SDK libraries like the client-sdk.
28
-
| scripts | Contains scripts used in the release process.
29
-
| vendor | Contains third party source which is directly integrated into the project. Generally third party source is included through CMake using FetchContent, but some libraries require modification specific to this repository.
| contract-tests | Contains contract test service. |
27
+
| cmake | Contains cmake files for importing and configuring external libraries. |
28
+
| libs | Contains library implementations. This includes libraries shared within the project as well as SDK libraries like the client-sdk. |
29
+
| scripts | Contains scripts used in the release process. |
30
+
| vendor | Contains third party source which is directly integrated into the project. Generally third party source is included through CMake using FetchContent, but some libraries require modification specific to this repository. |
30
31
31
32
## Build Requirements
32
33
@@ -99,11 +100,11 @@ our [contributing guidelines](CONTRIBUTING.md) for instructions on how to contri
0 commit comments