Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 308 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 308 Bytes

Jumpy ( DAG Based Chain)

How to run one node:

go run cli/main.go run -p {port}

To use as an application you can run below commands in terminal:

    log // print chain blocks
    transaction:{data} // add transaction to last block
    commit //commit last block and push to chain