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.
 
 
 
alok 5185e0aff1 typos/bad code removed 6 years ago
aws-code typos/bad code removed 6 years ago
aws-scripts typos/bad code removed 6 years ago
blockchain add more generic utxo 6 years ago
common Refactor message/message.go to common/message.go 6 years ago
consensus Refactor message/message.go to common/message.go 6 years ago
node Add logic to get the requested transactions 6 years ago
p2p Format existing code according to gofmt 6 years ago
utils bundle block blockchain transaction into blockchain packagge. add tests for utils 7 years ago
.gitignore Scaled consensus to 100 nodes。 6 years ago
.travis.yml Move travis notification to travis-ci channel 6 years ago
README.md Add shardId into consensus and rename ipList file into config file 6 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 6 years ago
benchmark_main.go Format existing code according to gofmt 6 years ago
deploy.sh Add shardId into consensus and rename ipList file into config file 6 years ago
deploy_linux.sh Add shardId into consensus and rename ipList file into config file 6 years ago
deploy_one_instance.sh typos/bad code removed 6 years ago
global_nodes.txt typos/bad code removed 6 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 6 years ago
local_config.txt Add shardId into consensus and rename ipList file into config file 6 years ago
local_config2.txt Add shardId into consensus and rename ipList file into config file 6 years ago
local_config_shards.txt Add sharding config with 2 shard; update tx generator accordingly 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

Build Status

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

git clone git@github.com:simple-rules/harmony-benchmark.git

Usage


./deploy.sh local_config.txt

./send_txn.sh