mirror of
https://github.com/tendermint/tendermint.git
synced 2026-02-08 04:50:16 +00:00
* docs: minor doc fixes - minor doc fixes that i ran into while reading things - test if we have github actions Signed-off-by: Marko Baricevic <marbar3778@yahoo.com> * no github actions yet * add with * revert and change wording
25 lines
582 B
Markdown
25 lines
582 B
Markdown
---
|
|
order: 1
|
|
parent:
|
|
title: Tools
|
|
order: 6
|
|
---
|
|
|
|
# Overview
|
|
|
|
Tendermint has some tools that are associated with it for:
|
|
|
|
- [Benchmarking](#benchmarking)
|
|
- [Validation of remote signers](./remote-signer-validation.md)
|
|
- [Testnets](#testnets)
|
|
|
|
|
|
## Benchmarking
|
|
|
|
Benchmarking is done with tm-load-test, for information on how to use the tool please visit the docs: https://github.com/interchainio/tm-load-test
|
|
|
|
|
|
## Testnets
|
|
|
|
The testnets tool is aimed at testing Tendermint with different configurations. For more information please visit: https://github.com/interchainio/testnets.
|