- Implemented Keyring functionality to enable account generation, export keys and signing methods
- Added importWallet() to import account using privateKey.
- Added getBalance() to fetch the balance in native currency.
- Added sign() to sign a message or transaction and get signature along with v,r,s.
- Node issue fix
- updated branch in CI pipeline
- Updating importWallet() and adding test suite for velas controller
- Adding badges for Readme.md
- Added coverage report files in gitignore
- Updated gasFee() method for type 1 transactions and added its test.
- Changed license to MIT.