Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Allow users to have addresses in config.terrain.json #108

Open
emidev98 opened this issue Aug 10, 2022 · 0 comments
Open

[FEATURE] Allow users to have addresses in config.terrain.json #108

emidev98 opened this issue Aug 10, 2022 · 0 comments
Labels
feature request There is a possible enhancement to be made

Comments

@emidev98
Copy link
Contributor

Describe the feature

Create new field on config.terrain.json that allow the user to setup mnemonics or private keys.

Describe the solution you'd like

The config.terrain.json could look like:

{
    ...,
    "wallets" : {
        "[mnemonicName]": {
            "mnemonic": "...",
        },
        "[privateKeyName]": {
            "privateKey": "...",
        }
    },
    ....
}

Where [mnemonicName] or [privateKeyName] can be the value for **--signer ** parameter when a user has to sign a TX

@emidev98 emidev98 added the feature request There is a possible enhancement to be made label Aug 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request There is a possible enhancement to be made
Projects
None yet
Development

No branches or pull requests

1 participant