Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,28 @@
# cbt
Cross-Blockchain Transactions

blocklite (src.com.nvada.blocklite) is the main driver of the code

## To Run code via the terminal
- Open the run.sh file using any text editor
- Navigate inside the CBT unzipped directory/folder
- Run the codes line by line
You can start running from line 18
- Include the parameters shown in the GUI (the port numbers must be different) and press Start

## To Run code via the GUI using IDE (e.g., Eclipse)
- Open the unzipped folder of the folder in Eclipse
- Navigate to src/com/nvada/blocklite/frame (com.nvada.blocklite.frame) and run IndexFrame.java as a Java Application
- Include the parameters shown in the GUI (the port numbers must be different) and press Start

when you run the GUI without a Hub, the task count specifies the number of transactions

## Data (downloaded from the internet) diectory has all the input data
- export-token.csv ---- real transaction history about ETC
- orders.csv ---- real transaction history about bitcoin

libs folder has all the dependencies

log folder stores the detailed exection not the ouput results

resources folder is for configuring port numbers