Skip to content

Commit 0620df9

Browse files
authored
Merge pull request #375 from phipsae/challenge-zk-voting
fix create-eth route
2 parents 09721d8 + 5c8a58e commit 0620df9

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ If you are using vscode you may want to install the [Noir Language Support](http
8181
Then download the challenge to your computer and install dependencies by running:
8282

8383
```sh
84-
npx [email protected] -e buidlguidl/challenge-zk-voting challenge-zk-voting
84+
npx [email protected] -e scaffold-eth/se-2-challenges:challenge-zk-voting challenge-zk-voting
8585
cd challenge-zk-voting
8686
```
8787

extension/README.md.args.mjs

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ If you are using vscode you may want to install the [Noir Language Support](http
8383
Then download the challenge to your computer and install dependencies by running:
8484
8585
\`\`\`javascript
86-
npx [email protected] -e buidlguidl/challenge-zk-voting challenge-zk-voting
86+
npx [email protected] -e scaffold-eth/se-2-challenges:challenge-zk-voting challenge-zk-voting
8787
cd challenge-zk-voting
8888
\`\`\`
8989
@@ -1774,8 +1774,7 @@ Configure your keys here:
17741774
- 🔑 **\`NEXT_PUBLIC_PIMLICO_API_KEY\`** in \`packages/nextjs/.env.local\` → [Get key from Pimlico](https://dashboard.pimlico.io/)
17751775
- 📃 **\`ETHERSCAN_API_KEY\`** in \`packages/hardhat/.env\` → [Get key from Etherscan](https://etherscan.io/myapikey)
17761776
1777-
> 💬 Hint: Store environment variables for **Next.js** in Vercel/system env config for live apps, and use `.env
1778-
.local` for local testing.
1777+
> 💬 Hint: Store environment variables for **Next.js** in Vercel/system env config for live apps, and use \`.env.local\` for local testing.
17791778
17801779
### Deploying Your Smart Contracts
17811780
@@ -1785,7 +1784,7 @@ Configure your keys here:
17851784
17861785
⛽️ You will need to send ETH to your deployer address with your wallet, or obtain it from a public faucet of your chosen network.
17871786
1788-
> 🚨 Don’t forget to set the owner address inside the 00_deploy_your_voting_contract.ts .
1787+
> 🚨 Don’t forget to set the owner address inside the \`00_deploy_your_voting_contract.ts\`.
17891788
17901789
🚀 Run \`yarn deploy --network sepolia\` to deploy your smart contract to Sepolia.
17911790

0 commit comments

Comments
 (0)