Tezos adapter implementation

Hi guys,

We are trying to implement tezos login into web3auth with external wallets such as Temple and Beacon, similar to how Metamask or Phantom wallet can be integrated for web3auth logins.

I was wondering if there are any suggestions or good practice to implement this requirement? Or are there any example or experimental implementation of adapters for tezos-based wallets?

Thank you in advance.

@dev2 Thanks for your patience.

For Tezos, we will be requiring the taquito library to create the Tezos address and interact with the Tezos blockchain.

Please refer to the SDK documentation for Tezos:

There are few examples you can refer to as well below:

Kukai Wallet https://wallet.kukai.app/ is a live example that uses Tezos Blockchain via Web3Auth

Hope this helps!

Hi vjgee, thanks for your reply. it’s helpful

Hey @dev2

We don’t support external wallet adapter for the tezos chain. Currently it is using social login with private key conversion technique to give the provider as mentioned by @vjgee . A custom tezos provider has to be implemented on top of web3auth in order to achieve the thing you’re trying to do here. You can check how solana and xrpl provider are implemented by us.

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.