Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/skogard/nft.storage.car.example


https://github.com/skogard/nft.storage.car.example

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

        

# What it does

1. creates a file named [output.car](output.car) by packing the contents inside [metadata](metadata) folder
2. uploads the [output.car](output.car) file to NFT.STORAGE

# Install

```
git clone https://github.com/skogard/nft.storage.car.example.git
cd nft.storage.car.example
npm install
```

Then create a file named `.env` and store:

```
NFT_STORAGE_KEY=
```

# Usage

Run:

```
node index
```