Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from matter-labs/keriat-zkf-1625-outdated-port…
Browse files Browse the repository at this point in the history
…al-link
  • Loading branch information
keriat authored Feb 28, 2022
2 parents 2218ba3 + 3f18d3c commit 01007ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev/guide/hello-world.md
Original file line number Diff line number Diff line change
Expand Up @@ -266,11 +266,11 @@ By default, the page should be running at `http://localhost:8080`. Open this URL
In order to interact with dApps built on zkSync, connect the Metamask wallet to the zkSync alpha testnet network and bridge some funds to L2.

- The [guide](../testnet/metamask.md) on connecting to Metamask.
- Use our [portal](https://zqgai-staging-wallet-v2.zksync.dev) to bridge funds to zkSync.
- Use our [portal](https://portal.zksync.io) to bridge funds to zkSync.

### Project structure

All of the code will be written in the `./src/App.vue`. All the front-end code has been completed; the only task left is to fill out the TODO-s regarding interaction with zkSync:
All the code will be written in the `./src/App.vue`. All the front-end code has been completed; the only task left is to fill out the TODO-s regarding interaction with zkSync:

```javascript
initializeProviderAndSigner() {
Expand Down Expand Up @@ -434,7 +434,7 @@ initializeProviderAndSigner() {
},
```

### Retreiving the greeting
### Retrieving the greeting

1. Fill in the method retrieving the greeting from smart contract:

Expand Down

0 comments on commit 01007ce

Please sign in to comment.