Skip to content

Commit aba92e9

Browse files
authored
fix: update commands in readme (#24)
1 parent 688345c commit aba92e9

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -75,15 +75,15 @@ $ anvil
7575
Deploy to a local anvil node:
7676

7777
```shell
78-
$ make deploy-anvil
78+
$ btp-scs hardhat deploy local -m ignition/modules/Counter.ts
7979
```
8080

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

8383
Deploy to the connected platform node:
8484

8585
```shell
86-
$ make deploy-btp
86+
$ btp-scs hardhat deploy remote -m ignition/modules/Counter.ts
8787
```
8888

8989
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.
@@ -97,12 +97,13 @@ $ cast <subcommand>
9797
### Deploy your subgraph
9898

9999
```shell
100-
$ make subgraph
100+
$ btp-scs subgraph deploy
101101
```
102102

103103
### Help
104104

105105
```shell
106+
$ btp-scs --help
106107
$ forge --help
107108
$ anvil --help
108109
$ cast --help

0 commit comments

Comments
 (0)