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: docs/commands/beaker_wasm.md
+78-8Lines changed: 78 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -68,7 +68,7 @@ Arguments:
68
68
69
69
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
70
70
71
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
71
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
72
72
73
73
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
74
74
@@ -122,7 +122,7 @@ Arguments:
122
122
123
123
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
124
124
125
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
125
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
126
126
127
127
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
128
128
@@ -154,7 +154,7 @@ Arguments:
154
154
155
155
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
156
156
157
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
157
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
158
158
159
159
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
160
160
@@ -196,7 +196,7 @@ Arguments:
196
196
197
197
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
198
198
199
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
199
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
200
200
201
201
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
202
202
@@ -234,7 +234,7 @@ Arguments:
234
234
235
235
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
236
236
237
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
237
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
238
238
239
239
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
240
240
@@ -278,7 +278,7 @@ Arguments:
278
278
279
279
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
280
280
281
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
281
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
282
282
283
283
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
284
284
@@ -318,7 +318,7 @@ Arguments:
318
318
319
319
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
320
320
321
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
321
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
322
322
323
323
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
324
324
@@ -336,4 +336,74 @@ Arguments:
336
336
337
337
*`--help`: Print help information
338
338
339
-
*`--version`: Print version information
339
+
*`--version`: Print version information
340
+
341
+
---
342
+
343
+
### `beaker wasm execute`
344
+
345
+
Execute contract messages
346
+
347
+
Arguments:
348
+
349
+
*`--help`: Print help information
350
+
351
+
*`--version`: Print version information
352
+
353
+
*` <contract-name>`
354
+
355
+
*`-l/--label <label>` (default: `default`)
356
+
357
+
*`-r/--raw <raw>`
358
+
359
+
*`-f/--funds <funds>`
360
+
361
+
*`-n/--network <network>`: Name of the network to broadcast transaction to, the actual endpoint / chain-id are defined in config (default: `local`)
362
+
363
+
*`--gas <gas>`: Coin (amount and denom) you are willing to pay as gas eg. `1000uosmo`
364
+
365
+
*`--gas-limit <gas-limit>`: Limit to how much gas amount allowed to be consumed
366
+
367
+
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
368
+
369
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
370
+
371
+
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
372
+
373
+
*`--signer-private-key <signer-private-key>`: Specifies private_key as a tx signer (base64 encoded string)
374
+
375
+
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
376
+
377
+
---
378
+
379
+
### `beaker wasm query`
380
+
381
+
Query contract state
382
+
383
+
Arguments:
384
+
385
+
*`--help`: Print help information
386
+
387
+
*`--version`: Print version information
388
+
389
+
*` <contract-name>`
390
+
391
+
*`-l/--label <label>` (default: `default`)
392
+
393
+
*`-r/--raw <raw>`
394
+
395
+
*`-n/--network <network>`: Name of the network to broadcast transaction to, the actual endpoint / chain-id are defined in config (default: `local`)
396
+
397
+
*`--gas <gas>`: Coin (amount and denom) you are willing to pay as gas eg. `1000uosmo`
398
+
399
+
*`--gas-limit <gas-limit>`: Limit to how much gas amount allowed to be consumed
400
+
401
+
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
402
+
403
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
404
+
405
+
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
406
+
407
+
*`--signer-private-key <signer-private-key>`: Specifies private_key as a tx signer (base64 encoded string)
408
+
409
+
*`-t/--timeout-height <timeout-height>`: Specifies a block timeout height to prevent the tx from being committed past a certain height (default: `0`)
Copy file name to clipboardExpand all lines: docs/commands/beaker_wasm_proposal.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -44,7 +44,7 @@ Arguments:
44
44
45
45
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
46
46
47
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
47
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
48
48
49
49
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
50
50
@@ -76,7 +76,7 @@ Arguments:
76
76
77
77
*`--signer-account <signer-account>`: Specifies predefined account as a tx signer
78
78
79
-
*`--signer-keyring <signer-keyring>`: Specifies private_key as a tx signer (base64 encoded string)
79
+
*`--signer-keyring <signer-keyring>`: Use the OS secure store as backend to securely store your key. To manage them, you can find more information [here](docs/commands/beaker_key.md)
80
80
81
81
*`--signer-mnemonic <signer-mnemonic>`: Specifies mnemonic as a tx signer
0 commit comments