Update README

This commit is contained in:
Adw8 2025-02-05 16:53:59 +05:30
parent a7f255a33d
commit 2959df5dd4
2 changed files with 19 additions and 7 deletions

View File

@ -7,8 +7,10 @@ NEXT_PUBLIC_SOLANA_RPC_URL=https://young-radial-orb.solana-mainnet.quiknode.pro/
NEXT_PUBLIC_SOLANA_WEBSOCKET_URL=wss://young-radial-orb.solana-mainnet.quiknode.pro/67612b364664616c29514e551bf5de38447ca3d4 NEXT_PUBLIC_SOLANA_WEBSOCKET_URL=wss://young-radial-orb.solana-mainnet.quiknode.pro/67612b364664616c29514e551bf5de38447ca3d4
NEXT_PUBLIC_USDC_MINT=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v NEXT_PUBLIC_USDC_MINT=EPjFWdd5AufqSSqeM2qN1xzybapC8G4wEGGkZwyTDt1v
# Get keys from https://app.pinata.cloud/developers/api-keys # Generate a key at https://app.pinata.cloud/developers/api-keys
PINATA_JWT= PINATA_JWT=
# Get the gateway from https://app.pinata.cloud/gateway
PINATA_GATEWAY= PINATA_GATEWAY=
# Change to your website URL # Change to your website URL

View File

@ -32,10 +32,20 @@ This project is a Solana-based meme generator that allows users to connect their
FAL_AI_KEY=your_fal_ai_key FAL_AI_KEY=your_fal_ai_key
``` ```
- Setup a project on <https://app.pinata.cloud> then add the following to `.env.example`: - Setup a project on <https://app.pinata.cloud>
- Visit https://app.pinata.cloud/developers/api-keys and click the `New Key` button to create a new key
- Choose the `Admin` scope and create the API key
- Copy the JWT that is displayed
- Add the following to `.env.example`:
```env ```env
# Get keys from https://app.pinata.cloud/developers/api-keys
PINATA_JWT= PINATA_JWT=
# Get the gateway from https://app.pinata.cloud/gateway
PINATA_GATEWAY= PINATA_GATEWAY=
``` ```