Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 487 Bytes

File metadata and controls

17 lines (12 loc) · 487 Bytes

Maven Central

Waves-transactions for Java

Library for binary and json serialization of transactions in Waves blockchain.

Installation

Maven

<dependency>
    <groupId>com.wavesplatform</groupId>
    <artifactId>waves-transactions</artifactId>
    <version>1.0.9</version>
</dependency>