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.
Classes and utilities for working with byte arrays.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-bytes (cava-bytes.jar).
Classes and utilities for working with concurrency.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-concurrent (cava-concurrent.jar).
Extensions for mapping [AsyncResult][net.consensys.cava.concurrent.AsyncResult] and [AsyncCompletion][net.consensys.cava.concurrent.AsyncCompletion] objects to and from Kotlin coroutines.
A general-purpose library for managing configuration data.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-config (cava-config.jar).
Classes and utilities for working with cryptography.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-crypto (cava-crypto.jar).
Classes and utilities for working with the sodium native library.
Classes and utilities in this package provide an interface to the native Sodium crypto library (https://www.libsodium.org/), which must be installed on the same system as the JVM. It will be searched for in common library locations, or its it can be loaded explicitly using [net.consensys.cava.crypto.sodium.Sodium.loadLibrary].
Classes in this package depend upon the JNR-FFI library, which is not automatically included when using the complete Cava distribution. See https://github.com/jnr/jnr-ffi. JNR-FFI can be included using the gradle dependency com.github.jnr:jnr-ffi.
Kotlin coroutine based implementation of the Ethereum ÐΞVp2p protocol.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-devp2p (cava-devp2p.jar).
Classes and utilities for working in the Ethereum domain.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-eth (cava-eth.jar).
Classes and utilities for handling file and network IO.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-io (cava-io.jar).
General utilities for working with files and the filesystem.
Utilities for better junit testing.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-junit (cava-junit.jar).
An implementation of the kademlia distributed hash (routing) table.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-kademlia (cava-kademlia.jar).
Classes and utilities for working with key/value stores.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-kv (cava-kv.jar).
Classes and utilities for working with networking.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-net (cava-net.jar).
Classes and utilities for coroutine based networking.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-net-coroutines (cava-net-coroutines.jar).
Utilities for doing fingerprint based TLS certificate checking.
Recursive Length Prefix (RLP) encoding and decoding.
An implementation of the Ethereum Recursive Length Prefix (RLP) algorithm, as described at https://github.com/ethereum/wiki/wiki/RLP.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-rlp (cava-rlp.jar).
A parser for Tom's Obvious, Minimal Language (TOML).
A parser and semantic checker for Tom's Obvious, Minimal Language (TOML), as described at https://github.com/toml-lang/toml/.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-toml (cava-toml.jar).
Merkle Trie implementations.
Implementations of the Ethereum Patricia Trie, as described at https://github.com/ethereum/wiki/wiki/Patricia-Tree.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-merkle-trie (cava-merkle-trie.jar).
Merkle Trie implementations using Kotlin coroutines.
Classes and utilities for working with 256 bit integers and Ethereum units.
These classes are included in the complete Cava distribution, or separately when using the gradle dependency net.consensys.cava:cava-units (cava-units.jar).
Classes and utilities for working with 256 bit integers.
Classes and utilities for working with Ethereum units.