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 Mar 10, 2020. It is now read-only.
Go implementation of core-interface (CoreAPI) is getting to the stage where it can be extracted from go-ipfs repo, and afaik it's supposed to live it this repo together with js interface definitions / tests.
But there are problems:
Both NPM and GX use package.json
Many tools expect package.json to live in repository root (things like gx-workspace, our Jenkins pipelines)
Packages will carry unnecessary bloat (this can probably be mitigated)
This will only get worse with more languages
I'd say that this repo should stay focused on JS, and interface repos should be called [lang]-ipfs-interface