web3labs / crux

Data Privacy for Quorum Blockchains
https://www.web3labs.com
Apache License 2.0
53 stars 28 forks source link

How crux is different from Constellation #4

Closed rushikeshacharya closed 6 years ago

conor10 commented 6 years ago

It uses the same API for communicating with Quorum nodes.

It works in the same manner as Constellation with respect to storage and encryption, with the exception that the default datastore used is LevelDB instead of BerkeleyDB (although BerkeleyDB is supported).

It's been written in Go to enable a much larger community of developers to understand how the code works - Haskell presented challenges for a number of users.