Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 735 Bytes

CHANGELOG.md

File metadata and controls

20 lines (16 loc) · 735 Bytes

1.0.0 (2024-7-22)

Solana Keyring Implementation
  • Implemented Keyring functionality to enable account generation and export keys
  • Added getAccounts() method to fetch list of generated accounts
  • Added importWallet() to import account using privateKey
  • Added initial test
  • Added functionality to sign message
  • Added get balance method to fetch SOL balance of an account
  • Added functionality to sign SOL and fungible tokens transfer transaction
  • Added functionality to broadcast a signed transaction
  • Added functionality to get estimated fee for a transaction
  • Added functionality to accept priority fee for a transaction
  • Added test cases
  • Added readme

1.0.1 (2024-7-25)

  • Updated entry point in json package