CryptoDrive icon indicating copy to clipboard operation
CryptoDrive copied to clipboard

A Decentralised Encrypted File Storing and Sharing App which is back-boned by Ethereum Smart Contracts and is preparing its launch to the moon 🚀

Results 19 CryptoDrive issues
Sort by recently updated
recently updated
newest added

Fix issue on Login/index.jsx and Dashboard/dashboard.jsx

MDN has a particular list of Malicious File Types. Creating a checker function, which gets the extension of the file and checks, whether it is a malicious or nonmalicious file....

Retrospective

Through this PR, I am creating a GitHub action to reply with an automated message to first time contributors. When a user makes a PR for the first time or...

CryptoDrive needs a greeting bot, whenever a contributor, raises their first issue or sends their first PR. If you would like to contribute, feel free to create a branch and...

Retrospective

Currently, CryptoDrive is not yet prepared for Mobile Devices. Making it prepared for mobile devices, will be helpful for users to upload and share files via their mobo device.

Retrospective

Need to handle an edge case where a user doesn't have sufficient amount of the ethers in the Metamask wallet then we need to stop the process and send the...

Retrospective

The project uses Huffman Compression Algorithm, to process faster communication. We are looking to improve on it further. If you have any ideas, feel free to comment it.

Retrospective

Crypto drive runs on zero servers. Hence the computation process does need to be parallelly processed for larger files. Web workers is a great idea to implement parallel processing on...

Retrospective

We make sure, you really own your own data. But as a service, people can misuse it by uploading spam script-based files. A strategy has to be derived in order...

Retrospective