Our current localnet script works but could be better for development. Make it easier to spin up and use.
Update the chain-id naming to oasis-local-1 instead of localosmosis-oasis, add IBC transfer module configuration in genesis, and include denom metadata for uoasis token. Add helper commands at the end like query balance, send tx, etc. Maybe add a --reset flag to avoid having to manually delete folders. As a bonus, consider creating a multi-node localnet script for testing validator operations.
Labels: developer-experience, documentation
Our current localnet script works but could be better for development. Make it easier to spin up and use.
Update the chain-id naming to
oasis-local-1instead oflocalosmosis-oasis, add IBC transfer module configuration in genesis, and include denom metadata for uoasis token. Add helper commands at the end like query balance, send tx, etc. Maybe add a--resetflag to avoid having to manually delete folders. As a bonus, consider creating a multi-node localnet script for testing validator operations.Labels: developer-experience, documentation