-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve README for better orientation
- Loading branch information
1 parent
d146b50
commit 6f1660e
Showing
1 changed file
with
17 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,17 @@ | ||
See Releases: https://github.com/zksnacks/wabisabi/releases | ||
# WabiSabi | ||
|
||
WabiSabi is an anonymous credential scheme for centrally coordinated CoinJoin | ||
transactions. | ||
|
||
You can download [the latest version of the | ||
PDF](https://github.com/zkSNACKs/WabiSabi/releases/latest/download/WabiSabi.pdf), | ||
as well as find older versions in the [releases | ||
section](https://github.com/zksnacks/wabisabi/releases). | ||
|
||
A [simplified explainer](./explainer.md) with an informal description by | ||
analogy using real world concepts is also provoided. | ||
|
||
For more information on how the credential scheme can be applied, we also | ||
describe a [generic protocol](./protocol.md) (work in progress). | ||
|
||
Details of the specific transaction structure are still TBD. |