jackal-fs is a minimalistic dApp that enables private file storing using the Jackal protocol and Keplr wallet. jackal-fs allows users to securely upload and download files while ensuring data privacy through encryption.
Private file uploads and downloads using the Jackal protocol.
To run the app locally, follow these steps:
Clone the repository:
git clone https://github.com/aungKhantPaing/jackal-fs.git
cd jackal-fs
Install dependencies:
npm install
Once the installation is complete, start the development server:
npm run dev