Skip to content

decentralized-identity/sidetree

Folders and files

NameName
Last commit message
Last commit date

Latest commit

bb4bb16 · Apr 4, 2023
Apr 4, 2023
Oct 23, 2020
Apr 4, 2023
Feb 17, 2022
Oct 2, 2020
Oct 27, 2020
Oct 23, 2018
Oct 6, 2021
Jun 8, 2022
Sep 16, 2021
Oct 2, 2018
Sep 4, 2018
Apr 4, 2023
Mar 23, 2020
Oct 1, 2021
Jul 28, 2020
Apr 4, 2023
Apr 4, 2023
Feb 23, 2021
Jul 23, 2020

Repository files navigation

Sidetree

This repository contains both the blockchain-agnostic Sidetree specification. A reference implementation can be found here.

Specification

See the latest spec for the full Sidetree specification.

See the API spec for the full API specification to interact with a Sidetree node.

Specification Editing/Contributions:

  1. Clone the repo.
  2. Create a topic branch for your spec contributions.
  3. run npm install
  4. run npm run spec:edit
  5. If you see errors like UnhandledPromiseRejectionWarning: Error: ENOENT: no such file or directory, open './www/spec/index.html'... create the missing directories and files and try again (they will be overwritten).
  6. Type npx serve . in the root directory and open http://localhost:5000/www/spec.
  7. Modify files in the spec/markdown/ directory to make changes, refresh to see changes.
  8. Do not commit build assets.
  9. Try and make blocks of text small so that changes can be suggested easily on specific lines.
  10. When you are happy with your changes, commit to your topic branch and open a Pull Request on GitHub and reviewers will be alerted to review for a potential merge.
  11. Make sure to tag people continuously to ensure your PR is reviewed in a timely manner.
  12. PRs that sit open without comments / reviews, will be closed at the editors discretion.