Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

Grivn/tm-testkit

 
 

Repository files navigation

tm-testkit

A tool box for testing Tendermint

Installation

It's recommended that you use a Python virtual environment to manage dependencies for the tm-testkit tool.

git clone [email protected]:gitferry/tm-testkit.git
cd tm-testkit

# Create the virtual environment in a folder called "venv"
python3 -m venv venv

# Activate your Python virtual environment
source venv/bin/activate

# Install dependencies for tmtestnet (this will install Ansible, amongst other
# dependencies, into your virtual environment)
pip install -r requirements.txt

About

A tool box for testing Tendermint

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 97.7%
  • Jinja 1.7%
  • Shell 0.6%