truethari / nft.storage_upload

This is a simple script to upload images and metadata to nft.storage. It will upload all images and metadata in the specified folders.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

nft.storage_upload


Introduction

This is a simple script to upload images and metadata to nft.storage. It will upload all images and metadata in the specified folders.

Installation

git clone https://github.com/truethari/nft.storage_upload.git

cd nft.storage_upload
npm install

Configuration

  • Open the config.json file
  • Add your nft.storage API key.
  • Add image folder and metadata folder paths.
{
  "imagesDirectory" : "./images",
  "metadataDirectory" : "./metadata",
  "nftStorageKey" : ""
}

Usage

node index.js

About

This is a simple script to upload images and metadata to nft.storage. It will upload all images and metadata in the specified folders.


Languages

Language:JavaScript 100.0%