Skip to content

Commit

Permalink
Merge pull request #5 from web3dopamine/1-workshop-before-gsn
Browse files Browse the repository at this point in the history
Update README.md - add truffle init step
  • Loading branch information
drortirosh committed Feb 2, 2023
2 parents 6f34bae + 1491195 commit 7e6ea9d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ signing a meta transaction.

1. first clone and `yarn install`
2. run `yarn ganache`
3. Make sure you have Metamask installed, and pointing to "localhost"
3. Make sure you have Metamask installed, and pointing to "localhost
4. run `truffle init` and set the network in `truffle-config.js`
4. In a different window, run `yarn start`, to deploy the contract, and start the UI
5. Start a browser pointing to "http://localhost:3000"
6. Click the "Capture the Flag" button. Notice that you do need an account with eth for that..
Expand Down

0 comments on commit 7e6ea9d

Please sign in to comment.