From 0751d7c1037085704dcce7aff230a88fba913a17 Mon Sep 17 00:00:00 2001 From: Fabrice Drouin Date: Fri, 26 Mar 2021 14:35:15 +0100 Subject: [PATCH] Update README.md --- README.md | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 15fea70..6c42a09 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,15 @@ +[![Kotlin](https://img.shields.io/badge/Kotlin-1.4.31-blue.svg?style=flat&logo=kotlin)](http://kotlinlang.org) +[![Maven Central](https://img.shields.io/maven-central/v/fr.acinq.secp256k1/secp256k1-kmp)](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*) +![Github Actions](https://github.com/ACINQ/secp256k1-kmp/actions/workflows/test.yml/badge.svg) +[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://github.com/ACINQ/secp256k1-kmp/blob/master/LICENSE) + # Secp256k1 for Kotlin/Multiplatform Kotlin/Multiplatform wrapper for Bitcoin Core's secp256k1 library. Targets: JVM, Android, iOS & Linux. ## Installation -[ ![Download](https://api.bintray.com/packages/acinq/libs/secp256k1/images/download.svg) ](https://bintray.com/acinq/libs/secp256k1-kmp/) - -First, you need to add the ACINQ libraries repository: - -```kotlin -// build.gradle.kts -repositories { - maven(url = "https://dl.bintray.com/acinq/libs") -} -``` +secp256k1-kmp is available on [maven central](https://search.maven.org/search?q=g:fr.acinq.secp256k1%20a:secp256k1-kmp*) Then, the actual dependency depends on your targeted platform(s):