Update README.md
This commit is contained in:
parent
eadd428895
commit
0751d7c103
16
README.md
16
README.md
@ -1,19 +1,15 @@
|
|||||||
|
[](http://kotlinlang.org)
|
||||||
|
[](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*)
|
||||||
|

|
||||||
|
[](https://github.com/ACINQ/secp256k1-kmp/blob/master/LICENSE)
|
||||||
|
|
||||||
# Secp256k1 for Kotlin/Multiplatform
|
# Secp256k1 for Kotlin/Multiplatform
|
||||||
|
|
||||||
Kotlin/Multiplatform wrapper for Bitcoin Core's secp256k1 library. Targets: JVM, Android, iOS & Linux.
|
Kotlin/Multiplatform wrapper for Bitcoin Core's secp256k1 library. Targets: JVM, Android, iOS & Linux.
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
[  ](https://bintray.com/acinq/libs/secp256k1-kmp/)
|
secp256k1-kmp is available on [maven central](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*)
|
||||||
|
|
||||||
First, you need to add the ACINQ libraries repository:
|
|
||||||
|
|
||||||
```kotlin
|
|
||||||
// build.gradle.kts
|
|
||||||
repositories {
|
|
||||||
maven(url = "https://dl.bintray.com/acinq/libs")
|
|
||||||
}
|
|
||||||
```
|
|
||||||
|
|
||||||
Then, the actual dependency depends on your targeted platform(s):
|
Then, the actual dependency depends on your targeted platform(s):
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user