반응형
var Web3 = require("web3");
var web3 = new Web3(new Web3.providers.HttpProvider("http://127.0.0.1:8545"));
const receipt = web3.eth.getTransactionReceipt("0xf5f06e96b9b1ea43314d80a800411111111111111111111111111111111").then(console.log);
web3.eth.getTransaction('0xf5f06e96b9b1ea43314d80a800411111111111111111111111111111111').then(console.log);
이렇게 해주면 된다...
반응형
'nodejs' 카테고리의 다른 글
Nodejs와 엘라스틱서치를 이용한 채팅사이트 만들기 (1) | 2023.11.14 |
---|---|
Centos7에 node와 express 설치하기 (0) | 2019.05.16 |
node를 이용해 kafka 서버에 메세지 등록하고 메세지 읽기 (2) | 2019.03.26 |
node와 web3를 이용한 이더 전송과 트랜잭션 확인 (0) | 2019.03.15 |
node와 web3를 이용해 블럭넘버와 계정 조회하기 (0) | 2019.03.15 |