-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[SDK] Use w3up in SDK #684
Comments
I just got this email. Looks like they're deprecating the older client by end of year! Dear user, Hello from web3.storage! We have some exciting news that affects you as a current web3.storage user. We are launching our new upload API and client, which is replacing our existing upload API. We accomplished a ton with our old API from initially launching as a free Filecoin data onboarding platform for developers. As we evolve into a standalone business, that means pivoting to a product that takes what is so great about the old web3.storage (easy-to-use, reliable and fast IPFS hosting, with data stored on the decentralized Filecoin network) and combines it with key features and a differentiated developer experience. This includes, among other things: Best, |
Looks like they're building a yet to be released migration tool, need to contact support to get early access? |
@ryscheng thanks for keeping us up to date here! While I'd appreciate early access, if it's flaky I don't think we currently have the bandwidth for 'getting things running'. So would be nice, not a must have imho. Since they'll be sunsetting soon, and like you suggested, we better migrate to the new upload flow soon. I'm looping in @Jipperism here because looking at the docs they suggest setting up a BE service with a worker cue or at a minimum a backend that provides authentication to our users to upload client side. We should assess what's applicable for our usecase (one-shot-uploads). Docs on uploading: https://web3.storage/docs/how-to/upload/ |
API is live with metadata and allowlist upload endpoint: hypercerts-api.vercel.app Metadata: Repo: https://github.com/hypercerts-org/hypercerts-api |
hypercerts-api-production.up.railway.app |
Describe the feature you'd like to request
web3.storage is moving towards w3up, instead of their existing clients
https://github.com/web3-storage/w3up/tree/main/packages/w3up-client
From what Travis told me today, this isn't quite ready yet for production use, but wanted to file an issue for it to track it and start testing it
Describe the solution you'd like
Replace the nft.storage and web3.storage clients in the SDK and replace with w3up
Describe alternatives you've considered
N/A
The text was updated successfully, but these errors were encountered: