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

ethwalletbypassword #926

Merged
merged 1 commit into from
Sep 23, 2024
Merged

ethwalletbypassword #926

merged 1 commit into from
Sep 23, 2024

Conversation

Ignat99
Copy link
Contributor

@Ignat99 Ignat99 commented Sep 19, 2024

Get wallets fpom miner by password in private blockchain

I use Private blockchain

All access is password only. I usually don't have access to the private key.

In this addendum to the documentation I propose 2 methods to solve this issue.

One is by directly reading the keyring file.

The second is more or less the standard way of remote access via clef. In this case we can use an improvised backend based on one clef option

Until then however, we're trying to pave the way via Geth. Geth v1.9.0 has built in support via --signer <API endpoint> for using a local or remote Clef instance as an account backend!

@Ignat99
Copy link
Contributor Author

Ignat99 commented Sep 19, 2024

Do you think it is possible to add this method to Zencode?

When we only pass the path to the keyring file and the password.
And from this data we generate a wallet and, for example, a public key, as is customary in examples.

Because without this property, all the examples seemed educational to me, which did not solve my problem.

This is mainly useful for beginners who have not yet gotten their bearings in the system.

But if we want people to use smart contracts and Zenroom, then we should make the information more accessible, and the examples closer to the real task.

@jaromil
Copy link
Member

jaromil commented Sep 19, 2024

Looks good to me! indeed its an easy example to get the private key imported in zenroom.

@jaromil jaromil merged commit 8bda956 into dyne:master Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants