tronscan-node-client icon indicating copy to clipboard operation
tronscan-node-client copied to clipboard

Node Client for Tronscan

Results 16 tronscan-node-client issues
Sort by recently updated
recently updated
newest added

Mocha and Chai are used for unit-testing during development. Since people don't need these packages at run-time, move them to devDependencies.

`import {Client} from "@tronscanteam/apiclients"; const client = new Client('https://api.tronscan.org'); let getMarkets = await client.getMarkets() console.log(getMarkets)` i got this error data: { servlet: 'org.eclipse.jetty.servlet.ServletHandler$Default404Servlet-6419a0e1', message: 'Not Found', url: '/api/market/markets', status: '404'...

Is there any plan to support Stake 2.0?

When we try to `require` @tronscan/client/src/utils/tronWeb.js, we get syntax errors on Node.js. It turns out that the same file can't contain ES6 `export` statements and CommonJS `require` statements, or various...

Have you plans to support typescript? Now i'm activity work with tron and want to use this library but my app in typescript fully. If i add support typescript and...

Add support for Ledger Version 0.1.0 - TRC20 Transfers - Exchanges Contracts - Tokens Names - SR Proposals

I was even trying to work with tronix.js but not able createTransaction and send transaction.Getting this... The deserializeTransaction is : 147,246,,,184,59,183,243,185,12,202,84,,,,1537516374000,,,1,type.googleapis.com/protocol.TransferContract,10,21,65,157,171,82,157,66,169,49,246,215,142,180,5,69,122,0,182,91,217,49,11,18,21,65,186,138,235,140,169,49,133,133,183,210,87,106,117,203,8,214,38,37,212,117,24,160,141,6,170,73,82,110,241,56,195,78,119,204,241,30,228,5,103,221,15,18,88,172,73,226,157,17,32,198,209,155,44,186,122,134,92,16,58,175,176,75,95,39,16,49,213,19,223,145,205,89,93,89,215,140,38,187,154,127,81,116,155,5,195,128,38,4,1,,, this is transaction id[object Object] My function is this...

when i try to send trx amount 1, it sent 0.000001 TRX not 1 TRX. so i tried to send 1000000 trx, i sent 1 TRX. except TRX other tokens...