wackerow / baseline

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private business processes at low cost via the public Ethereum Mainnet. The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain

Home Page:https://docs.baseline-protocol.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Baseline Protocol

Baseline

Combining advances in cryptography, messaging, and blockchain to execute
secure and private business processes via the public Ethereum Mainnet.

Read the full documentation here at docs.baseline-protocol.org.

Join our Slack workspace, Discord channel, Telegram channel and follow us on Twitter for Baseline news and updates!


Baseline Protocol Release v0.1.0

Version 0.1 of the baseline protocol packages has been released! 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
  • examples/bri-1 -- the BRI-1 reference implementation. One or more "core" baseline protocol packages are needed to baseline-enable applications and systems of record.

Core 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

License

All code in this repo is released under the CC0 1.0 Universal public domain dedication. For the full license text, refer to LICENSE.

Contributing

See our contributing guidelines

About

The Baseline Protocol is an open source initiative that combines advances in cryptography, messaging, and blockchain to execute secure and private business processes at low cost via the public Ethereum Mainnet. The protocol will enable confidential and complex collaboration between enterprises without leaving any sensitive data on-chain

https://docs.baseline-protocol.org

License:Other


Languages

Language:TypeScript 63.2%Language:Solidity 24.7%Language:JavaScript 11.9%Language:Makefile 0.2%