Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Add copy to sparse sections #8

Draft
wants to merge 1 commit into
base: master
Choose a base branch
from
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 9 additions & 10 deletions pages/01_guide/60_case_studies/00_introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
...
- [Backend Case Studies](backend)