Pins/mirrors IPFS data of a Kredits organization on an IPFS node
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Go to file
Râu Cao 0a21c57251
2.1.0
5 months ago
config Move default peers to config file 5 months ago
lib Fix progress bar rendering when finished 5 months ago
.gitignore Hello Kredits world 4 years ago
README.md Add npm badge to README 5 months ago
index.js Prevent bootstrap node connects on the same IPFS node 5 months ago
package-lock.json 2.1.0 5 months ago
package.json 2.1.0 5 months ago

README.md

npm

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