archway-network / cli

Develop WASM smart contracts with the Archway network developer CLI
https://docs.archway.io
Apache License 2.0
44 stars 21 forks source link

feat(accounts): store the private key on the keyring (1/2) #218

Closed eliasmpw closed 1 year ago

eliasmpw commented 1 year ago

Also changed the value stored in the keystore from mnemonic based to private key based. This will not break existing alpha.1 created accounts, it will migrate them to the new format.

Improvements based on #211