From b2d4337f9a6a528cf102311f06bbfe03ec374205 Mon Sep 17 00:00:00 2001 From: gmega Date: Fri, 30 Jan 2026 12:51:38 -0300 Subject: [PATCH] cleanup README --- README.md | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/README.md b/README.md index 35dae3d..b0f18d5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # easystorage -A simplified C wrapper around [libstorage](https://github.com/status-im/logos-storage-nim), providing an easy-to-use API for distributed file storage operations. - -## Features - -- Simple node lifecycle management (create, start, stop, destroy) -- File upload with progress callback -- File download by CID with progress callback +A simplified, higher level C wrapper around [libstorage](https://github.com/status-im/logos-storage-nim) built to showcase it. Allows filesharing in the Logos Storage network. Comes with an example console application to interact with it. ## Prerequisites