Skip to content
Discussion options

You must be logged in to vote

You are correct, the aptos-wallet-adapter has a core package that manages and handles the core logic and a React provider component to use in React applications.

We currently do not maintain other front end framework compatible components.

However, one can simply manage a provider component that works with the adapter core package, the implementation should be pretty straightforward and can follow the React provider implementation https://github.com/aptos-labs/aptos-wallet-adapter/blob/main/packages/wallet-adapter-react/src/WalletProvider.tsx#L47

Note that the react provider package is an official Aptos package that is actively developed and maintained by Aptos and is up to date with late…

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by 0xmaayan
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants