mondyfy / ipfsupload

IPFS upload in NodeJs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

IPFS file UPLOAD in NodeJs

Testing API

  1. Clone repo
git clone https://github.com/mondyfy/ipfsupload.git
  1. change directory
cd ipfsupload
  1. Install dependencies
npm i

or

yarn
  1. Copy .env.example and update API keys
cp .env.example .env
  1. Start Server
npm run start

Folder Structure

  • server
    • controllers
    • routes
    • temp
    • index.js
  • .env
  • package.json

About

IPFS upload in NodeJs


Languages

Language:JavaScript 98.6%Language:Shell 1.4%