在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):ConsenSysMesh/cava开源软件地址(OpenSource Url):https://github.com/ConsenSysMesh/cava开源编程语言(OpenSource Language):Java 83.9%开源软件介绍(OpenSource Introduction):CAVA MOVEDCava 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
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: PACKAGES.md contains the list of modules and instructions to import them separately. Build InstructionsTo build, clone this repo and run with git clone --recursive https://github.com/ConsenSys/cava
cd cava
./gradlew After a successful build, libraries will be available in Links
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论