Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 1.11 KB

README.md

File metadata and controls

27 lines (17 loc) · 1.11 KB

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:

  1. Git clone this repo.

  2. 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>
  3. 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.

    IPFS Node

    Node status: offline

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!