We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
const principal = Signer.parse(process.env.KEY) const proof = await Proof.parse(process.env.PROOF)
What are process.env.KEY and process.env.PROOF? I can’t find them
The documentation of @web3-storage/w3up-client is frustrating! ! ! !
The text was updated successfully, but these errors were encountered:
You need to create them yourself using the CLI
https://web3.storage/docs/how-to/upload/#bring-your-own-delegations
Sorry, something went wrong.
No branches or pull requests
const principal = Signer.parse(process.env.KEY)
const proof = await Proof.parse(process.env.PROOF)
What are process.env.KEY and process.env.PROOF? I can’t find them
The documentation of @web3-storage/w3up-client is frustrating! ! ! !
The text was updated successfully, but these errors were encountered: