티스토리 뷰
728x90
반응형
<script src='https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js'></script>
<script>
$.ajax({
url: 'http://localhost:8545',
type: 'post',
headers: {
'Content-Type': 'application/json'
},
dataType: 'json',
data: JSON.stringify({
jsonrpc: "2.0",
method: "eth_accounts",
params: [],
id: 1
}),
success: function(data) {
console.log(data);
}
});
</script>
반응형
'프로그래밍' 카테고리의 다른 글
Ethereum web3.js에서 localhost 접속 안될때 (0) | 2018.04.02 |
---|---|
Node.js JSON RPC post request 예제 (0) | 2018.03.16 |
Node.js npm ERR! Cannot read property '0' of undefined (0) | 2018.02.27 |
[Ethereum] TestRPC vs Geth (0) | 2018.02.19 |
Python CSV 파일 읽기 (0) | 2018.01.11 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday