A non-custodial Arweave and AO native wallet with extensive features. Wander is available as a browser extension, mobile application, and embedded smart account.
Wander is an Arweave and AO native wallet that provides non-custodial wallet and asset management. Wander allows wallet holders to interact with any Arweave or AO dApps without sharing the user needing to share private keys with the dApp.
[!NOTE] Wander was formerly known as ArConnect.
If you want to learn how to integrate Wander into your project, please take a look at our officials docs:
If you want to learn how to contribute or build the project locally, take a look at
CONTRIBUTING.md
.
To support Wander types, you can install the npm package arconnect
, like this:
npm i -D arconnect
or
yarn add -D arconnect
To add the types to your project, you should either include the package in your tsconfig.json
, or add the following to
your env.d.ts
file:
/// <reference types="arconnect" />
Type declarations can be found here.