Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

feat: export account command #129

Merged
merged 1 commit into from
Jan 30, 2023
Merged

feat: export account command #129

merged 1 commit into from
Jan 30, 2023

Conversation

antazoey
Copy link
Member

@antazoey antazoey commented Jan 28, 2023

What I did

fixes: #127
fixes: APE-517
fixes: APE-539

How I did it

Mostly copied approach from Ethereum keyfile accounts.

How to verify it

Make sure when your export an account that you imported (like a browser wallet), that the private key matches.
Note, Starknet sticks to base-10 integer-based private keys, so that is what we use here as well.

Checklist

  • Passes all linting checks (pre-commit and CI jobs)
  • New test cases have been added and are passing
  • Documentation has been updated
  • PR title follows Conventional Commit standard (will be automatically included in the changelog)

@antazoey antazoey requested a review from dtdang January 28, 2023 18:50
@antazoey antazoey merged commit 4b084c5 into ApeWorX:main Jan 30, 2023
@antazoey antazoey deleted the feat/export branch January 30, 2023 21:01
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

accounts export command
2 participants