ipfs-pub
v0.1.2
Published
A service for publishing files to IPFS.
Downloads
4
Readme
IPFS Pub
A service for publishing files to IPFS.
Install
Install the IPFS command-line daemon:
# Grab the latest version from here: https://dist.ipfs.io/#go-ipfs
curl -O https://dist.ipfs.io/go-ipfs/v0.4.8/go-ipfs_v0.4.8_linux-amd64.tar.gz
# Unpack the tarball.
tar xvfz go-ipfs.tar.gz
# Open the extracted directory.
cd go-ipfs
# Run the install script (which simply moves the `ipfs` binary to the `/usr/local/bin` directory).
./install.sh
Install the Node dependencies:
npm install
Usage
From one tab in the command line, start the IPFS daemon:
ipfs daemon
From another tab in the command line, start the local Node development server:
npm start