1.0.7 • Published 7 months ago

ipfs-cluster-service v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ipfs-cluster-service

npm.io

IPFS Cluster provides data orchestration across a swarm of IPFS daemons by allocating, replicating and tracking a global pinset distributed among multiple peers.

The ipfs-cluster-service is a command line application that runs a full cluster peer

Install

Install the latest ipfs-cluster-service binary:

# Install globally
> npm install -g ipfs-cluster-service
> ipfs-cluster-service --version
ipfs-cluster-service version 1.0.7

# Install locally
> npm install ipfs-cluster-service
> ./node_modules/.bin/ipfs-cluster-service --version
ipfs-cluster-service version 1.0.7

License

MIT