This project was mostly developed by the IPFS organization.
It is a package for developers to embed an IPFS node in any webpage.
All you need to do to start the ndoe in your webpage is:
-
Git clone this repo.
-
Add the following lines of code in the tag. Make sure they are linking to the right files or else this will not work!
<script src="index.min.js" defer></script> <script src="./src/index.js" type="module" defer></script> -
Optionally, you can add the following lines of code to your to create a status indicator for the node. You can edit the index.css as you like.
Now, you can look at the console, and you should see a "IPFS node online" indicator.
Make sure to like this project and shoutout to the IPFS developers who made the backend!