soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
### What problem does your feature solve? Simplification of the UI to use network alias everywhere ### What would you like to see? Simplify network config on stellar-cli: drop --rpc-url...
The `stellar events` command requires a ledger or cursor to be specified. However the CLI provides no utilities for getting the last ledger, or information about a network. There is...
If a contract has a method called `__contructor` then it parses the slop, e.i. anything after `--`. So after adding one to the hello world contract you would use it...
### What Upgrade the version of stellar-sdk-js used by TS Bindings-generated libraries ### Why This is the latest version ### Known limitations [TODO or N/A]
In my experience using the `stellar events` subcommand, the main thing I'm usually looking for are contract events. However the subcommand outputs all events, including diagnostic events. There's no way...
### What problem does your feature solve? [stellar-cli] make aliases work everywhere; there are a few places like snapshot create that don’t support alias (other commands too )
While developing frontend templates, it's convenient to test them by adding the stuff that will come with the "backend" part of the `contract init` template, like `contracts` and `Cargo.toml`. Right...
The `contract init` command is very useful to quickstart the project, but as it's been shown recently it's very fragile and prone to breaking. The main culprit behind breakage is...
### What problem does your feature solve? provide a design for separation of core network data model from other app related data models in the rpc, like Soroban. ### What...