mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-24 08:54:51 +00:00
11 lines
326 B
Markdown
11 lines
326 B
Markdown
Simulate the Economy of Texas.
|
|
|
|
```bash
|
|
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.
|