Search Apps Documentation Source Content File Folder Download Copy Actions Download State String Boolean Number Struct Map Slice Pointer Function Closure Reference Nil Package Type Interface Unknown

GRC20 faucet: RED and BLUE

Two worthless tokens to experiment on. Claim gives you 1000000 of each, once every 100 blocks.

token symbol decimals supply registry key
Red Token RED 4 0 gno.land/r/moul/x/grc20faucet/v0.RED
Blue Token BLUE 4 0 gno.land/r/moul/x/grc20faucet/v0.BLUE

Use it

gnokey maketx call -pkgpath gno.land/r/moul/x/grc20faucet/v0 -func Claim ...
gnokey maketx call -pkgpath gno.land/r/moul/x/grc20faucet/v0 -func Approve \
  -args RED -args <spender> -args 1000000 ...

Both tokens are registered in grc20reg, so a realm can move them by key without importing this one. That is what grc20wrapdemo does with them.