wallet-sdk-core
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.michaeltchuang.algokit.walletsdk</groupId>
<artifactId>wallet-sdk-core</artifactId>
<version>3.202504.4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.michaeltchuang.algokit.walletsdk</groupId>
<artifactId>wallet-sdk-core</artifactId>
<version>3.202504.4</version>
<name>AlgoKit Wallet SDK Core</name>
<description>A headless wallet engine for Algorand</description>
<url>https://github.com/michaeltchuangllc/algokit-walletsdk-kmp</url>
<licenses>
<license>
<name>GPL-3.0 License</name>
<url>https://opensource.org/licenses/GPL-3.0</url>
</license>
</licenses>
<developers>
<developer>
<id>michaeltchuang</id>
<name>Michael T Chuang</name>
<email>hello@michaeltchuang.com</email>
<organization>Michael T Chuang LLC</organization>
<organizationUrl>https://github.com/michaeltchuangllc</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/michaeltchuangllc/algokit-walletsdk-kmp.git</connection>
<developerConnection>scm:git:ssh://github.com/michaeltchuangllc/algokit-walletsdk-kmp.git</developerConnection>
<url>https://github.com/michaeltchuangllc/algokit-walletsdk-kmp</url>
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-bom</artifactId>
<version>4.0.1-Beta1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
</dependencies>
</dependencyManagement>
<dependencies>
<dependency>
<groupId>io.github.aakira</groupId>
<artifactId>napier</artifactId>
<version>2.7.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlin</groupId>
<artifactId>kotlin-stdlib</artifactId>
<version>2.2.21</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.animation</groupId>
<artifactId>animation</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-resources</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.components</groupId>
<artifactId>components-ui-tooling-preview</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.foundation</groupId>
<artifactId>foundation</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.material</groupId>
<artifactId>material</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.material3</groupId>
<artifactId>material3</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.compose.runtime</groupId>
<artifactId>runtime</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>fr.acinq.bitcoin</groupId>
<artifactId>bitcoin-kmp</artifactId>
<version>0.25.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.coil-kt.coil3</groupId>
<artifactId>coil-compose</artifactId>
<version>3.0.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-core</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-compose</artifactId>
<version>4.0.1-Beta1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.insert-koin</groupId>
<artifactId>koin-compose-viewmodel</artifactId>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-core</artifactId>
<version>1.10.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-serialization-json</artifactId>
<version>1.7.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-logging</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-content-negotiation</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-serialization-kotlinx-json</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-core</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-utils</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.room</groupId>
<artifactId>room-runtime</artifactId>
<version>2.7.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.sqlite</groupId>
<artifactId>sqlite-bundled</artifactId>
<version>2.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-datetime</artifactId>
<version>0.6.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.final-class</groupId>
<artifactId>webview-multiplatform-mobile</artifactId>
<version>1.2.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.kevinnzou</groupId>
<artifactId>compose-webview-multiplatform</artifactId>
<version>1.9.40</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>network.chaintech</groupId>
<artifactId>qr-kit</artifactId>
<version>3.0.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.jetbrains.androidx.navigation</groupId>
<artifactId>navigation-compose</artifactId>
<version>2.8.0-alpha10</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.datastore</groupId>
<artifactId>datastore</artifactId>
<version>1.1.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>androidx.datastore</groupId>
<artifactId>datastore-preferences</artifactId>
<version>1.1.7</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.ionspin.kotlin</groupId>
<artifactId>bignum</artifactId>
<version>0.3.9</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.github.alexzhirkevich</groupId>
<artifactId>compottie</artifactId>
<version>1.1.2</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.ktor</groupId>
<artifactId>ktor-client-darwin</artifactId>
<version>3.0.0</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>