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.
 
 
 
Minh Doan 93bbce28d8 Merge branch 'master' into add_utxo 6 years ago
aws-code some typos added changes to deploy linux 6 years ago
aws-scripts smaller number of ips 6 years ago
blockchain add data structure for UTXOPool and update verify_new_block 6 years ago
consensus merging conflicts 6 years ago
message merging conflicts 6 years ago
node some typos added changes to deploy linux 6 years ago
p2p Add transaction generater program which sends transactions to leaders periodically 6 years ago
utils bundle block blockchain transaction into blockchain packagge. add tests for utils 6 years ago
.gitignore Scaled consensus to 100 nodes。 6 years ago
README.md made iplist local so that we can distinguish it from amazon aws 6 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 6 years ago
benchmark_main.go create channel to send new block to consensus and consensus to signal readiness 6 years ago
deploy.sh merged conflict 6 years ago
deploy_linux.sh some typos added changes to deploy linux 6 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 6 years ago
local_iplist.txt last line without '\n' won't be ignored 6 years ago
local_iplist2.txt recover local_iplist2.txt 6 years ago
send_txn.sh add message dir; add msgCategory, msgType in messaging protocol; add node struct as the entry point for messages 6 years ago
sysctl.sh Fill in consensus message structure and send realistic consensus message instead of dummy string 6 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