Allowing masses to upload files using Web3 wallets #2201
Labels
kind/enhancement
A net-new feature or improvement to an existing feature
need/triage
Needs initial labeling and prioritization
I am creating an open source NFT Minting project. I am using Web3.Storage to store the public's NFT related files into IPFS. However these files does not belong to me and so the public should each have their own Web3.Storage account to store their own NFT data files.
In the current Web3.Storage implementation, we upload files based on API token.
It's challenging to explain to the public what is API token and how to register an account with Web3.Storage to get the API token in the middle of the NFT minting process. It is better to ask the public to just use their Web3 wallet for the authentication/authorization instead.
I will like to request for the following:
(1) A create account API that takes in a Web3 wallet address as a parameter as well as any other info required by Web3.Storage
Alternatively it can also be an account creation web-page on Web3.Storage site that is able to re-direct public back to my project site.
(2) A new set of update APIs to be based on Web 3 wallet signature. [This is the more secure solution]
Alternatively it can also be a token retrieval API based on the user's wallet signature.
If required, I can also helped with the development.
The text was updated successfully, but these errors were encountered: