강의

멘토링

커뮤니티

Inflearn Community Q&A

amaruak000026's profile image
amaruak000026

asked

Development of blockchain-based smart contracts

Try querying json api via curl and postman

Windows PowerShell로 실습하시는 분은 다음의 curl 명령어를 써 주세요

Written on

·

758

0

> curl http://localhost:8545 -contenttype "application/json" -method post -body '{"jsonrpc":"2.0","method":"web3_clientVersion","params":[],"id":1}'

Ethereumsoliditydappblockchain

Answer

This question is waiting for answers
Be the first to answer!
amaruak000026's profile image
amaruak000026

asked

Ask a question