This test scenario is a very simple validation of whether or not the kvstore
proxy application is running correctly on a particular Tendermint network.
Steps to validation:
- Generate a random hexadecimal string
- Put the string into the
kvstore
under thetest_value
key through one node - Retrieve the value under the
test_value
key from a different node - Check that the retrieved value corresponds to the original value