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 a0f550b922 start using logging singleton 6 years ago
api start using logging singleton 6 years ago
cmd More comments and code fixes 6 years ago
consensus More comments and code fixes 6 years ago
core Migrate sha3 to golang's sha3 6 years ago
crypto Merge pull request #209 from harmony-one/crypto-unit-test 6 years ago
internal add singleton for logging 6 years ago
log submit check - tested in a PR and it worked 6 years ago
node More comments and code fixes 6 years ago
p2p fix the break at master 6 years ago
scripts move coverage.sh to scripts 6 years ago
test Merge pull request #212 from harmony-one/open_source_cleanup 6 years ago
.gitignore Add missing empty line 6 years ago
.travis.gofmt.sh submit check - tested in a PR and it worked 6 years ago
.travis.yml add submit check 6 years ago
README.md hard-code new coverage 6 years ago
appspec.yml update aws scripts. 6 years ago
benchmark.go move newnode into internal 6 years ago
go_executable_build.sh move client/wallet to cmd/client/wallet 6 years ago

README.md

Harmony Benchmark

Build Status gopherbadger-tag-do-not-edit

Coding Guidelines

Dev Environment Setup

export GOPATH=$HOME/<path_of_your_choice>

mkdir -p $HOME/<path_of_your_choice>/src/github.com/harmony-one

cd $HOME/<path_of_your_choice>/src/github.com/harmony-one

git clone git@github.com:harmony-one/harmony.git

cd harmony

go get ./...

Usage

Running local test

./test/deploy.sh ./test/configs/local_config1.txt

Testing

Make sure you the following command and make sure everything passed before submitting your code.

./test_before_submit.sh

Linting

Make sure you the following command and make sure everything passes golint.

./lint_before_submit.sh