Pins/mirrors IPFS data of a Kredits organization on an IPFS node
Go to file
Râu Cao 4888d1be78
Don't automatically watch for events
2022-11-02 12:57:53 +01:00
config Move default peers to config file 2022-11-01 15:01:07 +01:00
lib Add CLI option for progress bars 2022-11-01 22:10:57 +01:00
.gitignore Hello Kredits world 2019-07-02 16:20:52 +02:00
README.md Update README 2022-11-01 16:26:18 +01:00
index.js Don't automatically watch for events 2022-11-02 12:57:53 +01:00
package-lock.json Add CLI option for progress bars 2022-11-01 22:10:57 +01:00
package.json Add CLI option for progress bars 2022-11-01 22:10:57 +01:00

README.md

Kredits IPFS Pinner

This tool pins the IPFS documents of a Kredits organization on any 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 @kredits/ipfs-pinner

Global install

npm install -g @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