Skip to content

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

Notifications You must be signed in to change notification settings

truethari/nft.storage_upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published