soroban-cli
soroban-cli copied to clipboard
CLI for Soroban contracts.
## Bug Description When running the `stellar events` command with a Base64-encoded topic, the command fails with an error about unable to unmarshal string into TopicFilter type. ## Command ```...
### What closes #2048 automatically creates and funds a key on testnet when none is provided for testnet. ``` // before stellar contract deploy --wasm ../soroban-hello-world/target/wasm32v1-none/release/hello_world.wasm error: the following required...
#1739 ### What support for classic accounts and trustlines in snapshots. ### Why Support classic accounts and trustlines in snapshots. This change is being made to ensure that legacy account...
### What In the `stellar-cli` derivation in the nix flake, `pkg-config` was moved from `buildInputs` to `nativeBuildInputs`. ### Why Prior to this change, the `stellar-cli` derivation fails to build on...
Today the way we're pursuing people building signing plugins is to build CLIs that accept a transaction envelope as an input and emit a transaction envelope as output. For example:...
>there should be a clear guidance of using `SOROBAN_SECRET_KEY` in help. _Originally posted by @Ifropc in https://github.com/stellar/stellar-cli/pull/1812#discussion_r1893005827_
Several of the `contract *` commands default to signing transactions with the local key (`sign_with_local_key`), instead of allowing `sign_with` to decide determine which key type to use. Perhaps we should...
Follow up work from this issue: https://github.com/stellar/stellar-cli/issues/1428. Enable a signed tx to be returned to the CLI for submission
### What adds a new section titled "Working with Multisig" to the Stellar cookbook. It includes instructions for creating multisig accounts and signing transactions on the Stellar ledger. ### Why...