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

seer evm generate: Add ledger support #100

Open
karacurt opened this issue Oct 24, 2024 · 0 comments
Open

seer evm generate: Add ledger support #100

karacurt opened this issue Oct 24, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@karacurt
Copy link
Contributor

karacurt commented Oct 24, 2024

Problem: Developers who want to achieve a higher security standard for their on-chain operations often use hardware wallets. We want to add a ledger functionality into a seer, enabling those users to perform operations with their cold wallets.

Solution: I propose we implement a --ledger flag that could be used together with any function call of deployment as an alternative to passing a --key file. This means that if the user specifies a ledger, it does not need to select a key file. The idea is to use this flag to do all operations to be signed and sent by a hardware wallet.

Example of what would be the --ledger flag:

./ERC20 deploy --rpc $RPC_URL--symbol $SYMBOL --decimals $DECIMALS--total-supply $SUPPLY  --ledger $LEDGER_ADDRESS
@karacurt karacurt added the enhancement New feature or request label Oct 24, 2024
@karacurt karacurt transferred this issue from G7DAO/seer Oct 24, 2024
@karacurt karacurt transferred this issue from G7DAO/safes Oct 24, 2024
@karacurt karacurt reopened this Oct 24, 2024
@karacurt karacurt changed the title Add ledger support seer evm generate: Add ledger support Oct 24, 2024
@karacurt karacurt transferred this issue from G7DAO/protocol Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant