
Download & Setup 下载 & 设置 | Harmony-CN
curl-LO https://harmony.one/hmycli && mv hmycli hmy && chmod +x hmy If you have permission issues, enter the commands with "sudo" at the beginning, i.e. "sudo curl -LO …
Using Node Binary | Harmony
curl -LO https://harmony.one/binary && mv binary harmony && chmod +x harmony Copy curl -LO https://harmony.one/binary_testnet && mv binary_testnet harmony && chmod +x harmony
hmy_getBalanceByBlockNumber | Harmony
hmy_getBalanceByBlockNumber
Using Node.sh (deprecated) | Harmony
curl -LO https://harmony.one/node.sh && chmod +x node.sh./node.sh -d -N testnet && mv staging/* ./
hmy_getTransactionReceipt | Harmony
GetTransactionReceipt
hmy_getTransactionCount | Harmony
Sample Curl Request Copy curl -d '{ "jsonrpc": "2.0", "method": "hmyv2_getTransactionCount", "params": [ "one1rgl8538wyygp6ltyl0efkrm0rlpftaertskl80", 1 ], "id": 1 }' -H "Content …
API | Harmony
Complete documentation for Harmony's API's production API's can be found including sample code and curl commands and code. Development Environments is a remote procedure call …
hmy_getBlockByNumber | Harmony
curl -d '{"jsonrpc":"2.0", "method":"hmy_getBlockByNumber", "params":["0x66", true], "id":1}' -H "Content-Type:application/json" -X POST "https://api.s0.b.hmny.io"
1. HMY CLI Download | Harmony
The Harmony CLI tool is used to interact with the Harmony blockchain. Make sure NOT to run the Node Setup with the root user. We recommend creating a new user called harmony for the …
hmy_getBalance | Harmony
hmy_getBalance | Harmony ... GetBalance