Skip to content

v0.1.0

Latest
Compare
Choose a tag to compare
@kthomas kthomas released this 26 Aug 14:29

Baseline Protocol v0.1.0

Welcome to the Baseline Protocol v0.1.0 release! For some background information, check out this section of our docs.

There are two entrypoints where you can get involved in the codebase:

  • core/ -- the "core" Baseline Protocol packages (here)
  • examples/bri-1 -- the BRI-1 reference implementation (here)

One or more "core" baseline protocol packages are needed to baseline-enabled applications and systems of record.

Modules & Packages

Package Source Path Description
@baseline-protocol/api core/api Core baseline API package providing unified access to the baseline JSON-RPC module and blockchain, registry and key management interfaces
@baseline-protocol/contracts core/contracts Solidity contracts packaged as a Truffle project; includes ERC1820/organization registry
@baseline-protocol/messaging core/messaging Core messaging package with protocol-agnostic p2p interface with NATS and Whisper implementations
@baseline-protocol/persistence core/persistence Persistence package; this is a placeholder for system of record integration standards (see ERP connector projects under examples/)
@baseline-protocol/privacy core/privacy Core privacy package initially exposing a zkSnark circuit provider factory; designed to support future privacy implementations
@baseline-protocol/types core/types Core reuseable type definitions; also provides a convenience wrapper around interacting with lib/ assets (i.e. circuits)

Architecture

baseline-protocol-architecture