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
Files download
File Operation
takamaka-core-wallet-0.9.2.1.jar download
takamaka-core-wallet-0.9.2.1.pom download
takamaka-core-wallet-0.9.2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>io.takamaka.wallet</groupId>
  <artifactId>takamaka-core-wallet</artifactId>
  <version>0.9.2.1</version>
</dependency>
Gradle Groovy
implementation 'io.takamaka.wallet:takamaka-core-wallet:0.9.2.1'
Gradle Kotlin
implementation("io.takamaka.wallet:takamaka-core-wallet:0.9.2.1")
Scala SBT
libraryDependencies += "io.takamaka.wallet" % "takamaka-core-wallet" % "0.9.2.1"
Groovy Grape
@Grapes(
  @Grab(group='io.takamaka.wallet', module='takamaka-core-wallet', version='0.9.2.1')
)
Apache Ivy
<dependency org="io.takamaka.wallet" name="takamaka-core-wallet" rev="0.9.2.1" />
Leiningen
[io.takamaka.wallet/takamaka-core-wallet "0.9.2.1"]
Apache Buildr
'io.takamaka.wallet:takamaka-core-wallet:jar:0.9.2.1'