Update project structure and build process

This commit is contained in:
Juan Pablo Civile
2025-05-13 11:10:08 -03:00
parent 124e9fa1bc
commit d9f3e925a4
277 changed files with 15321 additions and 930 deletions

View File

@@ -7,7 +7,7 @@ To build the tool locally and run it, you must:
```
git clone https://github.com/muun/recovery
cd recovery
cd recovery/recovery_tool
```
3. Run the tool with:
@@ -40,4 +40,4 @@ We use Docker for these builds to ensure they are reproducible.
For the 2.2 release, we had to disable reproducible builds for MacOS. The inclusion of C code for
the musig implementation made building the tool inside a Linux container extremely difficult. We'll
be moving the process to GitHub actions soon, which can be easily audited and can build natively on
MacOS.
MacOS.