[Blockchain A-Z] 암호화폐 만들기 : 테스트 (9-10단계)

yebeen·2023년 3월 1일
0

Blockchain A-Z

목록 보기
41/43

세 개의 파일을 새로 만들어 포트를 5001, 5002, 5003으로 설정하여 테스트를 진행합니다.

node.json

{
    "nodes": ["http://127.0.0.1:5001",
              "http://127.0.0.1:5002",
              "http://127.0.0.1:5003"]
}

transaction.json

{
    "sender": "",
    "receiver": "",
    "amount": 
}
profile
🐣🐥

0개의 댓글