RangerMauve / js-ipfs-fetch

Use the same `fetch()` API browsers provide for HTTP, but for IPFS
https://youtu.be/kI9Issf3MNc?t=1606
MIT License
65 stars 7 forks source link

how to include in vue project #7

Closed travelixEarth closed 2 years ago

travelixEarth commented 2 years ago

is it possible to use this in a vue project? if so, could you provide a quick example of how to do so? 🙏

i'm pulling my hair out trying to build a simple app that interacts directly with ipfs instead of going using the opensea api... this project is a much needed bridge!

thank you! 💚🌎

RangerMauve commented 2 years ago

Sadly, I don't have experience using IPFS with Vue. Are you able to npm install ipfs-fetch and then import it in your app code?