0.1.9 • Published 10 years ago

ipfs-web-app v0.1.9

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

ipfs-web-app tool

Ipfs web apps are html5 web pages with ipfs api access.

example app

in /examples/home you will find the 'node info' simple example app. To test this, you will need a 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.

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago