Files
Raghav d62f2fd1ca
Some checks failed
Release / Run TokenizeRWATemplate-contracts release (push) Has been cancelled
Release / Run TokenizeRWATemplate-frontend release (push) Has been cancelled
Update project templates and workspace configuration files
Co-Authored-By: Oz <oz-agent@warp.dev>
2026-04-16 10:38:17 +05:30

23 lines
746 B
Plaintext
Executable File

# =========================
# 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