Skip to content

Releases: yggdrash/yggdrash-wallet

v0.0.1

27 Aug 03:34
Compare
Choose a tag to compare
  • Implemented an account creation in a hardware wallet
  • Implemented importing accounts from the seed words in the hardware wallet
  • Implemented private key encryption and decryption
  • Added editing an account name
  • Added copying an account address
  • Added deleting an account
  • Implemented the information synchronization of the YEED Chain node
    • Peer & Peer Last Check
    • Transactions
    • Balance
  • Implemented generating transaction data
    • Transaction header data is hashed with sha3
    • Transaction header data sign with ecsign
    • Transaction signature verification
  • Implemented the YEED coin* transfer
    • Displaying the result(TX ID) of the transferred transaction