Replies: 1 comment
-
Yes, Web3Auth is chain agnostic. Web3Auth always returns an app scoped private key in ED25519 format for the Solana chain and in Secp251k1 format for all other chains. By default web3auth provides blockchain connection providers for all evm and solana chains. For others chains you can build you own connection providers by feeding your private key in chain specific library. For ex: Let say you want to build for Tezos chain:-
// Web3Auth returns you a provider. // derive the Tezos Key Pair from the private key // keyPair.pkh is the account address. // get balance of the account |
Beta Was this translation helpful? Give feedback.
-
Can web3auth support other chains?
Beta Was this translation helpful? Give feedback.
All reactions