Skip to content
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

Allowing masses to upload files using Web3 wallets #2201

Open
jogodec2019 opened this issue Feb 10, 2023 · 0 comments
Open

Allowing masses to upload files using Web3 wallets #2201

jogodec2019 opened this issue Feb 10, 2023 · 0 comments
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/triage Needs initial labeling and prioritization

Comments

@jogodec2019
Copy link

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.

@jogodec2019 jogodec2019 added kind/enhancement A net-new feature or improvement to an existing feature need/triage Needs initial labeling and prioritization labels Feb 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/enhancement A net-new feature or improvement to an existing feature need/triage Needs initial labeling and prioritization
Projects
None yet
Development

No branches or pull requests

1 participant