Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/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.
https://github.com/truethari/nft.storage_upload
ipfs ipfs-api nft nft-storage
Last synced: 22 days ago
JSON representation
This is a simple script to upload images and metadata to nft.storage. It will upload all images and metadata in the specified folders.
- Host: GitHub
- URL: https://github.com/truethari/nft.storage_upload
- Owner: truethari
- Created: 2023-07-29T08:48:53.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-29T10:38:41.000Z (over 1 year ago)
- Last Synced: 2024-12-03T15:08:48.810Z (about 1 month ago)
- Topics: ipfs, ipfs-api, nft, nft-storage
- Language: JavaScript
- Homepage:
- Size: 23.4 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```bash
git clone https://github.com/truethari/nft.storage_upload.gitcd nft.storage_upload
npm install
```## Configuration
- Open the `config.json` file
- Add your nft.storage API key.
- Add image folder and metadata folder paths.```json
{
"imagesDirectory" : "./images",
"metadataDirectory" : "./metadata",
"nftStorageKey" : ""
}```
## Usage
```bash
node index.js
```