From 6f9f24043c7e6837914b9645abe40512278b3300 Mon Sep 17 00:00:00 2001 From: MattPereira Date: Thu, 18 Jan 2024 22:15:34 -0800 Subject: [PATCH] fix readme logo --- README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7389169..5f924c1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,6 @@ -![OnlyBuidlors Thumbnail](https://only-buidlors.vercel.app/readme-logo.jpgs) +![OnlyBuidlors Thumbnail](https://only-buidlors.vercel.app/readme-logo.png) + +https://only-buidlors.vercel.app/ A dynamic SVG NFT project that uses chainlink functions to fetch off chain data from the BuidlGuidl API. All BuidlGuidl members with at least 1 published build are welcome to mint an NFT with a dynamic background color that changes based on the number of builds submitted! @@ -13,8 +15,9 @@ git clone https://github.com/MattPereira/only-buidlors ``` yarn install ``` +3. Add a `.env` file to `/packages/nextjs` with a valid `ALCHEMY_API_KEY`. (The frontend does not expose it because its only used in route handlers) -3. Start the project on localhost +4. Start the project on localhost ``` yarn start ``` @@ -27,6 +30,9 @@ Make sure to change the subscriptionId for all the different networks in the `He Also need to change `SUBSCRIPTION_ID` on the frontend homepage `index.tsx` ### Deploying Contracts +1. Add `.env` file to `/packages/foundry` with a valid `PRIVATE_KEY` and `ETHERSCAN_API_KEY` + +2. Run the deploy command ``` yarn deploy --network arbitrumSepolia ```