Skip to content

Releases: cawfree/web3-react-native

v0.1.1 Dynamic Wallets

26 Apr 17:00
d0e5294
Compare
Choose a tag to compare
  • Exported { Keystore } from a call to Web3(url:String).
  • Added Keystore.create(password:String) method to generate dynamic keystores.

v0.1.0 Wallet Transactions

25 Apr 15:04
Compare
Choose a tag to compare

Initial library functionality includes:

  • Wallet.load()
    • Loads a JSON keystore using the specified decryption password.
  • { sendFunds }
    • Moves funds of a specified amount to a designated address on the selected network.