Pins/mirrors IPFS data of a Kredits organization on an IPFS node
Go to file
Basti 0c93766111
1.0.2
2019-07-02 19:06:34 +02:00
lib Clean up logs, add debug option 2019-07-02 18:41:48 +02:00
.gitignore Hello Kredits world 2019-07-02 16:20:52 +02:00
README.md Fix package name 2019-07-02 19:04:09 +02:00
index.js Clean up logs, add debug option 2019-07-02 18:41:48 +02:00
package-lock.json 1.0.2 2019-07-02 19:06:34 +02:00
package.json 1.0.2 2019-07-02 19:06:34 +02:00

README.md

Kredits IPFS Pinner

This tool pins the IPFS hashes of a Kredits organisation on an IPFS node.

Usage

Make sure you have a local IPFS node running. (See --help for custom IPFS config flags, in case it is not running on localhost with default ports.)

With NPX magic

npx @67p/kredits-ipfs-pinner

Global install

npm install -g @67p/kredits-ipfs-pinner
kredits-ipfs-pinner

From repo

Clone the Git repository, then use npm scripts from its root directory.

npm start

Or with debug output:

npm run debug