Skip to content

Arweave

Integrating

Detecting the Provider

MathWallet will inject an object called arweaveWallet on the window object of any web application the user visits.

To detect if a browser extension using this API is installed, you can check for the existence of the arweaveWallet object.

To make it easy to detect MathWallet specifically, the extension adds an additional walletName == isMathWallet.

ar

If MathWallet is not installed, we recommend you redirect your users to our website.

ArConnect Compatibility

MathWallet Arweave wallet is compatible with the ArConnect API which support dapp connect / disconnect / sign transaction etc.

Details:

https://github.com/th8ta/ArConnect