Access Non EVM Chains from Unity SDK

  • SDK Version: 2.1.0

It seems like there is no options in the unity sdk to mimic this example about initializing non evm provider like tezos.

@cagatay Welcome Aboard!

You can use Tezos on Unity by following our reference for Ethereum: https://web3auth.io/docs/connect-blockchain/ethereum/unity and use Tezos libraries that support the platforms to use the private key and make blockchain calls accordingly.

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:

Thanks @cjgee, we have ended up using the private key with netezos libraries to generate a tezos wallet address aswell as using netezos libraries to make blockchain calls.

1 Like

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