t

takamaka-core-wallet

This package contains core classes for the Takamaka blockchain Wallet, ancillary methods that initialize the folder structure in the user's home, hash functions, syntactic transaction verification, and the json serializer.
https://github.com/takamaka-dev/wallet-core
The Apache License, Version 2.0
AiliA SA
Giovanni Antino Iris Dimni Alessandro Pasi Francesco Pasetto Isacco Borsani Takamaka Dev
文件下载
文件名 操作
takamaka-core-wallet-0.9.2.3.jar 下载
takamaka-core-wallet-0.9.2.3.pom 下载
takamaka-core-wallet-0.9.2.3-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.takamaka.wallet</groupId>
  <artifactId>takamaka-core-wallet</artifactId>
  <version>0.9.2.3</version>
</dependency>
Gradle Groovy
implementation 'io.takamaka.wallet:takamaka-core-wallet:0.9.2.3'
Gradle Kotlin
implementation("io.takamaka.wallet:takamaka-core-wallet:0.9.2.3")
Scala SBT
libraryDependencies += "io.takamaka.wallet" % "takamaka-core-wallet" % "0.9.2.3"
Groovy Grape
@Grapes(
  @Grab(group='io.takamaka.wallet', module='takamaka-core-wallet', version='0.9.2.3')
)
Apache Ivy
<dependency org="io.takamaka.wallet" name="takamaka-core-wallet" rev="0.9.2.3" />
Leiningen
[io.takamaka.wallet/takamaka-core-wallet "0.9.2.3"]
Apache Buildr
'io.takamaka.wallet:takamaka-core-wallet:jar:0.9.2.3'