- Implemented Keyring functionality to enable account generation, export keys
- added license, readme and gitignore files
- Added getBalance() to fetch the balance in native currency.
- Added importWallet() to import account using privateKey.
- Added sign() to sign a message or transaction and get signature along with v,r,s.
- Added method to sign a transaction
- Added flow for devops
- added package dependencies and package version
- Added test suite for Mantle controller
- Updated gasFee() method for type 1 transactions and added its test.
- Changed License to MIT.
- removed commented code