CO
codetit4n/IPFS-upload
Simple react app to upload files to IPFS and get the IPFS hash - Using Infura APIs
IPFS Upload - Using Infura API
- This is a simple React App using which you can upload any file to IPFS and it will generate an IPFS hash and a link which can be then shared with people or used however you want.
- Since, Infura discontinued its free IPFS service you will need an API key to use it.
Note
For WindowsOS use some linux based terminal emulator like WSL or GitBash
๐ฌ Demo Video
final.mov
๐ง Setting up Local Development
Required:
- Clone the repo and install
node_modules
git clone https://github.com/codeTIT4N/IPFS-upload.git
cd IPFS-upload
yarn- Rename the
.env.examplefile to.envand set the secret variables accordingly.
You can get these by signing up for the infura IPFS service. It requires a credit card but they won't charge you until you cross the free 5GB limit.
- Run the application:
yarn startThe site is now running at http://localhost:3000!
Open the source code and start editing!
On this page
Languages
JavaScript52.8%HTML30.7%CSS16.5%
Contributors
MIT License
Created May 22, 2021
Updated December 31, 2025