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
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -134,15 +134,24 @@ cd program
134
134
pnpm install
135
135
anchor build
136
136
anchor keys sync
137
+
anchor build
138
+
anchor deploy
137
139
```
138
140
141
+
If `Operation timed out` happens during `anchor deploy`, you can also use other RPC endpoint by passing `--provider.cluster <your-custom-rpc>` or you can override `provider.cluster` in `Anchor.toml`
Action `cp` is important, so that you won't access the program others may have deployed. You'll notice that if your initial counter value is not null or zero.
0 commit comments