Use DÆTA App

Start using decentralized storage: Initialize, upload and manage your files.

Once your account is set up and the client is installed, you can begin utilizing DÆTA's decentralized storage capabilities.

Run the initialization command:

daeta-client init --storage-path /path/to/storage

This creates necessary directories and configuration files.

Use the DÆTA client CLI:

daeta-client upload /path/to/local/file.txt /remote/path/file.txt

Or use the Web Interface:

  1. Log in to https://app.daeta.xyz.(coming soon)

  2. Click "Upload" and select your file.

  3. Choose storage options (e.g., redundancy level, encryption strength).

List files:

daeta-client ls /remote/path

Download a file:

daeta-client download /remote/path/file.txt /local/path/file.txt

Delete a file:

daeta-client rm /remote/path/file.txt

Check your current usage:

daeta-client status

View detailed analytics through the web dashboard.

Generate a sharing link:

daeta-client share /remote/path/file.txt

Set permissions and expiration for shared links through the web interface.

Set up automated backups.

Configure version control for important files.

Explore integration with other decentralized applications.

By following these steps, users can quickly set up their DÆTA environment and begin leveraging the power of decentralized storage for their data management needs.

Last updated