Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
akumaigorodski committed Sep 2, 2023
1 parent 8b9ef74 commit 1253f92
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Simple Bitcoin Wallet (aka SBW) is a non-custodial Bitcoin wallet for Android.
```
git clone https://github.com/btcontract/wallet.git
cd wallet
git checkout 2.4.27
git checkout 2.5
podman build -t sbw .
podman run -v $PWD:/app/simplebitcoinwallet/wallet:z sbw
```
Expand All @@ -32,15 +32,15 @@ podman run -v $PWD:/app/simplebitcoinwallet/wallet:z sbw
Install Android SDK, create a `keystore.jks` using `keytool`.

```
$ <Android SDK dir>/build-tools/<version>/zipalign -v 4 app/build/outputs/apk/release/SBW-2.4.27.apk app/build/outputs/apk/release/SBW-2.4.27-aligned.apk
$ <Android SDK dir>/build-tools/<version>/zipalign -v 4 app/build/outputs/apk/release/SBW-2.5.apk app/build/outputs/apk/release/SBW-2.5-aligned.apk
$ <Android SDK dir>/build-tools/<version>/apksigner sign --ks <path to keystore.jks> --ks-key-alias <signing key alias> --v1-signing-enabled true --v2-signing-enabled true app/build/outputs/apk/release/SBW-2.4.27-aligned.apk
$ <Android SDK dir>/build-tools/<version>/apksigner sign --ks <path to keystore.jks> --ks-key-alias <signing key alias> --v1-signing-enabled true --v2-signing-enabled true app/build/outputs/apk/release/SBW-2.5-aligned.apk
```

## Verification with `apksigner`

```
$ '<Android SDK dir>/build-tools/<version>/apksigner' verify --print-certs --verbose SBW-2.4.27.apk
$ '<Android SDK dir>/build-tools/<version>/apksigner' verify --print-certs --verbose SBW-2.5.apk
```

Output should contain the following info:
Expand Down
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/full_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Simple Bitcoin Wallet (aka SBW) is an open-source, non-custodial, autonomous Bitcoin wallet for Android devices which can store BTC as well as send and receive Bitcoin transactions. On top of that SBW provides an extensive Lightning Network support and is capable of sending, receiving and routing of Lightning payments.
Simple Bitcoin Wallet (aka SBW) is an open-source, non-custodial, autonomous Bitcoin wallet for Android devices which can store BTC as well as send and receive Bitcoin transactions.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/en-US/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bitcoin wallet with Lightning Network support
Bitcoin wallet
2 changes: 1 addition & 1 deletion fastlane/metadata/android/nl/full_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Eenvoudige Bitcoinportemonnee (Simple Bitcoin Wallet of SBW) is een open source, niet-vrijheidsbeperkende, autonome Bitcoin portemonnee voor Androidapparaten die BTC kan opslaan maar ook Bitcointransacties kan versturen en ontvangen. SBW heeft bovendien uitgebreide ondersteuning voor Lightning Network voor het versturen, ontvangen en routeren van Lightning-betalingen.
Eenvoudige Bitcoinportemonnee (Simple Bitcoin Wallet of SBW) is een open source, niet-vrijheidsbeperkende, autonome Bitcoin portemonnee voor Androidapparaten die BTC kan opslaan maar ook Bitcointransacties kan versturen en ontvangen.
2 changes: 1 addition & 1 deletion fastlane/metadata/android/nl/short_description.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Bitcoinportemonnee met ondersteuning voor Lightning Network
Bitcoinportemonnee

0 comments on commit 1253f92

Please sign in to comment.