Cava
ConsenSys core libraries for Java & Kotlin
Install / Use
/learn @ConsenSysMesh/CavaREADME
CAVA MOVED
Cava is moving to the Apache Software Foundation, under the name Apache Tuweni.
See https://github.com/apache/incubator-tuweni for the latest source.
The website will be up at https://tuweni.apache.org.
Cava is now officially deprecated, and all future changes go to Apache Tuweni.
Cava: ConsenSys Core Libraries for Java (& Kotlin)
In the spirit of Google Guava, Cava is a set of libraries and other tools to aid development of blockchain and other decentralized software in Java and other JVM languages.
It includes a low-level bytes library, serialization and deserialization codecs (e.g. RLP), various cryptography functions and primatives, and lots of other helpful utilities.
Cava is developed for JDK 1.8 or higher, and depends on various other FOSS libraries, including Guava.
Getting cava
Note that these libraries are experimental and are subject to change.
The libraries are published to ConsenSys bintray repository, synced to JCenter and Maven Central.
You can import all modules using the cava jar.
With Maven:
<dependency>
<groupId>net.consensys.cava</groupId>
<artifactId>cava</artifactId>
<version>0.6.0</version>
</dependency>
With Gradle: compile 'net.consensys.cava:cava:0.6.0'
PACKAGES.md contains the list of modules and instructions to import them separately.
Build Instructions
To build, clone this repo and run with ./gradlew like so:
git clone --recursive https://github.com/ConsenSys/cava
cd cava
./gradlew
After a successful build, libraries will be available in build/libs.
Links
Related Skills
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
90.0kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
openai-whisper-api
343.1kTranscribe audio via OpenAI Audio Transcriptions API (Whisper).
qqbot-media
343.1kQQBot 富媒体收发能力。使用 <qqmedia> 标签,系统根据文件扩展名自动识别类型(图片/语音/视频/文件)。
