wasmd/contrib/local
pinosu 09b50085cd
Remove legacy gov proposal dependencies (#1587)
* Remove legacy gov proposal dependencies

* Fix comments

* Fix lint

* Update files

* Fix lint

* Fix lint
2023-09-07 15:13:19 +02:00
..
01-accounts.sh Cosmos-SDK v0.47 integration brach (#1149) 2023-03-20 10:32:22 +01:00
02-contracts.sh Cosmos-SDK v0.47 integration brach (#1149) 2023-03-20 10:32:22 +01:00
03-grpc-queries.sh Cosmos-SDK v0.47 integration brach (#1149) 2023-03-20 10:32:22 +01:00
04-gov.sh Remove legacy gov proposal dependencies (#1587) 2023-09-07 15:13:19 +02:00
README.md Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
setup_wasmd.sh Add wasm command to support v1 gov proposals (#1326) 2023-04-21 18:28:19 +02:00
start_node.sh Address cli behaviour on tx and query errors (#1125) 2023-01-10 15:38:23 +01:00

README.md

Dev scripts

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

*) OSX

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

Next shell:

cd contrib/local
./01-accounts.sh
./02-contracts.sh

Shell script development

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