From 9eb4e56ad08b261e71debafba3fcae0684261fc8 Mon Sep 17 00:00:00 2001 From: vindard <17693119+vindard@users.noreply.github.com> Date: Sat, 16 Oct 2021 16:54:40 -0400 Subject: [PATCH] content(case studies): add intro content --- .../60_case_studies/00_introduction.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/pages/01_guide/60_case_studies/00_introduction.md b/pages/01_guide/60_case_studies/00_introduction.md index 5228375..3d6def6 100644 --- a/pages/01_guide/60_case_studies/00_introduction.md +++ b/pages/01_guide/60_case_studies/00_introduction.md @@ -10,17 +10,16 @@ main_classes: -no-top-padding --- # Case Studies +In this section we plan to explore how different services have setup the architecture to support their Lightning Network services. These case studies would give us some insights into what some of the best practices and limitations are when working with Lightning Network setups. -## Mobile Apps -### Breez -... +The studies will be broken into "mobile app" and "backend". On the "mobile app" side, we will be looking at how different apps have constructed their solutions to work around the limitations of offering Lightning Network based services within the constraints of the mobile environment. On the "backend" side, we will be looking at how different services have chosen to arrange their services and separate different areas of functionality to effectively support end-user products. -### Muun -... +In some instances there will be a linkage from "mobile app" to "backend" for the case studies where we choose to explore both sides of a given service's offering. -### Phoenix -... +--- + +To get started, visit the intro pages for each section below, or use the menu to navigate to the different sections of our "Case Studies" content. + +- [Mobile App Case Studies](mobile) -## Backend -### Galoy -... \ No newline at end of file +- [Backend Case Studies](backend)