Skip to content

Releases: getsafle/vault-mantle-controller

v1.0.0

05 Jul 12:59
df34400
Compare
Choose a tag to compare
v1.0.0 Pre-release
Pre-release

1.0.0 (2023-6-13)

Initial commit
  • 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