Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 435 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 435 Bytes

NFT Storage Upload

A barebones express API for uploading NFT metadata to nft.storage

Getting Started

  • Clone this repository

  • Install deps yarn OR npm install

  • Head to nft.storage and create an account, generate an API key

  • Copy .env.example to .env and fill out appropriate keys

  • Run yarn start:dev OR npm run start:dev

  • Interface with the API via /upload