블록체인 Curl 명령어
메모 포스팅 Blockchain Method URL Description GET /blockchain/blocks Get all blocks GET /blockchain/blocks/{index} Get block by index GET /blockchain/blocks/{hash} Get block by hash GET /blockchain/blocks/latest Get the latest block PUT /blockchain/blocks/latest Update the latest block GET /blockchain/blocks/transactions/{transactionId} Get a transaction from some block GET /blockchain/transactions G..