-
Notifications
You must be signed in to change notification settings - Fork 1
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
Implement CLI upload flow in front end #154
Comments
You can use the UploadManager for the chunk batches upload. It takes a callback that is called when an operation is updated. You have an example of the UploadManager in use here I highly recommand you to check the cli upload flow to reuse as much as possible for the front end |
I'm wondering for this first build, should i setup a wallet connection or generate a key pair with a yaml file ? i'm guessing droppping the yaml in the website is not the best in terms of security ? |
Encountering one main difficulty, fs is not compatible with browsers.... this could have a big impact on the dev time needed. Here is the main solution i'm exploring : FILE API As of tuesday 12th, i'm focusing on uploading a single html file, i ignore how we will handle zip files. |
Objective
Develop the FE for the upload flow to enable users to sign and upload a website on chain.
How to
The text was updated successfully, but these errors were encountered: