TheDiscordian / ipfs-sync

A simple daemon which will watch files on your filesystem, mirror them to MFS, automatically update related pins, and update related IPNS keys.
BSD 3-Clause "New" or "Revised" License
94 stars 14 forks source link

Check if we can connect to IPFS daemon before we do anything #20

Closed TheDiscordian closed 3 years ago

TheDiscordian commented 3 years ago

Currently we don't explicitly check if we can connect before we do anything. This can cause confusion. Check if we can connect, and display a helpful error message if not.