soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
- [ ] `stellar contract alias rm [ALIAS] --network NETWORK` - [ ] `stellar contract alias add [ALIAS] --network NETWORK` - [ ] `stellar contract alias ls --network NETWORK` -...
### What problem does your feature solve? Currently to interact with a SAC you first need to use `contract id asset` to find the contract id. ### What would you...
### What problem does your feature solve? If you are using a local project-based config `.soroban` directory, you can set environment variables in a `.env` file that specify the network...
Currently when reusing an alias it will overwrite the old contract id. Should we add a `--force` flag to allow this but fail otherwise?
This came up from a discussion topics on quickstart on May 28
### What Install missing dependency. Depends on https://github.com/stellar/actions/pull/69. ### Why https://github.com/stellar/stellar-cli/actions/runs/9798824274/job/27057923832#step:6:1731 ### Known limitations N/A
* this will involve adding the SSL feature to bollard * we'll also need to check for the DOCKER_TLS_VERIFY env var or something like this: ``` #[cfg(feature = "SSL")] if...
With https://github.com/stellar/stellar-cli/pull/1361 we made a change to put `network start` and `network stop` under the `container` subcommand: `network container start` and `network container stop`, respectively. This PR also has a...
### What problem does your feature solve? Now that we're moving from `soroban` to `stellar`, I think it's a good idea to also require plugins to be named `stellar-*`. There's...