Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 276 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 276 Bytes

ipfs

Module monitors IPFS basic information.

  1. Bandwidth in kbits/s
  • in
  • out
  1. Peers
  • peers

configuration

Only url to IPFS server is needed.

Sample:

localhost:
  name : 'local'
  url  : 'http://localhost:5001'