Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ethereum-oasis-op/baseline-standard
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: uport-project/baseline-standard
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Can’t automatically merge. Don’t worry, you can still create the pull request.
  • 2 commits
  • 1 file changed
  • 2 contributors

Commits on Mar 18, 2021

  1. fix: fixes #32

    Oliver Terbu committed Mar 18, 2021

    Verified

    This commit was signed with the committer’s verified signature.
    snyk-bot Snyk bot
    Copy the full SHA
    e692307 View commit details
  2. Merge pull request #1 from uport-project/awoie/fix-#32

    fix: fixes #32
    awoie authored Mar 18, 2021
    Copy the full SHA
    c758704 View commit details
Showing with 4 additions and 0 deletions.
  1. +4 −0 README.md
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -23,8 +23,12 @@ There are currently three specifications in development:

OASIS Specification 1 - The Baseline CORE Specifications document: The document describes the minimal set of business and technical prerequisites, functional and non-functional requirements, together with a reference architecture that when implemented ensures that two or more systems of record can synchronize their system state over a permissionless public Distributed Ledger Technology (DLT) network.

[Link to latest working draft](https://github.com/ethereum-oasis/baseline-standard/blob/main/core/baseline-core-v1.0-psd01.md)

OASIS Specification 2 - The Baseline API & Data Model Specifications document: The document describes the Baseline programming interface and expected behaviors of all instances of this interface together with the required programming interface data model.

[Link to latest working draft](https://github.com/ethereum-oasis/baseline-standard/blob/main/api/baseline-api-v1.0-psd01.md)

Specification - Permissionless DLT Requirements document: The document describes required and assumed properties and qualities of a permissionless singleton state machine and its operating environment for such a permissionless DLT to safely synchronize two or more enterprise systems of record.

## License