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: FULL_HELP_DOCS.md
+12-3
Original file line number
Diff line number
Diff line change
@@ -258,6 +258,7 @@ Generate code client bindings for a contract
258
258
*`json` — Generate Json Bindings
259
259
*`rust` — Generate Rust bindings
260
260
*`typescript` — Generate a TypeScript / JavaScript package
261
+
*`python` — Generate Python bindings
261
262
262
263
263
264
@@ -306,6 +307,14 @@ Generate a TypeScript / JavaScript package
306
307
307
308
308
309
310
+
## `stellar contract bindings python`
311
+
312
+
Generate Python bindings
313
+
314
+
**Usage:**`stellar contract bindings python`
315
+
316
+
317
+
309
318
## `stellar contract build`
310
319
311
320
Build a contract from source
@@ -1654,7 +1663,7 @@ Creates and funds a new account with the specified starting balance
1654
1663
*`--destination <DESTINATION>` — Account Id to create, e.g. `GBX...`
1655
1664
*`--starting-balance <STARTING_BALANCE>` — Initial balance in stroops of the account, default 1 XLM
1656
1665
1657
-
Default value: `10000000`
1666
+
Default value: `10_000_000`
1658
1667
1659
1668
1660
1669
@@ -1681,7 +1690,7 @@ Sets, modifies, or deletes a data entry (name/value pair) that is attached to an
1681
1690
*`--hd-path <HD_PATH>` — If using a seed phrase, which hierarchical deterministic path to use, e.g. `m/44'/148'/{hd_path}`. Example: `--hd-path 1`. Default: `0`
1682
1691
*`--global` — Use global config
1683
1692
*`--config-dir <CONFIG_DIR>` — Location of config directory, default is "."
1684
-
*`--data-name <DATA_NAME>` — Line to change, either 4 or 12 alphanumeric characters, or "native" if not specified
1693
+
*`--data-name <DATA_NAME>` — String up to 64 bytes long. If this is a new Name it will add the given name/value pair to the account. If this Name is already present then the associated value will be modified
1685
1694
*`--data-value <DATA_VALUE>` — Up to 64 bytes long hex string If not present then the existing Name will be deleted. If present then this value will be set in the `DataEntry`
1686
1695
1687
1696
@@ -1713,7 +1722,7 @@ Sends an amount in a specific asset to a destination account
1713
1722
*`--asset <ASSET>` — Asset to send, default native, e.i. XLM
1714
1723
1715
1724
Default value: `native`
1716
-
*`--amount <AMOUNT>` — Amount of the aforementioned asset to send
1725
+
*`--amount <AMOUNT>` — Amount of the aforementioned asset to send. e.g. `10_000_000` (1 XLM)
#[error("python binding generation is not implemented in the stellar-cli, but is available via the tool located here: https://github.com/lightsail-network/stellar-contract-bindings")]
0 commit comments