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.
woop/README.md

29 lines
267 B

7 years ago
# Harmony Benchmark
7 years ago
## 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>
```
7 years ago
## Usage
6 years ago
```
7 years ago
./deploy.sh local_iplist.txt
7 years ago
6 years ago
./send_txn.sh
```