wasmd/scripts/contrib/local
leopardracer 8c8ac416e1
fix: typos in documentation files (#2130)
* Update setup_wasmd.sh

* Update setup_wasmd.sh
2025-02-25 14:06:51 +01:00
..
01-accounts.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
02-contracts.sh Refactor build address cmd (#2101) 2025-01-21 14:01:05 +01:00
03-grpc-queries.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
04-gov.sh Bump cosmos-sdk to v0.50.6 (#1865) 2024-04-22 16:27:18 +02:00
README.md Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00
setup_wasmd.sh fix: typos in documentation files (#2130) 2025-02-25 14:06:51 +01:00
start_node.sh Move contrib/ in scripts/ (#1848) 2024-04-02 13:28:28 +02:00

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.