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
Most of the "business logic" buried in the core/commands package should use the IPFS Core API. We'll start with the basic commands add, cat, get, ls, and refs. The rest will follow.
Any rewrite of the add command is likely to cause me grief with the filestore code (#2634). I would like to be involved in any rewrite efforts. I might even be willing to just write the new code for add once I know the issues involved.
Most of the "business logic" buried in the
core/commands
package should use the IPFS Core API. We'll start with the basic commandsadd
,cat
,get
,ls
, andrefs
. The rest will follow.Dependencies:
The text was updated successfully, but these errors were encountered: