From 11e31e3bc2f97d2b3c19482322448eacadbd7919 Mon Sep 17 00:00:00 2001 From: gmega Date: Wed, 2 Aug 2023 09:18:17 -0300 Subject: [PATCH] capture top-level folder structure into README (and use standard naming) --- README.md | 12 ++++++++++++ Readme.md | 4 ---- 2 files changed, 12 insertions(+), 4 deletions(-) create mode 100644 README.md delete mode 100644 Readme.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..7100ce2 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +Codex Research +=============== + +Contains research for the Codex peer-to-peer storage network. Top-level structure: + +* analysis - simulations, notebooks, etc; +* design - design proposals for Codex mechanisms and subsystems (e.g. marketplace mechanics, storage formats/protocols); +* evaluations - critical evaluations of existing systems; +* papers - summaries and/or evaluations for relevant academic papers; +* meetings - agendas for upcoming meetings. + + diff --git a/Readme.md b/Readme.md deleted file mode 100644 index 57214db..0000000 --- a/Readme.md +++ /dev/null @@ -1,4 +0,0 @@ -Codex Research -=============== - -Contains research for the Codex peer-to-peer storage network.