Skip to content

Commit

Permalink
Updated README with Pinata integration
Browse files Browse the repository at this point in the history
  • Loading branch information
luloxi committed Oct 7, 2024
1 parent 90ff39a commit 5a68832
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5a68832

Please sign in to comment.