wasmd/contrib/local
Alexander Peters 58f3776f6e
Implement tx counter for transaction info (#621)
* Implement tx counter for transaction info

* Count tx before pre-conditions

* Doc update
2021-09-27 21:53:01 +02:00
..
00-genesis.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
01-accounts.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
02-contracts.sh Implement tx counter for transaction info (#621) 2021-09-27 21:53:01 +02:00
03-grpc-queries.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
README.md Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
setup_wasmd.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02:00
start_node.sh Use shellcheck and shfmt on contrib scripts 2021-08-09 14:42:17 +02: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.