Dear community,
One of the goals I am trying to reach is to have an free open source note application working fully local (client side javascript) and decentralized so there is no need of a central server. This to make the application and storage of the data from abundance and not dependent on 1 party.
I thought it would be possible, but we have some struggles.
- We have some external code such as jquery and IPFS http client https://unpkg.com/ipfs-http-client@30.1.3/dist/index.js . This is a centralized server. Is it possible to load those javascript libraries by IPFS as well?
- When reading a file from IPFS we are using the CID in the script as an requested URL. But brave browser can鈥檛 read the URL according to the console output. So it seems we need to read it another way. Is there some documentation or example code about this?
Our results so far are available by Files 路 QA 路 iPaste / iPaste 路 GitLab
Thanks for helping.
Kind regards,
Jurjen de Vries