Remix: Create a Web App with Remix to Upload to Decentralized Storage
Learn how to create a web app with Remix to upload to decentralized storage,
What is Remix?
1. Install React and Remix-Run npm packages:
2. Git clone the following repository:
3. Open the file .env.example in your text editor of choice.
.env.example in your text editor of choice.4. Run the following npm commands to run your Remix app:
5. Once your app is running, it will be available at a local address on port :3000.

6. Select a file to be uploaded using either method.

7. Select ‘Submit’ to initiate the upload.

8. View the contents of your Filebase bucket on the Web Console dashboard to confirm the upload’s success.

Last updated