Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aldhosutra/npm-ipfs-cluster-service

Install ipfs-cluster-service binary from NPM
https://github.com/aldhosutra/npm-ipfs-cluster-service

Last synced: 16 days ago
JSON representation

Install ipfs-cluster-service binary from NPM

Awesome Lists containing this project

README

        


logo

# ipfs-cluster-service

[![](https://img.shields.io/badge/project-ipfs--cluster-ef5c43.svg?style=flat-square)](https://ipfscluster.io/documentation/reference/service/)

[IPFS Cluster](https://ipfscluster.io) 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](https://ipfscluster.io/documentation/reference/service/) is a command line application that runs a full cluster peer

## Install

Install the latest `ipfs-cluster-service` binary:

```sh
# 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](LICENSE)