tendermint/cmd/sim_txs
Jae Kwon 1b9fd811a1 RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 2015-08-11 11:01:18 -07:00
..
README.md Added sim_txs draft 2015-07-11 18:01:21 -07:00
main.go RPCResponse.Result && EventData are registered interfaces; -skip_upnp option 2015-08-11 11:01:18 -07:00

README.md

Simulate the Economy of Texas.

sim_txs --priv-key "PRIV_KEY_HEX" --num-accounts 1000 --remote localhost:46657

The above uses the rpc-host to fetch the account state for the account with given priv-key, then deterministically generates num-accounts more accounts to spread the coins around.

It's a test utility.