-
Notifications
You must be signed in to change notification settings - Fork 1
/
README
48 lines (32 loc) · 1.24 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# BDK-REP-BUILD
____ ____ _ __ ____ _____ ____ ____ _ _ ___ _ ____
| __ )| _ \| |/ / | _ \| ____| _ \ | __ )| | | |_ _| | | _ \
| _ \| | | | ' /_____| |_) | _| | |_) |____| _ \| | | || || | | | | |
| |_) | |_| | . \_____| _ <| |___| __/_____| |_) | |_| || || |___| |_| |
|____/|____/|_|\_\ |_| \_\_____|_| |____/ \___/|___|_____|____/
Cross-compile and verify reproducible builds for bdk-rust library.
* To use with : BDK-Flutter, LWK-Dart, BOLTZ-dart
* Targeting: Linux, Android, MacOS, iOS
USAGE
$ bdk-rep-build [COMMAND]
$ bdk-rep-build help [COMMAND]
COMMANDS
help show help
verify verify build against release
build build artifacts for a target
## USAGE
> Clone the library you like to test into the SRC folder
> chmod +x bdk-rep-build
# BUILDING
For linux
> ./bdk-rep-build build linux
For androdid
> ./bdk-rep-build build android
For macos
> ./bdk-rep-build build macos
For macos
> ./bdk-rep-build build ios
## Verify
1. Download binary into release/$target folder
2. Run ./bdk-rep-build verify <target>
> ./bdk-rep-build verify macos