storacha-network / w3up

⁂ w3up protocol implementation
https://github.com/storacha-network/specs
Other
54 stars 19 forks source link

process.env.KEY and process.env.PROOF? I can’t find them #1520

Open NingXinHui opened 1 month ago

NingXinHui commented 1 month ago

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! ! ! !

jaycoolslm commented 2 days ago

You need to create them yourself using the CLI

https://web3.storage/docs/how-to/upload/#bring-your-own-delegations