arweave-dart
arweave-dart copied to clipboard
Integrate WeaveMask browser wallet
The WeaveMask browser wallet can be smoothly integrated into arweave-dart
with the following work:
- Create a subclass of
Wallet
calledBrowserWallet
which delegates its internals to the injected extension API. - Shift transaction signing from
Transaction.sign()
into a newWallet.signTransaction()
function so that work can be delegated to the extension.