- 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 test suite to test wallet
- Added get balance method to fetch STX balance of an account and test cases
- Added functionality to sign and send native STX token, fungible tokens
- Added functionality to sign message
- Added ckecks to function params
- Added test cases for sign message and transaction function
- Added fees estimation for STX andd fungible token transfers
- Added test cases for estimate transaction fee
- Applied the latest nonce values used by an account for transaction signing
- Added incoming estimated fee for transaction signing
- Updated 'main' path in package.json.
- Updated generate wallet return parameters
- Bugfix: sign message
- Generalize the address format to uppercase
- Removed private key from fees estimation
- Added hiro api key to estimate transaction fee