The core protocol of WoopChain
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
Rongjian Lan 79adb14279 create channel to send new block to consensus and consensus to signal readiness 7 years ago
aws-code Add transaction generater program which sends transactions to leaders periodically 7 years ago
aws-scripts home is coming off as root during deployment so fixing that 7 years ago
blockchain add VerifyNewBlock and its test 7 years ago
consensus create channel to send new block to consensus and consensus to signal readiness 7 years ago
message Correct some comments and variable names 7 years ago
node create channel to send new block to consensus and consensus to signal readiness 7 years ago
p2p Add transaction generater program which sends transactions to leaders periodically 7 years ago
utils bundle block blockchain transaction into blockchain packagge. add tests for utils 7 years ago
.gitignore Scaled consensus to 100 nodes。 7 years ago
README.md made iplist local so that we can distinguish it from amazon aws 7 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 7 years ago
benchmark_main.go create channel to send new block to consensus and consensus to signal readiness 7 years ago
deploy.sh Add transaction generater program which sends transactions to leaders periodically 7 years ago
deploy_linux.sh Clean up legacy code and structure 7 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 7 years ago
local_iplist.txt create channel to send new block to consensus and consensus to signal readiness 7 years ago
send_txn.sh add message dir; add msgCategory, msgType in messaging protocol; add node struct as the entry point for messages 7 years ago
sysctl.sh Fill in consensus message structure and send realistic consensus message instead of dummy string 7 years ago

README.md

Harmony Benchmark

Dev Environment Setup

export GOPATH=$HOME/<path_of_your_choice>

mkdir -p $HOME/<path_of_your_choice>/src

cd $HOME/<path_of_your_choice>/src

clone <harmony_repo>

Usage


./deploy.sh local_iplist.txt

./send_txn.sh