Questions tagged [tronlink]
12 questions
2
votes
4 answers
Im trying to fetch all transactions of a certain tron address
i couldnt find a way to get the history of transactions a certain Tron address is involved in
i tried the tronweb API :…

whitebat 199
- 172
- 2
- 9
2
votes
2 answers
Can't access window object property in Nuxt (Vue) mounted
I have a TronLink chrome extension, this extension provides a window.tronWeb property and I want to access this property after document load. I am trying to do that in the mounted() section of my Nuxt page component:
// ...
mounted() {
…

Dmytro Zarezenko
- 10,526
- 11
- 62
- 104
1
vote
1 answer
How to send TRX to a smart contract function in tronlink web
How can I send tron to a smart contract function in tronlink web.
I am trying the below method, but not working.
var contract = await tronweb.contract().at('{{env('CONTRACT_ADDRESS')}}')
await…

Haren Sarma
- 2,267
- 6
- 43
- 72
1
vote
2 answers
How to get balanceOf of tron smart contract
I am using tronlink chrome extension and trying to call balanceOf method of a smart contract. I am very new to smart contract. Unable to find any solution. Please check my code:
let contractDetail = await…

Haren Sarma
- 2,267
- 6
- 43
- 72
0
votes
0 answers
How to implement TronLink wallet connect in a React project?
I'm trying to implement TronLink wallet connect in my React project using the TronWeb library.
I tried TronWeb documentation, but not able to find good resource to start for React.
I tried to create TronWeb instance using the samples in the…

Akachi1325
- 1
- 4
0
votes
0 answers
Trying to fetch all transactions containing specific type for a certain TRON address using trongrid
I am using api.trongrid.io to fetch transactions for a TRON address and this works 100%, however, is it possible to fetch all transactions for this TRON address that contains a specific type?
Has anyone perhaps managed to find a way to do this?
I…
0
votes
0 answers
tron link wont open and i receive an error
i have installed tron link extension but when i click on it an error appears this is error There has been an error loading the dashboard, please check your network connection and reload the page
and i am connected to internet
hi , i have installed…

sasan
- 1
- 1
0
votes
1 answer
How do I display the price of my Coin/Token in the TronLink wallet
PS: I offer my full apologies if the content of the question is not appropriate for the site
My problem, in a nutshell, is as follows, I have a coin/token in the Tron network, the latter of which can be found on the CoinGecko website
However,…

sayou
- 893
- 8
- 29
0
votes
1 answer
Transferring TRC-20 Token using TronLink
please am trying to integrate sending any trc20 token using tronlink by clicking a button on my website. I was able to send TRX using the JavaScript code below but I want to be able to send trc-20 like USDT, any help will be highly appreciated.…

vin deiz
- 1
- 1
- 2
0
votes
2 answers
Tron Web - Validate TransferContract error, no OwnerAccount (Tron Link)
I am developing a block chain web application using Tron Web. I have followed the document but getting below error while using tronweb.trx.sign() function,
Uncaught (in promise) class
org.tron.core.exception.ContractValidateException :…

Jeswin Rebil
- 460
- 1
- 7
- 19
0
votes
1 answer
Unable to verify TronLink/TronWeb.js signed message in Python
I am signing a message using TronLink/TronWeb.js but unable to verify it in Python
Python Library I am using https://github.com/iexbase/tron-api-python/
Javascript Code for Signing Message:
const original_message =…

Abdullah Mallik
- 740
- 8
- 21
0
votes
3 answers
Tronlink integration
According to this site:
https://developers.tron.network/docs/tronlink-integration
I am suppose to be able to connect ANY website to TronWeb, following this code:

AgoraLive
- 81
- 3
- 10