Files
wasmd/scripts/contrib/local
pinosu a1789c011f Bump cosmos-sdk to v0.50.6 (#1865)
* Bump cosmos-sdk to v0.50.6

* Fix failing test + fix scripts
2024-04-22 16:27:18 +02:00
..
2024-04-22 16:27:18 +02:00
2024-04-02 13:28:28 +02:00

Dev scripts

For manual testing. Works on my box(*) ...

*) OSX

make install
cd scripts/contrib/local
rm -rf /tmp/trash
HOME=/tmp/trash bash setup_wasmd.sh
HOME=/tmp/trash bash start_node.sh

Next shell:

cd scripts/contrib/local
HOME=/tmp/trash bash 01-accounts.sh
HOME=/tmp/trash bash 02-contracts.sh

Shell script development

Use shellcheck to avoid common mistakes in shell scripts. Use shfmt to ensure a consistent code formatting.