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

Command-line tool for Symbol

Results 36 symbol-cli issues
Sort by recently updated
recently updated
newest added

**How to reproduce** 1. Create a new profile with Type Mnemonic Result: CLI generates the second address from mnemonic (index = 1) instead first on (index = 0) ![image](https://user-images.githubusercontent.com/17684281/148224396-96b22acf-6f8e-4012-bc5e-237792860fb7.png) It's...

This PR enables creating a profile connected to ledger speculos simulator(https://github.com/LedgerHQ/speculos). I think it's useful for speed up development, to test when you don't have a device or for possible...

There are severals features to be implemented, they could be split into different prs. 1) Update SDK to 1.0.3 (at least) 2) Add revocable flag to mosaics 3) Add revocable...

Currently, `symbo-cli` is asking for the node URL to connect on profile creation. While maintaining that option, we should give the user a more dynamic option to select a random(or...

Add the possibility to create Trezor profiles connected to a Trezor device. I believe the Ledger integration has created all the abstractions to add Trezor profiles and SigningAccount objects, what...

Allow the user to connect to a Ledger device to sign and cosign transactions.

P3 Issue

When CLI finishes after using Ledger, the following error appears "Segmentation fault (core dumped)". I couldn't figure out the error and reported https://ledger-dev.slack.com/archives/C2D012G7Q/p1623335513121300 to the Leader team. Everything works as...

Right now all transactions are created with the default deadline of 2h via `Deadline.create(profile.epochAdjustment)`. A new global parameter could be added to symbol-cli so the user can provide this deadline...

For example, `account generate` always asks `Do you want to save the account?`. The **Yes** answer can be provided from the command line via `--save`, but there is no way...

Only way to do it just now is manually in the config file, would be nicer to have an option in the menus