You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,12 +70,16 @@ Deploy to a local anvil node:
70
70
$ make deploy-anvil
71
71
```
72
72
73
+
When prompted to enter a private key, copy one of the private keys shown in the terminal when you start the anvil node.
74
+
73
75
Deploy to the connected platform node:
74
76
75
77
```shell
76
78
$ make deploy-btp
77
79
```
78
80
81
+
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.
0 commit comments