palomachain / paloma

The fast blockchain messenger protocol
Apache License 2.0
290 stars 135 forks source link

Add testnet command #1135

Closed alpe closed 7 months ago

alpe commented 7 months ago

Adds command to setup a testnet:

palomad testnet init-files --chain-id=testing --output-dir=./testnet --v=4 --keyring-backend=test --minimum-gas-prices=0.000001ugrain --staking-denom=ugrain --commit-timeout=900ms --single-host --starting-ip-address=""

Disclaimer: copied from wasmd which came from cosmos-sdk/simapp with some modifications

taariq commented 7 months ago

@alpe quick lint check?