ipfs-pinner/README.md

25 lines
390 B
Markdown
Raw Normal View History

2019-07-02 16:45:24 +00:00
# Kredits IPFS Pinner
2019-07-02 14:20:52 +00:00
2019-07-02 16:45:24 +00:00
This tool pins the IPFS hashes of a Kredits organisation on an IPFS node.
2019-07-02 14:20:52 +00:00
## Usage
2019-07-02 16:45:24 +00:00
### With NPX magic
2019-07-02 14:20:52 +00:00
2019-07-02 16:45:24 +00:00
npx @67p/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