Skip to content

Commit

Permalink
Merge pull request #16 from ConsenSys/CZK-83-fix-readme
Browse files Browse the repository at this point in the history
fix: readme
  • Loading branch information
Julink-eth authored Apr 12, 2023
2 parents aa4dcca + 62d448b commit ef2e4a8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ In a terminal, setup a local node:
```bash
cd packages/contracts
yarn install
yarn hardhat node --fork GOERLI_LINEA_URL
yarn hardhat node --fork GOERLI_URL
```

`GOERLI_LINEA_URL` is described in the config section bellow.
`GOERLI_URL` is described in the config section bellow.

### Deploy contracts

Expand Down Expand Up @@ -67,7 +67,7 @@ Once smart contracts are deployed, start the gateway:

```bash
cd ../gateway
yarn
yarn install
yarn build
yarn start --l2_resolver_address $L2_RESOLVER_ADDRESS --l1_provider_url http://127.0.0.1:8545/ --l2_provider_url $GOERLI_LINEA_URL
```
Expand All @@ -78,6 +78,7 @@ In a third terminal, run the demo app:

```bash
cd packages/clients
yarn install
yarn start julink.lineatest.eth
```

Expand Down

0 comments on commit ef2e4a8

Please sign in to comment.