We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e88c083 commit 3d91c13Copy full SHA for 3d91c13
docs/develop/contracts/js/quickstart.md
@@ -285,7 +285,7 @@ near js call $JS_CONTRACT init --accountId $JS_CONTRACT --deposit 0.1
285
Once the contract is initialized, you can view the current greeting by performing a view call:
286
287
```bash
288
-near js view $JS_CONTRACT get_greeting --accountId $JS_CONTRACT
+near js view $JS_CONTRACT get_greeting
289
```
290
291
This should return something similar to:
0 commit comments