From 2df0f16463d8b64ed202c70a9927f69a48a4fae8 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Mon, 4 May 2020 00:13:17 +0000 Subject: [PATCH] adds initial readme --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..cdde52a --- /dev/null +++ b/README.md @@ -0,0 +1,11 @@ +# the1024.club + +Goals: + +- offer 1k storage to anyone +- no user accounts or registration +- space is assigned based on pub/priv key interactions +- api-style endpoints that allocate a space for you based on the hash of your pubkey +- private key sign transactions to the api for CRUD of your 1k +- ability to set mime-type of your 1k +