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

Open source forkable Ethereum dev stack

Results 14 scaffold-eth-2 issues
Sort by recently updated
recently updated
newest added

- Adds the @tenderly/hardhat-tenderly plugin - Adds configuration slots - Extend the README to include instructions ## Description In this PR, Tenderly's hardhat verification support is added to scaffold-eth. ##...

## Description Switches the handling of private keys from .env's to keystores within foundry projects. *Deeper explanation found within the associated issue. ## Additional Information - [x] I have read...

## Description Basic config for testing hardhat/foundry/no_solidity_framework apps of cli. Gh actions creates all three versions of create-eth apps and checks - "Scaffold-ETH" text on the logo for all versions...

## Description Simplifies the setup process when cloning a new project by adding `yarn setup` as a command from the root directory. As a result, it copies .env.example to .env....

### Is there an existing issue for this? - [X] I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues) ### Which method was used to setup Scaffold-ETH 2 ? git clone, npx...

### Is there an existing issue for this? - [X] I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues) ### Current Behavior When using a project built with "npx create-eth@latest" and the...

bug
foundry
cli

### Is there an existing issue for this? - [X] I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues) ### Which method was used to setup Scaffold-ETH 2 ? npx create-eth@latest ###...

### Description : We recently did a bunch of clean-up / refactoring code styles PRs to conquer #617 and #232. Let's document / summarise all the styles that we agreed...

### Description : When you deploy the frontend through CLI, vercel seems to output an gated link in CLI, example : ![Screenshot 2024-04-09 at 3 26 46 PM](https://github.com/scaffold-eth/scaffold-eth-2/assets/80153681/a94798bd-086e-4f9e-8e9b-1045aa675ad6) https://wagmiv2-test-cm4cx4xpi-technophile04s-projects.vercel.app

## Description Solidity framework option from CLI. It could be a discussion but I think in this case it's easier to discuss when you already see the code. Feel free...