23 lines
746 B
Plaintext
23 lines
746 B
Plaintext
# =========================
|
|
# Environment Setup
|
|
# =========================
|
|
# 1. In your project, go to the `nft_mint_server` folder.
|
|
# 2. Create a new file in this folder and name it exactly: `.env`
|
|
# (right-click → New File → type `.env`).
|
|
# 3. Open `.env.template` (this file) and copy all its contents.
|
|
# 4. Paste the contents into your new `.env` file.
|
|
|
|
# =========================
|
|
# Pinata Credentials
|
|
# =========================
|
|
# 5. Go to https://app.pinata.cloud/developers/api-keys
|
|
# 6. Click "New Key", toggle to **Admin**, and click "Create".
|
|
# 7. Copy the JWT Token and paste them into your `.env` below.
|
|
|
|
PINATA_JWT=YOUR_PINATA_JWT_GOES_HERE
|
|
|
|
# =========================
|
|
# Server Config
|
|
# =========================
|
|
PORT=3001
|