Skip to content
Peter Fox edited this page Aug 17, 2018 · 24 revisions

This is the wiki for Tessera, a stateless Java system that is used to enable the encryption, decryption, and distribution of private transactions for Quorum.

Quorum is an Ethereum-based distributed ledger protocol with transaction privacy. For Quorum-related information see the Quorum project repository.

Wiki tips

The wiki uses non-specific paths to files or the Tessera program. When you see:

tessera <OPTIONS>

then this refers to the main Tessera jar alias, which equates to:

java -jar tessera.jar

This jar file can either be downloaded from the [releases] or found from building from source using maven. The same applies for the configuration and data migration utility jars.

The other type of file you will see is of the from

/path/to/file

which denotes that a file should be provided, but it unto the user to decide where that file should be located/written to.

Wiki Contents

Clone this wiki locally