Skip to content
This repository has been archived by the owner on Apr 29, 2020. It is now read-only.
/ ipfs-web-app Public archive

[ARCHIVED] DEPRECATED — ipfs-web-app tool

License

Notifications You must be signed in to change notification settings

ipfs-inactive/ipfs-web-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has been archived!

This IPFS-related repository has been archived, and all issues are therefore frozen. If you want to ask a question or open/continue a discussion related to this repo, please visit the official IPFS forums.

We archive repos for one or more of the following reasons:

  • Code or content is unmaintained, and therefore might be broken
  • Content is outdated, and therefore may mislead readers
  • Code or content evolved into something else and/or has lived on in a different place
  • The repository or project is not active in general

Please note that in order to keep the primary IPFS GitHub org tidy, most archived repos are moved into the ipfs-inactive org.

If you feel this repo should not be archived (or portions of it should be moved to a non-archived repo), please reach out and let us know. Archiving can always be reversed if needed.

ipfs-web-app tool

standard-readme compliant

ipfs web app interface

IPFS web apps are html5 web pages with IPFS API access.

Install

In /examples/home, you will find the node info simple example app. To test this, you will need an ipfs daemon running in unrestricted mode.

$ ipfs daemon --unrestricted-api

IPFS Web apps also depend on browserify, and this example also needs less to compile its stylesheets.

$ sudo npm install -g less browserify ipfs-web-app
$ cd examples/home
$ npm install
$ ipfs-web-app run

This will open a browser with your node info showing.

Usage

For now, there is only one example here. You can access it through the browser.

More apps would be great! Feel free to add them here.

Contribute

Feel free to join in. All welcome. Open an issue!

This repository falls under the IPFS Code of Conduct.

License

MIT

About

[ARCHIVED] DEPRECATED — ipfs-web-app tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published