ho*, hp*, hr, hs*, html5validator: add Korean translation (#14598)

This commit is contained in:
HoJeong Im
2024-11-03 15:37:38 +09:00
committed by GitHub
parent dfdf2fca64
commit 276cba5a4a
12 changed files with 257 additions and 0 deletions

View File

@@ -0,0 +1,36 @@
# hsw-cli
> Handshake 지갑을 위한 커멘드 라인 REST 도구.
> 더 많은 정보: <https://github.com/handshake-org/hs-client>.
- 현재 지갑 잠금 해제 (초 단위 시간 초과):
`hsw-cli unlock {{암호}} {{시간}}`
- 현재 지갑을 잠금:
`hsw-cli lock`
- 현재 지갑의 세부정보 보기:
`hsw-cli get`
- 현재 지갑 잔액 보기:
`hsw-cli balance`
- 현재 지갑의 거래 내역 보기:
`hsw-cli history`
- 지정된 코인 금액으로 트랜잭션을 주소로 보냄:
`hsw-cli send {{주소}} {{1.05}}`
- 현재 지갑의 보류 중인 트랜잭션을 확인:
`hsw-cli pending`
- 트랜잭션 세부정보 보기:
`hsw-cli tx {{트랜잭션_해시}}`