Skip to content

Latest commit

 

History

History
executable file
·
24 lines (16 loc) · 511 Bytes

File metadata and controls

executable file
·
24 lines (16 loc) · 511 Bytes

SeChain

Blockchain System for Education

실행방법

  1. 가상환경 설정
virtualenv -p python3 venv
  1. 가상환경 실행
source ./venv/bin/activate
  1. 외부 라이브러리 설치
pip3 install -r requirments.txt
pip3 install --editable .
  1. 실행

블록체인 실행

mychain run -p '포트 번호'

트랜잭션 전송

mychain sendtx -a 아이피 주소 -m 메세지