Skip to content

Version 1.0.0

Compare
Choose a tag to compare
@sidthounao sidthounao released this 09 Apr 07:28
· 32 commits to main since this release
65033f0

This SDK is the Ethereum controller for Safle Vault

List of functions:

  • createNewVaultAndKeychain() : Generate vault with one account
  • signMessage() : Sign message
  • signTransaction() : Sign transactions
  • addNewAccount() : Add new account to the keyring
  • exportAccount() : Export the private key of an account
  • sign(): Sign a message/transaction and get the signature object
  • getBalance() : Get the balance of an account
  • importWallet() : Import a new wallet from private key

ATTENTION: This is an unaudited version.