TRON WALLET & REACT INTEGRATION
DEMO - https://wallet-link.ibnz.dev/
This is a React application to fetch and display details from TRON Blockchain wallets (Tronlink, Klever). This should help community developers, who are building decentralised applications, to establish a link and communication with Tron Blockchain.
Community coders, please commit
Feel free to add extra functions or improvements, this helps me to familiarise myself with source control and open source project managing. By contributing, you also help to build yet another open-source tool on TRON Network.
Tested Wallets
- KLEVER - https://klever.io/en/
- TronLink - https://www.tronlink.org/
Running instructions
- Copy project to your directory ( git clone https://github.com/dragondev-king/Integrating-Tron-Wallet-with-ReactApp )
- navigate to Ton-Wallet-React-Integration project directory
- make sure you have node.js installed on your machine
- install project packages (npm install)
- start a project (npm run start)