Skip to content

Commit

Permalink
Document how to update checksums
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone authored Feb 4, 2025
1 parent 632ee14 commit b1bed42
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,17 @@ Our runtime targets are:
* [X] Passing core reference segwit tests
* [X] Passing core reference psbt v0 tests

## Building

Build and dependencies are managed with `gradle`. To build, use:
```sh
./gradlew build
```
Dependencies are verified against a list of trusted checksums. To update this list, use:
```sh
./gradlew --write-verification-metadata sha512 build
```

## Install

`bitcoin-kmp` is available on [maven central](https://search.maven.org/search?q=g:fr.acinq.bitcoin%20a:bitcoin-kmp*)
Expand Down

0 comments on commit b1bed42

Please sign in to comment.