Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
fvictorio committed Aug 10, 2021
1 parent 0d450e6 commit c91c36b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ A collection of EVM puzzles. Each puzzle consists on sending a successful transa

## How to play

Install the project dependencies (`npm install` or `yarn`), open `puzzles/puzzle_1.js`, and fill the value of the `data` variable. Then run the puzzle by doing `npx hardhat run puzzles/puzzle_1.js`. You'll get a message saying if the puzzle was solved or not. That's it. And if you solve it, continue with the next ones :)
Clone this repository and install its dependencies (`npm install` or `yarn`), open `puzzles/puzzle_1.js`, and fill the value of the `data` variable. Then run the puzzle by doing `npx hardhat run puzzles/puzzle_1.js`. You'll get a message saying if the puzzle was solved or not. That's it. And if you solve it, continue with the next ones :)

0 comments on commit c91c36b

Please sign in to comment.