3box-pinning-node icon indicating copy to clipboard operation
3box-pinning-node copied to clipboard

NPM package missing

Open eshohet opened this issue 5 years ago • 5 comments

Error An unexpected error occurred: "https://registry.yarnpkg.com/3box-pinning-node: Not found".

eshohet avatar Jan 28 '20 00:01 eshohet

We haven't actually created an npm package for this repository. Are you looking to use it within another project?

oed avatar Jan 28 '20 09:01 oed

Yes, we'd like to be able to quickly reach peers and fetch pinned content stored via 3box spaces

eshohet avatar Jan 28 '20 18:01 eshohet

Are you looking to interact with spaces from a user perspective or query data for any space we pin on our node? then probably looking for 3box-js https://github.com/3box/3box-js (3boxjs does run an ipfs instance in browser and pin user data)

Of do you want to run a node that will pin data for a space for a bunch of users?

zachferland avatar Jan 28 '20 20:01 zachferland

We wan to run a node that pins a bunch of our user's data so that we can quickly sync data upon opening our dapp. The problem we're trying to solve is the slow initial data sync.

eshohet avatar Jan 30 '20 18:01 eshohet

@eshohet ok great, just this sprint we were working on bundling this up in an easy and configurable way to pin data for a set of users and then spaces. we can ping you when ready. The easiest way to run everything will be in https://github.com/3box/3box-services-box, can take a look in the meantime.

Not sure if will speed up data syncs for you, how slow are things for you and whats the default use case look like? we are generally working to improve that as well

zachferland avatar Jan 31 '20 02:01 zachferland