arweave-dart icon indicating copy to clipboard operation
arweave-dart copied to clipboard

Integrate WeaveMask browser wallet

Open CDDelta opened this issue 4 years ago • 0 comments

The WeaveMask browser wallet can be smoothly integrated into arweave-dart with the following work:

  • Create a subclass of Wallet called BrowserWallet which delegates its internals to the injected extension API.
  • Shift transaction signing from Transaction.sign() into a new Wallet.signTransaction() function so that work can be delegated to the extension.

CDDelta avatar Feb 16 '21 23:02 CDDelta