Use DÆTA App
Start using decentralized storage: Initialize, upload and manage your files.
Run the initialization command:
daeta-client init --storage-path /path/to/storageThis creates necessary directories and configuration files.
Use the DÆTA client CLI:
daeta-client upload /path/to/local/file.txt /remote/path/file.txtOr use the Web Interface:
Log in to https://app.daeta.xyz.(coming soon)
Click "Upload" and select your file.
Choose storage options (e.g., redundancy level, encryption strength).
List files:
daeta-client ls /remote/pathDownload a file:
daeta-client download /remote/path/file.txt /local/path/file.txtDelete a file:
daeta-client rm /remote/path/file.txtCheck your current usage:
daeta-client statusView detailed analytics through the web dashboard.
Generate a sharing link:
daeta-client share /remote/path/file.txtSet 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