wasmd/scripts/contrib/local/README.md

526 B

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.