https://github.com/ibnzuk/tron-wallet-react-integration
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.
https://github.com/ibnzuk/tron-wallet-react-integration
blockchain blockchain-demos blockchain-service blockchain-technology blockchain-wallet ibnz ibnz-developers ibnzuk tron tron-api tron-protocol tron-wallet tronlink tronscan
Last synced: 10 months ago
JSON representation
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.
- Host: GitHub
- URL: https://github.com/ibnzuk/tron-wallet-react-integration
- Owner: ibnzUK
- Created: 2021-06-20T11:52:18.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-06-22T10:18:36.000Z (almost 5 years ago)
- Last Synced: 2025-05-07T19:52:47.303Z (about 1 year ago)
- Topics: blockchain, blockchain-demos, blockchain-service, blockchain-technology, blockchain-wallet, ibnz, ibnz-developers, ibnzuk, tron, tron-api, tron-protocol, tron-wallet, tronlink, tronscan
- Language: JavaScript
- Homepage:
- Size: 3.08 MB
- Stars: 11
- Watchers: 2
- Forks: 12
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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/ibnzUK/Ton-Wallet-React-Integration )
- 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)