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

Create a Signer Interface #4

Open
joaop21 opened this issue Oct 2, 2023 · 2 comments
Open

Create a Signer Interface #4

joaop21 opened this issue Oct 2, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@joaop21
Copy link
Collaborator

joaop21 commented Oct 2, 2023

A Signer represents an account on the Ethereum Blockchain, which can be used to sign messages and transactions and send signed transactions to the Ethereum Network to execute state-changing operations. It is most often backed by a private key represented by a mnemonic or residing on a Hardware Wallet.

@joaop21 joaop21 added the enhancement New feature or request label Oct 2, 2023
@joaop21
Copy link
Collaborator Author

joaop21 commented Oct 25, 2023

Another note is that the main goal of this key is to be a wrapper around Ethereumex. We should probably refrain from engaging in this direction of signing transactions and that stuff. We should make the methods available, and that's it.

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
None yet
Development

No branches or pull requests

1 participant