scaffold-eth-challenges icon indicating copy to clipboard operation
scaffold-eth-challenges copied to clipboard

Scaffold-Eth ๐Ÿ— Challenges repository

Results 29 scaffold-eth-challenges issues
Sort by recently updated
recently updated
newest added

Added the explanation for addition of 1wei inside `Checkpoint 5: Liquidity ๐ŸŒŠ` > `solution code`

I was doint the challenge-2 and following the instructions. I came to transfer ownership step and uncommented the code at this [line](https://github.com/scaffold-eth/scaffold-eth-challenges/blob/challenge-2-token-vendor/packages/hardhat/deploy/01_deploy_vendor.js#L35). I have provided my frontend address but somehow...

### Description Branch: `challenge-0-simple-nft` โš”๏ธ Side Quests > ๐ŸŸ Open Sea The user interface on the Open Sea collections page has been updated. The instructions and screenshots in the side...

### Description Branch: `challenge-0-simple-nft` Checkpoint 5: ๐Ÿ“œ Contract Verification When verifying a contract with a newly created API key from etherscan users might encounter the following error when running `yarn...

I'm a newbie and I hope to learn more, thanks for your answers. ![ๆœชๅ‘ฝๅ1660821199](https://user-images.githubusercontent.com/111337509/185382009-099c71ef-25f0-4012-8fa9-fd617e1d96c6.png)

This commit adjusts the order of parameters in the LiquidityRemoved event emit statement to match the event declaration, ensuring consistency and accuracy in emitted event data.

Tried installing challenge-1-decentralized-staking using yarn and then using npm, both failed **Yarn install fails.** Looks like it is the missing content at https://codeload.github.com/hugomrdias/concat-stream/tar.gz/057bc7b5d6d8df26c8cf00a3f151b6721a0a8034 Here are some details: > Yarn version:...

## Some issues during initial `yarn install` I investigated the issues preventing `yarn install` to complete: 1. Related to old `@graphprotocol/graph-cli` depending on `github.com/hugomrdias/concat-stream` that does not exist anymore. 2....