You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
326 B

  1. Simulate the Economy of Texas.
  2. ```bash
  3. sim_txs --priv-key "PRIV_KEY_HEX" --num-accounts 1000 --remote localhost:46657
  4. ```
  5. The above uses the rpc-host to fetch the account state for the account with given priv-key,
  6. then deterministically generates num-accounts more accounts to spread the coins around.
  7. It's a test utility.