Skip to content

Commit

Permalink
fix: update commands in readme (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
janb87 authored Jun 12, 2024
1 parent 688345c commit aba92e9
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 @@ -75,15 +75,15 @@ $ anvil
Deploy to a local anvil node:

```shell
$ make deploy-anvil
$ btp-scs hardhat deploy local -m ignition/modules/Counter.ts
```

When prompted to enter a private key, copy one of the private keys shown in the terminal when you start the anvil node.

Deploy to the connected platform node:

```shell
$ make deploy-btp
$ btp-scs hardhat deploy remote -m ignition/modules/Counter.ts
```

If you have a private key activated on the connected node, it will be used automatically. Else, you will be prompted to enter a private key. You can copy-paste a private key from the platform.
Expand All @@ -97,12 +97,13 @@ $ cast <subcommand>
### Deploy your subgraph

```shell
$ make subgraph
$ btp-scs subgraph deploy
```

### Help

```shell
$ btp-scs --help
$ forge --help
$ anvil --help
$ cast --help
Expand Down

0 comments on commit aba92e9

Please sign in to comment.