Skip to content

Commit

Permalink
docs: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
ngjupeng committed Sep 26, 2024
1 parent 95e87d1 commit 897302d
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ yarn install
3. Run a local eth network in the first terminal:

```bash
yarn chain::eth
yarn chain:eth
```

4. Run a local starknet network in the second terminal:

```bash
yarn chain::strk
yarn chain:strk
```

5. Copy .env.example to .env and set the correct variables
Expand All @@ -40,16 +40,10 @@ cp ./packages/foundry/.env.example ./packages/foundry/.env
cp ./packages/snfoundry/.env.example ./packages/snfoundry/.env
```

6. Deploy your smart contract(s) on the eth network:
6. Deploy your smart contract(s) on the eth network and starknet network:

```bash
yarn deploy::eth
```

6. Deploy your smart contract(s) on the starknet network:

```bash
yarn deploy::strk
yarn deploy
```

7. Run the frontend:
Expand Down

0 comments on commit 897302d

Please sign in to comment.