Connect to Kosmos IPFS node on startup #5
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "feature/connect_to_kosmos_ipfs_node"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Connect to Kosmos IPFS node on startto Connect to Kosmos IPFS node on startupThis works perfectly, nice
connect
already returns a promise. why the need for the wrapper function?👍
I followed the API docs, and they say something different. Did you test this?
yes,
we also use it in the kredits-contracts ipfs class
Damn docs. Thanks. :(