baseline
Baseline Protocol
Combining advances in cryptography, messaging, and blockchain to execute
secure and private business processes via the public Ethereum Mainnet.
Join our Slack workspace, Discord channel, Telegram channel, YouTube channel, and follow us on Twitter for Baseline news and updates!
v0.1.0
Baseline Protocol Release 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. -
examples/bri-2
-- the experimental BRI-2 reference implementation includes examples of semi functioning dashboard to the baseline protocol.
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
Resources
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
评论