Irakli Gozalishvili
Irakli Gozalishvili
Ok I'm afraid I can no longer wave my hands around naming this thing. So I'll try to persuade you all that we should use term "provider" and try to...
> This makes sense to me. Do want to try for a correspondence between the prefix of `can` eg "compute" or "store" and the namespace we claim in `nb`? So...
Ok here is another cool piece that finally fits right into https://github.com/web3-storage/w3protocol/issues/167#issuecomment-1320468187 1. We have this notion of `upload/*` list that you can add / remove / list dags in...
> fwiw, "upload provider" makes sense to me as an app developer - the upload/* capabilities give me the ability to upload stuff "somewhere" and list/remove it later, and the...
@alanshaw I think it is perhaps possible to build something like what you've suggested on top of the API implemented here or some other API that gives you more control....
So here is how things work today ``` w3 space create did:key:z6MkqneEnjm67escdX9mXRniyh3habma5CvDMNRXpz78wvKy w3 space register gozala@... ⁂ space registered to gozala@... w3 up /Users/gozala/Downloads/w3-aggregation.svg 1 file 0.2MB ⁂ Stored 1...
> How do we use paper key to authorize on a new device? ```sh space recover did:key:zMySpace ⁂ Please enter or paste the paper key displayed during space creation and...
Created an event diagram ```mermaid stateDiagram-v2 mnemonic: ⁂ Save this key 📜 verify: ⁂ Enter saved key confirm_email: ⁂ Confirm by clicking link in email state has_account [*] --> mnemonic:...
PR tackling this https://github.com/web3-storage/w3up/pull/1046
> Would be good to get an example of what this looks like in code using the `w3up-client` :) Here is the test that shows above workflow in code with...