Skip to content
This repository has been archived by the owner on Mar 28, 2022. It is now read-only.

SoftCreatR/ipfs-file-uploader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IPFS File Uploader

A website for uploading files to IPFS


Prerequisites

  • Node 14+
  • Yarn

Installation

  1. Clone this repo:
git clone https://github.com/SoftCreatR/ipfs-file-uploader
  1. cd into project directory
cd ipfs-uploader
  1. Install dependencies:
yarn install

Usage

Dev

yarn dev

Build

yarn build

Deploy (to IPFS)

yarn deploy

Linux users

If you see Error: ENOSPC: no space left on device errors, crank up your max inotify watches:

sysctl -w fs.inotify.max_user_watches=524288
echo "fs.inotify.max_user_watches=524288" >> /etc/sysctl.conf

Contributing

If you have any ideas, just open an issue and describe what you would like to add/change.

If you'd like to contribute, please fork the repository and make changes as you'd like. Pull requests are warmly welcome.

License 🌳

ISC © 1-2.dev

This package is Treeware. If you use it in production, then we ask that you buy the world a tree to thank us for our work. By contributing to the ecologi project, you’ll be creating employment for local families and restoring wildlife habitats.