create-near-app 5.1.2 → 5.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -78,7 +78,7 @@ near view <dev-account> get_greeting
|
|
|
78
78
|
|
|
79
79
|
```bash
|
|
80
80
|
# Use near-cli to set a new greeting
|
|
81
|
-
near call <dev-account> set_greeting '{"
|
|
81
|
+
near call <dev-account> set_greeting '{"message":"howdy"}' --accountId <dev-account>
|
|
82
82
|
```
|
|
83
83
|
|
|
84
84
|
**Tip:** If you would like to call `set_greeting` using your own account, first login into NEAR using:
|