use-ink/cargo-contract
Auf GitHub ansehenMake SURI optional if running with `--dry-run`
Open
#946 geöffnet am 3. Feb. 2023
enhancementgood first issue
Repository-Metriken
- Stars
- (280 Stars)
- PR-Merge-Metriken
- (PR-Metriken ausstehend)
Beschreibung
If I'm reading from a contract's state using cargo contract call ... --dry-run I still
need to specify a signer account (--suri). I should be able to query the state without
this.