-
Please I would love if someone help me clarify things. Thanks. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 18 replies
-
Hi, if you are developing a wallet and want to integrate with our Aptos Wallet Adapter, best would be to be compatible with AIP-62 as the legacy standard would soon be deprecated. You can follow this guide on how to integrate with the wallet adapter and check out this wallet integration example. The wallet adapter serves as a communication tool between a dapp and a wallet to ease the dapp and wallet integration. You should implement the wallet functionality on the wallet side, but can be compatible with the wallet adapter interface for easy detection on the dapp side. |
Beta Was this translation helpful? Give feedback.
-
Thanks I think it's more clearer now.....i will try this and give you
feedback.....Thanks so much for your time and swift responses.
…On Mon, 15 Apr 2024, 10:46 Maayan, ***@***.***> wrote:
I understand what you are trying to do, but if you look at previous
messages my recommendation was to have your wallet support the AIP-62 new
wallet standard, which means you dont need to implement this wallet plugin.
The only thing you need to do is to follow this doc
https://aptos.dev/integration/wallet-adapter-for-wallets/#how-to-integrate-with-the-aip-62-wallet-standard
—
Reply to this email directly, view it on GitHub
<#130 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZRQLAKRJG54SZJH7S7EHJLY5OOY3AVCNFSM6AAAAABF3QWZP2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCMJWGE4TO>
.
You are receiving this because you authored the thread.Message ID:
<aptos-labs/aptos-developer-discussions/repo-discussions/130/comments/9116197
@github.com>
|
Beta Was this translation helpful? Give feedback.
-
And also pls is there an even or smth I can use to detect the incoming
transaction from the app to enable me developer the UI for the wallet
whenever the app requests it.
…On Mon, 15 Apr 2024, 17:31 Ovdizzle, ***@***.***> wrote:
Thanks I think it's more clearer now.....i will try this and give you
feedback.....Thanks so much for your time and swift responses.
On Mon, 15 Apr 2024, 10:46 Maayan, ***@***.***> wrote:
> I understand what you are trying to do, but if you look at previous
> messages my recommendation was to have your wallet support the AIP-62 new
> wallet standard, which means you dont need to implement this wallet plugin.
>
> The only thing you need to do is to follow this doc
> https://aptos.dev/integration/wallet-adapter-for-wallets/#how-to-integrate-with-the-aip-62-wallet-standard
>
> —
> Reply to this email directly, view it on GitHub
> <#130 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AZRQLAKRJG54SZJH7S7EHJLY5OOY3AVCNFSM6AAAAABF3QWZP2VHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM4TCMJWGE4TO>
> .
> You are receiving this because you authored the thread.Message ID:
> <aptos-labs/aptos-developer-discussions/repo-discussions/130/comments/9116197
> @github.com>
>
|
Beta Was this translation helpful? Give feedback.
Hi, if you are developing a wallet and want to integrate with our Aptos Wallet Adapter, best would be to be compatible with AIP-62 as the legacy standard would soon be deprecated. You can follow this guide on how to integrate with the wallet adapter and check out this wallet integration example.
The wallet adapter serves as a communication tool between a dapp and a wallet to ease the dapp and wallet integration. You should implement the wallet functionality on the wallet side, but can be compatible with the wallet adapter interface for easy detection on the dapp side.