prism-fydp / frontend

electron app
MIT License
0 stars 0 forks source link

IPFS Connectivity #6

Open adityas129 opened 2 years ago

adityas129 commented 2 years ago

Upload file on IPFS after user presses upload

ConKing98 commented 2 years ago

Linked PR relates to communicating with the IPFS daemon. While this provides the ability to upload and download content from IPFS, it does not actually implement the UI to do this. It merely provides the code handles to support the operation.

ConKing98 commented 2 years ago

Basic front-end connection has been merged into master. While the UI is not fancy at the moment, it is functional.