7 Commits

Author SHA1 Message Date
a3d21ebb30
Refactor bootstrap node connect, add CLI argument
Removes the superfluous wrapper function (as the API already returns a
Promise). Also adds a command line argument so you can choose a
different bootstrap node.
2019-08-14 10:12:07 +02:00
f2f884a317
Connect to ipfs.kosmos.org node on start
This ensures that the local IPFS node is always connected to a known
Kosmos node before attempting to fetch documents. Vastly improves
performance.

closes #4
2019-08-13 10:07:25 +02:00
5d36ca05a5
Fix executable not working
Need to tell the system it's dealing with a node script. This fixes both
the installed `kredits-ipfs-pinner` command as well as npx (which is
also running that command).
2019-08-04 14:47:57 +02:00
7cd569ee21
Clean up logs, add debug option 2019-07-02 18:41:48 +02:00
4fb03c5677 Add IPFS connection check 2019-07-02 17:41:38 +02:00
ba6ea93a9c Make Kredits DAO address configurable 2019-07-02 17:27:51 +02:00
746149e89a Hello Kredits world 2019-07-02 16:20:52 +02:00