Skip to content

Latest commit

 

History

History
47 lines (29 loc) · 935 Bytes

blockchain_lab.md

File metadata and controls

47 lines (29 loc) · 935 Bytes

Blockchain Lab Tutorial

Installation

pip3 install blockchain-lab

Create Blockchain Lab

blockchain_lab_create_local -nn 3 -scn 1

Blockchain Lab Tutorial

Check Lab Status

blockchain_lab_status

Blockchain Lab Tutorial

Send A Transaction

blockchain_lab_send_transaction -r Naruno -a 5000 -d blockchain-lab

Blockchain Lab Tutorial

Delete Lab

blockchain_lab_delete_local

Blockchain Lab Tutorial

Conclusion

Now you can use our API document to send transactions to your test environment.

Blockchain Lab Tutorial