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

Update stellar-cli to build contracts using `wasm32v1-none` when Rust >= 1.84, and `wasm32-unknown-unknown` when Rust < 1.84. Related: https://github.com/stellar/stellar-protocol/discussions/1624

enhancement

Follows on from #60 Provide a way to read raw storage xdr from contracts, as a tertiary option for dapp devs. Probably the least used, so the lowest priority. Access...

### What version are you using? 0.6.0 ### What did you do? I have deployed an instance of the token interface on futurenet, and I'm trying to call initialize with...

bug

We should add a common that fetches the network config and output as JSON, in the same format that quickstart and stellar-core use for handling the config. Why: - Make...

### What problem does your feature solve? When I run stellar network container start local I always, every single time I personally do this, don't want the network to be...

### What problem does your feature solve? Rumor has it (@kalepail) that building a contract sometimes fails if you don't first clean your targets. ### What would you like to...

### What version are you using? 22.0.0-rc.1 ### What did you do? Created a snapshot like so: ``` stellar snapshot create --address $myaccount --address $contractid ``` Then used the snapshot...

bug

### What Add a cookbook to show how to add meta data to a contract on build. Associated docs PR: https://github.com/stellar/stellar-docs/pull/1978

### What Adds `ledger entry get` implementation that allows to fetch ledger entries. Implements [all of the supported ledger entry types](https://developers.stellar.org/docs/data/apis/rpc/api-reference/methods/getLedgerEntries#types-of-ledgerkeys) `stellar ledger entry fetch account ` `stellar ledger entry...

### What Closes https://github.com/stellar/stellar-cli/issues/2039 ### Why Previously we were trying to get a signer key's private key directly to sign an invoke tx and when signing auth entries, but this...