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.
 
 
 
 
 
 
Jae Kwon 56b195a899 tendermint send_tx 9 years ago
..
README.md Added sim_txs draft 9 years ago
main.go tendermint send_tx 9 years ago

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.