From 5a68832d3a633bb7933905c713099ca4a5a1d877 Mon Sep 17 00:00:00 2001 From: Lulox Date: Mon, 7 Oct 2024 20:55:37 -0300 Subject: [PATCH] Updated README with Pinata integration --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8a698..ba9e460 100644 --- a/README.md +++ b/README.md @@ -99,7 +99,9 @@ This command deploys a test smart contract to the local network. The contract is 5. Go to `packages/nextjs/scaffold.config.ts` and comment out `targetNetworks: [chains.arbitrum]` and uncomment `targetNetworks: [chains.foundry]` -6. Open a third terminal, navigate to `PunkSociety` and run this command to start your NextJS app: +6. Rename the `.env.example` to `.env` in the `packages/nextjs` folder. [Log in or Create an account on Pinata](https://app.pinata.cloud/signin), then create a new project, and copy the API Key and the Secret API Key into the `.env` file's `NEXT_PUBLIC_PINATA_API_KEY` and `NEXT_PUBLIC_PINATA_SECRET_API_KEY` variables and save the file. + +7. Open a third terminal, navigate to `PunkSociety` and run this command to start your NextJS app: ``` yarn start