const Slug
Slug is the grc20reg registration slug (the third argument to grc20reg.Register). Slugs must be alphanumeric (enforced by grc20reg).
Package grc20test provides a test GRC20 token for IBC transfer testing.
Package grc20test provides a test GRC20 token for IBC transfer testing.
Token, ledger, and UserTeller are initialised in init(cur realm) because grc20.NewToken now requires a `realm` capability and there is no realm value available at package-level var init time.
Approve sets an allowance for spender to spend owner's tokens. Uses PrivateLedger directly to allow explicit owner specification. WARNING: test-only, no caller authorization — do not use as a pattern for production.
Mint tokens to the specified address. WARNING: test-only, no caller authorization — do not use as a pattern for production.