A barebones express API for uploading NFT metadata to nft.storage
-
Clone this repository
-
Install deps
yarn
ORnpm 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
ORnpm run start:dev
-
Interface with the API via
/upload