Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 805 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 805 Bytes

README.md generated by "make integration".

Examples

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

gnodev test

foo@bar:~$ gnodev test . --verbose
=== RUN   Test
--- PASS: Test (0.00s)
ok      ./. 	3.02s

How to publish locally

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 "."