mirror of https://github.com/certusone/wasmd.git
* Update setup_wasmd.sh * Update setup_wasmd.sh |
||
---|---|---|
.. | ||
01-accounts.sh | ||
02-contracts.sh | ||
03-grpc-queries.sh | ||
04-gov.sh | ||
README.md | ||
setup_wasmd.sh | ||
start_node.sh |
README.md
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.