You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 30, 2023. It is now read-only.
Currently entries are added with ipfs.dag.put. This doesn't automatically pin the entries that are added to ipfs. This could be problematic when the ipfs garbage collection gets activated. To solve this after each dag.put call ipfs.pin.add(<cid>) should also be called.