From 03300f8ea55daf2991793c9be68c75b0a7d119a1 Mon Sep 17 00:00:00 2001 From: Jimmy Debe <91767824+jimstir@users.noreply.github.com> Date: Tue, 27 Aug 2024 00:05:08 -0400 Subject: [PATCH] Create manifest.md --- manifest.md | 49 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 49 insertions(+) create mode 100644 manifest.md diff --git a/manifest.md b/manifest.md new file mode 100644 index 0000000..e63df01 --- /dev/null +++ b/manifest.md @@ -0,0 +1,49 @@ +--- +title: CODEX-MANIFEST +name: Codes Manifest +status: raw +category: Standards Track +tags: codex +editor: +contributors: +--- + +## Abstract + +This specification describes the parameters used in the manifest for a Codex client application. + +## Background +The manifest is the default configuration for a Codex client. +The file contains key-value pairs that are configuirable. +The structured format used is JSON. + +## Manifest Parameters + +```json + +"manifest" : { + "treeCid" : "string" + "datasetSize" : , + "codec" : , + "hcodec" : , + "version" : , + "protected" : "bool", + "ecK" : "int", + "ecM" : "int", + "originalTreeCid" : , + "originalDatasetSize" : + "protectedStrategy" : + "verifiable" : , + "verifyRoot" : , + "slotRoots" : , + "cellSize" : , + "verifiableStrategy" : , + +} + + +``` + +`treeCid` + +-