참고 : https://tron.network/wallet?lng=kor
to, from에서 조회한 내역을 MongoDB에 넣어보자
const TronWeb = require('../../dist/TronWeb.node.js'); const fullNode = 'https://api.shasta.trongrid.io';
const app = async() => { const nodes = await tronWeb.isConnected();
}; |
데이터가 블록으로 넘어오는듯,, 블록을 한번 도 조회 해야 되는데
이더처럼 json형태로 to. from. 컨트렉종류, 금액 이렇게 넘어와야 되는데
트론은 token에 대한 개발이 아직 진행중인걸로 보임
테스트넷에 대한 지원도 좀 짜증날 정도로 지원을 안해주고 있음.
async updateTransactions() { |
'트론' 카테고리의 다른 글
TRON createAccount, getBalance, bandwidth, sendTRX (0) | 2019.01.07 |
---|---|
tron-web 분해하기5(createToken) (0) | 2018.12.20 |
tron-web 분해하기3(getTransactionsFromAddress) (0) | 2018.12.18 |
tron-web 분해하기2(transactionBuilder.sendTrx) (0) | 2018.12.18 |
tron-web 분해하기1 (tronWeb.createAccount) (0) | 2018.12.17 |