soroban-cli icon indicating copy to clipboard operation
soroban-cli copied to clipboard

CLI for Soroban contracts.

Results 329 soroban-cli issues
Sort by recently updated
recently updated
newest added
trafficstars

So the contributors could request reviews and assign themselves to the ticket

### What problem does your feature solve? We would like to have better release process and an outcome from the discussion is we need nightly builds to run github actions...

Installing the CLI from source is the primary way we advertise installing the CLI. However, building from source is time consuming and makes some assumptions about environment setup, additional compilers...

With the next protocol release, handle the updates suggested in this discussion: https://github.com/stellar/stellar-cli/pull/1423#discussion_r1678472001 Some code to get started with: ```diff diff --git a/cmd/soroban-cli/src/commands/network/container/logs.rs b/cmd/soroban-cli/src/commands/network/container/logs.rs index c2151129..6c815883 100644 --- a/cmd/soroban-cli/src/commands/network/container/logs.rs +++...

### What This adds the ledger as a possible signer. If a source account is `ledger`, the ledger is used to sign the transaction. Depends on #1406 ### Why [TODO:...

Here are some basic examples of cookbook with commands. Please feel free to add more examples: A lifecycle of a contract (requested by the community) - Create Alice - Deploy...

objective-5

Right now, the error is misleading if you're issuing this command on a rust project that's not a contract. ```console error[E0432]: unresolved import `crate::sys::IoSourceState` --> /Users/fnando/.cargo/registry/src/index.crates.io-6f17d22bba15001f/mio-0.8.11/src/io_source.rs:12:5 | 12 | use...

stale

### What problem does your feature solve? Right now if you have an existing account named `alice` and you run `keys generate` again, it will generate a new account, overwrite...

Needed for https://github.com/stellar/js-stellar-xdr-json/pull/3 so that laboratory can invoke contracts.

Bumps the npm_and_yarn group with 1 update in the /cmd/crates/soroban-spec-typescript/ts-tests directory: [braces](https://github.com/micromatch/braces). Updates `braces` from 3.0.2 to 3.0.3 Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk...

dependencies
javascript