Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/skogard/nft.storage.car.example
https://github.com/skogard/nft.storage.car.example
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/skogard/nft.storage.car.example
- Owner: skogard
- Created: 2021-10-22T19:14:24.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T19:18:20.000Z (about 3 years ago)
- Last Synced: 2024-10-07T22:31:14.485Z (about 1 month ago)
- Language: JavaScript
- Size: 379 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```