README.md
generated by "make integration".
foo@bar:~$ gnokey maketx call "MYWALLET" --gas-fee "1ugnot" \
> --broadcast "true" --chainid "test3" --remote "test3.gno.land:36657" \
> --gas-wanted "500000" --pkgpath gno.land/r/moul/basics/grc20/v1 \
> --func MyBalance
(0 uint64)
OK!
GAS WANTED: 500000
GAS USED: 298656
foo@bar:~$ gnodev test . --verbose
=== RUN Test
--- PASS: Test (0.00s)
ok ./. 3.02s
gnokey maketx addpkg "MYWALLET" --deposit "1ugnot" --gas-fee "1ugnot" --gas-wanted "5000000" --broadcast "true" --remote "localhost:26657" --chainid "dev" --pkgpath "gno.land/r/moul/basics/grc20/v1" --pkgdir "."