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 2844d1d55b Merge branch 'master' into add_generic_utxo 7 years ago
aws-code Format existing code according to gofmt 7 years ago
aws-scripts Add shardId into consensus and rename ipList file into config file 7 years ago
blockchain add verification/selection a set of valid transactions 7 years ago
common Refactor message/message.go to common/message.go 7 years ago
consensus Fill in multisig mocks 7 years ago
node Add logic to get the requested transactions 7 years ago
p2p Format existing code according to gofmt 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
.travis.yml Move travis notification to travis-ci channel 7 years ago
README.md Add shardId into consensus and rename ipList file into config file 7 years ago
appspec.yml relative paths are getting messed up so situation script within scripts folder 7 years ago
benchmark_main.go Format existing code according to gofmt 7 years ago
deploy.sh Add shardId into consensus and rename ipList file into config file 7 years ago
deploy_linux.sh Add shardId into consensus and rename ipList file into config file 7 years ago
kill_node.sh Add transaction generater program which sends transactions to leaders periodically 7 years ago
local_config.txt Add shardId into consensus and rename ipList file into config file 7 years ago
local_config2.txt Add shardId into consensus and rename ipList file into config file 7 years ago
local_config_shards.txt Add sharding config with 2 shard; update tx generator accordingly 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

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