Donate via Zerocracy

EO principles respected here Managed by Zerocracy DevOps By Rultor.com We recommend RubyMine

Build Status Build status PDD status Gem Version Test Coverage Maintainability

Hits-of-Code

Here is the White Paper.

Join our Telegram group to discuss it all live.

The license is MIT.

This is a command line Zold network stress testing toolkit. First, you create an empty directory. Then, create or pull a Zold wallet there. The wallet has to have some money. Preferrably, a small amount, like 1 ZLD. Then, you install zold-stress Ruby gem, run it, and read the output:

$ gem install zold-stress
$ zold-stress --help

You will have to install Ruby 2.5.1+ first.

How to contribute

Read these guidelines. Make sure you build is green before you contribute your pull request. You will need to have Ruby 2.3+ and Bundler installed. Then:

$ bundle update
$ bundle exec rake

If it's clean and you don't see any error messages, submit your pull request.