Skip to content

Commit

Permalink
Update Readme link images
Browse files Browse the repository at this point in the history
  • Loading branch information
Nadai2010 authored Apr 25, 2024
1 parent 35f48d0 commit b613cfa
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,11 @@ yarn start

> ✏️ Mint some NFTs! Click the **MINT NFT** button in the `My NFTs` tab.
![image](/speedrunstark/packages/nextjs/public/ch0-mynft.png)
![image](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/ch0-mynft.png)

👀 You should see your NFTs start to show up!

![image](/speedrunstark/packages/nextjs/public/ch0-nfts-images.png)
![image](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/ch0-nfts-images.png)


🕵🏻‍♂️ Inspect the `Debug Contracts` tab to figure out what address is the owner of YourCollectible?
Expand Down Expand Up @@ -105,15 +105,15 @@ cp packages/snfoundry/.env.example packages/snfoundry/.env

> ✏️ Edit your frontend config in `packages/nextjs/scaffold.config.ts` to change the `targetNetwork` to `chains.sepolia` :
![chall-0-scaffold-config](/speedrunstark/packages/nextjs/public/ch0-scaffold-config.png)
![chall-0-scaffold-config](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/ch0-scaffold-config.png)

> 🦊 Since we have deployed to a public testnet, you will now need to connect using a wallet you own(Argent X or Braavos).
![connect-wallet](/speedrunstark/packages/nextjs/public/ch0-walletconnect.png)
![connect-wallet](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/ch0-walletconnect.png)

> You should see the correct network in the frontend (http://localhost:3000):
![image](/speedrunstark/packages/nextjs/public/ch0-balance.png)
![image](https://github.com/Quantum3-Labs/speedrunstark/blob/simple-nft-example/packages/nextjs/public/ch0-balance.png)

> 💬 Hint: For faster loading of your transfer page, consider updating the `fromBlock` passed to `useScaffoldEventHistory` in [`packages/nextjs/app/transfers/page.tsx`](https://github.com/scaffold-eth/se-2-challenges/blob/challenge-0-simple-nft/packages/nextjs/app/transfers/page.tsx#L12) to `blocknumber - 10` at which your contract was deployed. Example: `fromBlock: 3750241n` (where `n` represents its a [BigInt](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/BigInt)). To find this blocknumber, search your contract's address on Etherscan and find the `Contract Creation` transaction line.
Expand Down Expand Up @@ -163,4 +163,4 @@ For production-grade applications, it's recommended to obtain your own API keys

> 🏃 Head to your next challenge [here](https://github.com/scaffold-eth/se-2-challenges).
> 💬 Problems, questions, comments on the stack? Post them to the [🏗 scaffold-eth developers chat](https://t.me/joinchat/F7nCRK3kI93PoCOk)
> 💬 Problems, questions, comments on the stack? Post them to the [🏗 scaffold-eth developers chat](https://t.me/joinchat/F7nCRK3kI93PoCOk)

0 comments on commit b613cfa

Please sign in to comment.