Skip to content

zold-io/zold-stress

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
bin
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.