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

1.0 KiB

Harmony Benchmark

Usage

./deploy.sh ipList.txt ./send_txn.sh

References

https://github.com/lightningnetwork/lnd

New Plan:

Done

TODO

  • implement block of transactions, instead of individual generators
  • instead of consume used leader.send function
  • understand when the program terminates and why we don't end up writing all the txns
  • simplify code, if it might be a overkill
  • Read go concurrency to setup transaction channel and pour those txns (randomString) into a queue from where the leader node can read it in chunks.

Readings