All Projects → ConsenSysMesh → Cava

ConsenSysMesh / Cava

Licence: apache-2.0
ConsenSys core libraries for Java & Kotlin

Programming Languages

java
68154 projects - #9 most used programming language
kotlin
9241 projects

Projects that are alternatives of or similar to Cava

Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (+98.59%)
Mutual labels:  blockchain, ethereum, crypto
Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (+35.21%)
Mutual labels:  blockchain, ethereum, crypto
Use Dai
💸 A curated, community compiled list of everywhere you can use the decentralized Dai stablecoin
Stars: ✭ 74 (+4.23%)
Mutual labels:  blockchain, ethereum, crypto
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+825.35%)
Mutual labels:  blockchain, ethereum, crypto
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-11.27%)
Mutual labels:  blockchain, ethereum, crypto
Celo Monorepo
Official repository for core projects comprising the Celo platform
Stars: ✭ 269 (+278.87%)
Mutual labels:  blockchain, ethereum, crypto
Dapp
Censorship resistant democracies.
Stars: ✭ 1,326 (+1767.61%)
Mutual labels:  blockchain, ethereum, crypto
Uport Connect
Main uPort library for front end developers
Stars: ✭ 295 (+315.49%)
Mutual labels:  blockchain, ethereum, crypto
Scatterdesktop
Connect to applications on EOS, Ethereum, and Tron. Exchange tokens with ease. Manage your assets safely. All in a simple to use interface.
Stars: ✭ 459 (+546.48%)
Mutual labels:  blockchain, ethereum, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1200%)
Mutual labels:  blockchain, ethereum, crypto
Trace
Supply chain transparency platform proof-of-concept based on the Ethereum blockchain ✍️
Stars: ✭ 52 (-26.76%)
Mutual labels:  blockchain, ethereum
Remix
This has been moved to https://github.com/ethereum/remix-project
Stars: ✭ 1,063 (+1397.18%)
Mutual labels:  blockchain, ethereum
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-28.17%)
Mutual labels:  blockchain, ethereum
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-28.17%)
Mutual labels:  ethereum, crypto
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+1516.9%)
Mutual labels:  blockchain, crypto
Udacity Blockchain Developer Nanodegree
The road so far on Udacity Blockchain Developer Nanodegree
Stars: ✭ 53 (-25.35%)
Mutual labels:  blockchain, ethereum
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-23.94%)
Mutual labels:  ethereum, crypto
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-23.94%)
Mutual labels:  blockchain, ethereum
Kubereum
Kubernetes + Ethereum = Kubereum!!!
Stars: ✭ 55 (-22.54%)
Mutual labels:  blockchain, ethereum
Tokensale
Tokensale Best Practices for Founders
Stars: ✭ 50 (-29.58%)
Mutual labels:  blockchain, ethereum

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)

Build Status License Download

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].