Skip to content

This is a package for developers to embed an IPFS node in any webpage.

Notifications You must be signed in to change notification settings

Timmy0x/ipfs-in-the-browser-package

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

About

This is a package for developers to embed an IPFS node in any webpage.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published