Browse Source

add dev docs section to readme [ci skip]

Refs https://github.com/tendermint/tendermint/issues/889
pull/1943/head
Anton Kaliaev 7 years ago
parent
commit
c36ba95cf7
No known key found for this signature in database GPG Key ID: 7B6881D965918214
1 changed files with 15 additions and 0 deletions
  1. +15
    -0
      tm-bench/README.rst

+ 15
- 0
tm-bench/README.rst View File

@ -78,6 +78,14 @@ Usage
Txs per second to send in a connection (default 1000) Txs per second to send in a connection (default 1000)
-v Verbose output -v Verbose output
Development
^^^^^^^^^^^
::
make get_vendor_deps
make test
tm-monitor tm-monitor
---------- ----------
@ -142,3 +150,10 @@ You should see the list of the available RPC endpoints:
The API is available as GET requests with URI encoded parameters, or as JSONRPC The API is available as GET requests with URI encoded parameters, or as JSONRPC
POST requests. The JSONRPC methods are also exposed over websocket. POST requests. The JSONRPC methods are also exposed over websocket.
Development
^^^^^^^^^^^
::
make get_vendor_deps
make test

Loading…
Cancel
Save