-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
fc9b203
commit 857511b
Showing
5 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
{ | ||
"title": "Backend", | ||
"description": "Insert description" | ||
} | ||
--- | ||
|
||
# Backend |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
{ | ||
"title": "Coordinator", | ||
"description": "Insert description" | ||
} | ||
--- | ||
|
||
# Coordinator |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
--- | ||
{ | ||
"title": "Backend & Coordinator", | ||
"description": "All the information for those Wasabikas interested in helping Wasabi Wallet users by running a backend and/or a coordinator. This is the Wasabi documentation, an archive of knowledge about the open-source, non-custodial and privacy-focused Bitcoin wallet for desktop." | ||
} | ||
--- | ||
|
||
# Backend & Coordinator | ||
|
||
This is the place with documentation about how a Wasabi backend and coordinator work and how they can be run. | ||
|
||
A backend is necessary for Wasabi users to synchronize their wallet. | ||
|
||
A coordinator is necessary for Wasabi users to be able to coinjoin. | ||
|
||
## Chapters | ||
|
||
### Backend | ||
|
||
- [Backend](/Backend&Coordinator/Backend.md) | ||
|
||
### Coordinator | ||
|
||
- [Coordinator](/Backend&Coordinator/Coordinator.md) | ||
|