Skip to content

Commit ec49567

Browse files
authored
Merge branch 'master' into hooks-guides
2 parents dba161d + d8d9d2f commit ec49567

File tree

9 files changed

+347
-165
lines changed

9 files changed

+347
-165
lines changed
Lines changed: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
1+
---
2+
title: Integrate Web3Auth with the Tron Blockchain
3+
hide_table_of_contents: true
4+
5+
image: "banners/tron.png"
6+
description: "Integrate Web3Auth with the Tron Blockchain | Documentation - Web3Auth"
7+
---
8+
9+
import Tiles from "@theme/Tiles";
10+
import SEO from "@site/src/components/SEO";
11+
12+
<SEO
13+
title="Integrate Web3Auth with the Tron Blockchain"
14+
description="Integrate Web3Auth with the Tron Blockchain | Documentation - Web3Auth"
15+
image="https://web3auth.io/docs/banners/tron.png"
16+
slug="/connect-blockchain/evm/tron"
17+
/>
18+
19+
Integrate Web3Auth seamlessly with EVM-based Tron Blockchain. For Web SDKs, Web3Auth returns a
20+
provider that can be directly used to initialize the libraries like ethers.js, web3.js etc. and make
21+
blockchain calls, while for Mobile & Gaming SDKs, the private key is available in the user scope
22+
which can be used in a similar way to initialize the respective blockchain interaction libraries and
23+
make calls to the network.
24+
25+
This documentation provides a straightforward guide for developers looking to implement blockchain
26+
connections quickly and effortlessly across various platforms.
27+
28+
export const Tron = [
29+
{
30+
name: "",
31+
description: "",
32+
tiles: [
33+
{
34+
key: "web",
35+
title: "Web",
36+
icon: "logo-js.png",
37+
path: "/connect-blockchain/evm/songbird/web",
38+
},
39+
],
40+
},
41+
];
42+
43+
<Tiles tileGroups={Tron} />

0 commit comments

Comments
 (0)