0.0
No release in over 3 years
Low commit activity in last 3 years
Stress testing toolkit for Zold network
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

= 0.1.13
= 1.3.11
= 5.11.3
= 4.3.0
= 0.62.0

Runtime

= 0.3.0
= 4.6.2
= 0.29.30
 Project Readme

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.