Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 472 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 472 Bytes

ipfs-uploader

This is a simple node helper script to upload files to IPFS using the Infura API.

How to use

  1. Install dependencies with npm install
  2. Update the config.js file with your Infura project id and secret
  3. Add your file(s) to the upload folder
  4. Run node upload.js

Dependencies